summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/theme/default-themes.ts
diff options
context:
space:
mode:
authorDavid Hill <[email protected]>2026-02-18 16:36:30 +0000
committerDavid Hill <[email protected]>2026-02-18 20:18:16 +0000
commit12016c8eb451a119c1017b2fc5554b49232399e3 (patch)
tree71c97619429c63f95c28394f5c08b1aacfb9ec0b /packages/ui/src/theme/default-themes.ts
parentd6331cf792e02c75a96f5f8a39adaedd9a2d1298 (diff)
downloadopencode-12016c8eb451a119c1017b2fc5554b49232399e3.tar.gz
opencode-12016c8eb451a119c1017b2fc5554b49232399e3.zip
oc-2 theme init
Diffstat (limited to 'packages/ui/src/theme/default-themes.ts')
-rw-r--r--packages/ui/src/theme/default-themes.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/ui/src/theme/default-themes.ts b/packages/ui/src/theme/default-themes.ts
index 4d44c3b01..52b2b42eb 100644
--- a/packages/ui/src/theme/default-themes.ts
+++ b/packages/ui/src/theme/default-themes.ts
@@ -1,5 +1,6 @@
import type { DesktopTheme } from "./types"
import oc1ThemeJson from "./themes/oc-1.json"
+import oc2ThemeJson from "./themes/oc-2.json"
import tokyoThemeJson from "./themes/tokyonight.json"
import draculaThemeJson from "./themes/dracula.json"
import monokaiThemeJson from "./themes/monokai.json"
@@ -16,6 +17,7 @@ import gruvboxThemeJson from "./themes/gruvbox.json"
import auraThemeJson from "./themes/aura.json"
export const oc1Theme = oc1ThemeJson as DesktopTheme
+export const oc2Theme = oc2ThemeJson as DesktopTheme
export const tokyonightTheme = tokyoThemeJson as DesktopTheme
export const draculaTheme = draculaThemeJson as DesktopTheme
export const monokaiTheme = monokaiThemeJson as DesktopTheme
@@ -33,6 +35,7 @@ export const auraTheme = auraThemeJson as DesktopTheme
export const DEFAULT_THEMES: Record<string, DesktopTheme> = {
"oc-1": oc1Theme,
+ "oc-2": oc2Theme,
aura: auraTheme,
ayu: ayuTheme,
carbonfox: carbonfoxTheme,