wip(app): simplify color gen

This commit is contained in:
Adam
2026-03-26 11:42:47 -05:00
parent ad3b350672
commit 5bee79cbc8
43 changed files with 353 additions and 558 deletions

View File

@@ -3,9 +3,8 @@
"name": "Material",
"id": "material",
"light": {
"palette": {
"seeds": {
"neutral": "#fafafa",
"ink": "#263238",
"primary": "#6182b8",
"accent": "#39adb5",
"success": "#91b859",
@@ -44,9 +43,8 @@
}
},
"dark": {
"palette": {
"seeds": {
"neutral": "#263238",
"ink": "#eeffff",
"primary": "#82aaff",
"accent": "#89ddff",
"success": "#c3e88d",