feat: add mercury.com theme (#5141)

This commit is contained in:
Dak Washbrook
2025-12-06 14:27:56 -06:00
committed by GitHub
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,