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": {
"foreground": "#fee5cc",
"background": "#190c00"
"foreground": "#fefefe",
"background": "#020202"
},
"to_alter": {
"accent": "#fc9835",
"secondary": "#fc3535",
"tertiary": "#e64b73",
"special": "#3499fc",
"weird": "#56fc34"
"accent": "#aaaaff",
"secondary": "#aaeeff",
"tertiary": "#aaffaa",
"special": "#aaffaa",
"weird": "#ffffaa"
}
}