ace colors

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-08-31 21:49:02 +02:00
parent 579887e825
commit 07c637749a

View File

@@ -1,13 +1,13 @@
{ {
"base": { "base": {
"foreground": "#dcd5f5", "foreground": "#fefefe",
"background": "#100929" "background": "#020202"
}, },
"to_alter": { "to_alter": {
"accent": "#765ad7", "accent": "#aaaaff",
"secondary": "#ce32ff", "secondary": "#aaeeff",
"tertiary": "#879eaa", "tertiary": "#aaffaa",
"special": "#bad759", "special": "#aaffaa",
"weird": "#d75991" "weird": "#ffffaa"
} }
} }