fix(app): ayu theme colors

This commit is contained in:
Adam
2026-01-20 13:57:51 -06:00
parent 0b9b85ea6e
commit 1d6f650f53
2 changed files with 6 additions and 3 deletions

View File

@@ -18,7 +18,8 @@
"background-base": "#fdfaf4",
"background-weak": "#fcf9f3",
"background-strong": "#fbf8f2",
"background-stronger": "#fdfaf4",
"background-stronger": "#faf7f1",
"surface-raised-base-hover": "#f4f0e9",
"border-weak-base": "#e6ddcf",
"border-weak-hover": "#dcd3c5",
"border-weak-active": "#d1c9ba",
@@ -82,6 +83,7 @@
"background-weak": "#18222c",
"background-strong": "#0b1015",
"background-stronger": "#080c10",
"surface-raised-base-hover": "#0f1419",
"border-weak-base": "#2b3440",
"border-weak-hover": "#323c49",
"border-weak-active": "#394454",