feat: add mercury.com theme (#5141)

This commit is contained in:
Dak Washbrook 2025-12-06 12:27:56 -08:00 committed by GitHub
commit c1e6037bda
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 254 additions and 0 deletions

View file

@ -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,