mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-29 09:16:36 +00:00
wip(app): simplify color gen
This commit is contained in:
@@ -3,9 +3,8 @@
|
||||
"name": "Solarized",
|
||||
"id": "solarized",
|
||||
"light": {
|
||||
"palette": {
|
||||
"seeds": {
|
||||
"neutral": "#fdf6e3",
|
||||
"ink": "#586e75",
|
||||
"primary": "#268bd2",
|
||||
"accent": "#d33682",
|
||||
"success": "#859900",
|
||||
@@ -25,9 +24,8 @@
|
||||
}
|
||||
},
|
||||
"dark": {
|
||||
"palette": {
|
||||
"seeds": {
|
||||
"neutral": "#002b36",
|
||||
"ink": "#93a1a1",
|
||||
"primary": "#6c71c4",
|
||||
"accent": "#d33682",
|
||||
"success": "#859900",
|
||||
|
||||
Reference in New Issue
Block a user