fix(app): remove oc-1 theme

This commit is contained in:
Adam
2026-03-09 08:25:34 -05:00
parent 5cc61e1b53
commit 6388cbaf92
7 changed files with 126 additions and 50 deletions

View File

@@ -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"
}
}
}