fix(app): simplify themes (#17274)

This commit is contained in:
Adam
2026-03-13 05:12:58 -05:00
committed by GitHub
parent 9fafa57562
commit ff748b82ca
5 changed files with 165 additions and 367 deletions

View File

@@ -4,7 +4,8 @@
"id": "oc-2",
"light": {
"palette": {
"neutral": "#8f8f8f",
"neutral": "#f7f7f7",
"ink": "#171311",
"primary": "#dcde8d",
"success": "#12c905",
"warning": "#ffdc17",
@@ -30,7 +31,8 @@
},
"dark": {
"palette": {
"neutral": "#707070",
"neutral": "#151515",
"ink": "#f1ece8",
"primary": "#fab283",
"success": "#12c905",
"warning": "#fcd53a",