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:
Rohan Mukherjee 2025-12-17 20:40:35 +05:30 committed by GitHub
commit 99548554d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 229 additions and 0 deletions

View file

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