fix(app): simplify themes (#17274)

This commit is contained in:
Adam 2026-03-13 05:12:58 -05:00 committed by GitHub
commit ff748b82ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 168 additions and 370 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",