summaryrefslogtreecommitdiffhomepage
path: root/packages/ui
diff options
context:
space:
mode:
authorAdam <[email protected]>2026-03-13 07:25:37 -0500
committerAdam <[email protected]>2026-03-13 07:25:42 -0500
commitf4804dac85b325c7d075384c246ae81ca43bc3a7 (patch)
treec097730c6be74a29ae53cf888ac3854c458b7e1d /packages/ui
parent843f188aaafd3a19272f3867a686644d6a31c325 (diff)
downloadopencode-f4804dac85b325c7d075384c246ae81ca43bc3a7.tar.gz
opencode-f4804dac85b325c7d075384c246ae81ca43bc3a7.zip
fix(app): oc-2 went too dark
Diffstat (limited to 'packages/ui')
-rw-r--r--packages/ui/src/theme/themes/oc-2.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ui/src/theme/themes/oc-2.json b/packages/ui/src/theme/themes/oc-2.json
index e653503a3..8dce4dacb 100644
--- a/packages/ui/src/theme/themes/oc-2.json
+++ b/packages/ui/src/theme/themes/oc-2.json
@@ -31,7 +31,7 @@
},
"dark": {
"palette": {
- "neutral": "#151515",
+ "neutral": "#1f1f1f",
"ink": "#f1ece8",
"primary": "#fab283",
"success": "#12c905",