This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-12-03 01:59:12 +01:00
parent 5d65da4fca
commit edda49ee66
27 changed files with 235 additions and 267 deletions

View File

@@ -1,13 +1,13 @@
{
"base": {
"foreground": "#eddbef",
"background": "#100711"
"foreground": "#feccd2",
"background": "#190003"
},
"to_alter": {
"accent": "#ba71c0",
"secondary": "#3266ff",
"tertiary": "#4bb6e6",
"special": "#76c071",
"weird": "#c08571"
"accent": "#fd344d",
"secondary": "#ff32c6",
"tertiary": "#b935fc",
"special": "#33fde4",
"weird": "#d3fd33"
}
}