feat(theme): add Osaka Jade theme (#6609)
This commit is contained in:
parent
ddb1ec294e
commit
2685de2a33
2 changed files with 95 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ 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" }
|
||||
import osakaJade from "./theme/osaka-jade.json" with { type: "json" }
|
||||
import onedark from "./theme/one-dark.json" with { type: "json" }
|
||||
import opencode from "./theme/opencode.json" with { type: "json" }
|
||||
import orng from "./theme/orng.json" with { type: "json" }
|
||||
|
|
@ -155,6 +156,7 @@ export const DEFAULT_THEMES: Record<string, ThemeJson> = {
|
|||
nightowl,
|
||||
nord,
|
||||
["one-dark"]: onedark,
|
||||
["osaka-jade"]: osakaJade,
|
||||
opencode,
|
||||
orng,
|
||||
["lucent-orng"]: lucentOrng,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue