ace colors

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-06-10 19:56:59 +02:00
parent 3285d23223
commit cc9026297e

View File

@@ -1,13 +1,13 @@
{ {
"base": { "base": {
"foreground": "#dbd2f8", "foreground": "#fefefe",
"background": "#0f062c" "background": "#020202"
}, },
"to_alter": { "to_alter": {
"accent": "#724ce5", "accent": "#aaaaff",
"secondary": "#ff3271", "secondary": "#aaeeff",
"tertiary": "#ffc932", "tertiary": "#aaffaa",
"special": "#bfe54b", "special": "#aaffaa",
"weird": "#e54b8b" "weird": "#ffffaa"
} }
} }