feat: add mercury.com theme (#5141)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user