feat: add mercury.com theme (#5141)
This commit is contained in:
parent
8e816a9283
commit
c1e6037bda
2 changed files with 254 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ import gruvbox from "./theme/gruvbox.json" with { type: "json" }
|
|||
import kanagawa from "./theme/kanagawa.json" with { type: "json" }
|
||||
import material from "./theme/material.json" with { type: "json" }
|
||||
import matrix from "./theme/matrix.json" with { type: "json" }
|
||||
import mercury from "./theme/mercury.json" with { type: "json" }
|
||||
import monokai from "./theme/monokai.json" with { type: "json" }
|
||||
import nightowl from "./theme/nightowl.json" with { type: "json" }
|
||||
import nord from "./theme/nord.json" with { type: "json" }
|
||||
|
|
@ -139,6 +140,7 @@ export const DEFAULT_THEMES: Record<string, ThemeJson> = {
|
|||
kanagawa,
|
||||
material,
|
||||
matrix,
|
||||
mercury,
|
||||
monokai,
|
||||
nightowl,
|
||||
nord,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue