summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/theme/themes
diff options
context:
space:
mode:
authorAdam <[email protected]>2026-03-09 08:25:34 -0500
committerAdam <[email protected]>2026-03-09 08:25:41 -0500
commit6388cbaf9261a71ec8e5e90d09ccb01450201dff (patch)
tree6a1a39c3270d92151fff12ccb268a566eafa4594 /packages/ui/src/theme/themes
parent5cc61e1b536c047a9ff2b348d99711807c6c270f (diff)
downloadopencode-6388cbaf9261a71ec8e5e90d09ccb01450201dff.tar.gz
opencode-6388cbaf9261a71ec8e5e90d09ccb01450201dff.zip
fix(app): remove oc-1 theme
Diffstat (limited to 'packages/ui/src/theme/themes')
-rw-r--r--packages/ui/src/theme/themes/oc-1.json35
1 files changed, 0 insertions, 35 deletions
diff --git a/packages/ui/src/theme/themes/oc-1.json b/packages/ui/src/theme/themes/oc-1.json
deleted file mode 100644
index 7dec9cb80..000000000
--- a/packages/ui/src/theme/themes/oc-1.json
+++ /dev/null
@@ -1,35 +0,0 @@
-{
- "$schema": "https://opencode.ai/desktop-theme.json",
- "name": "OC-1",
- "id": "oc-1",
- "light": {
- "palette": {
- "neutral": "#8e8b8b",
- "ink": "#656363",
- "primary": "#dcde8d",
- "accent": "#fb4804",
- "success": "#12c905",
- "warning": "#ffdc17",
- "error": "#fc533a",
- "info": "#a753ae",
- "interactive": "#034cff",
- "diffAdd": "#9ff29a",
- "diffDelete": "#fc533a"
- }
- },
- "dark": {
- "palette": {
- "neutral": "#716c6b",
- "ink": "#b7b1b1",
- "primary": "#fab283",
- "accent": "#ffba92",
- "success": "#12c905",
- "warning": "#fcd53a",
- "error": "#fc533a",
- "info": "#edb2f1",
- "interactive": "#034cff",
- "diffAdd": "#c8ffc4",
- "diffDelete": "#fc533a"
- }
- }
-}