summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/theme/default-themes.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/ui/src/theme/default-themes.ts')
-rw-r--r--packages/ui/src/theme/default-themes.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ui/src/theme/default-themes.ts b/packages/ui/src/theme/default-themes.ts
index 52b2b42eb..657d21c3c 100644
--- a/packages/ui/src/theme/default-themes.ts
+++ b/packages/ui/src/theme/default-themes.ts
@@ -34,8 +34,8 @@ export const gruvboxTheme = gruvboxThemeJson as DesktopTheme
export const auraTheme = auraThemeJson as DesktopTheme
export const DEFAULT_THEMES: Record<string, DesktopTheme> = {
- "oc-1": oc1Theme,
"oc-2": oc2Theme,
+ "oc-1": oc1Theme,
aura: auraTheme,
ayu: ayuTheme,
carbonfox: carbonfoxTheme,