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": {
"foreground": "#dcd5f5",
"background": "#100929"
"foreground": "#fefefe",
"background": "#020202"
},
"to_alter": {
"accent": "#765ad7",
"secondary": "#ce32ff",
"tertiary": "#879eaa",
"special": "#bad759",
"weird": "#d75991"
"accent": "#aaaaff",
"secondary": "#aaeeff",
"tertiary": "#aaffaa",
"special": "#aaffaa",
"weird": "#ffffaa"
}
}