ace colors

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-10-05 01:51:11 +02:00
parent b0cb61f05e
commit 470922dce2

View File

@@ -1,13 +1,13 @@
{ {
"base": { "base": {
"foreground": "#fee5cc", "foreground": "#fefefe",
"background": "#190c00" "background": "#020202"
}, },
"to_alter": { "to_alter": {
"accent": "#fc9835", "accent": "#aaaaff",
"secondary": "#fc3535", "secondary": "#aaeeff",
"tertiary": "#e64b73", "tertiary": "#aaffaa",
"special": "#3499fc", "special": "#aaffaa",
"weird": "#56fc34" "weird": "#ffffaa"
} }
} }