feat: added lucent-orng theme (#5678)
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
This commit is contained in:
parent
751899eeec
commit
99548554d7
2 changed files with 229 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ import nord from "./theme/nord.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" }
|
||||
import lucentOrng from "./theme/lucent-orng.json" with { type: "json" }
|
||||
import palenight from "./theme/palenight.json" with { type: "json" }
|
||||
import rosepine from "./theme/rosepine.json" with { type: "json" }
|
||||
import solarized from "./theme/solarized.json" with { type: "json" }
|
||||
|
|
@ -152,6 +153,7 @@ export const DEFAULT_THEMES: Record<string, ThemeJson> = {
|
|||
["one-dark"]: onedark,
|
||||
opencode,
|
||||
orng,
|
||||
["lucent-orng"]: lucentOrng,
|
||||
palenight,
|
||||
rosepine,
|
||||
solarized,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue