north colors

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2026-01-15 17:30:46 +01:00
parent 511d46f527
commit 336eadc732

View File

@@ -27,15 +27,15 @@
}, },
"NxNORTH": { "NxNORTH": {
"base": { "base": {
"foreground": "#dddddd", "foreground": "#ddccfe",
"background": "#111111" "background": "#080019"
}, },
"to_alter": { "to_alter": {
"accent": "#ff6666", "accent": "#7736fb",
"secondary": "#ff8866", "secondary": "#ff5332",
"tertiary": "#ff6688", "tertiary": "#f33e8e",
"special": "#8888ff", "special": "#b9fb35",
"weird": "#88ff66" "weird": "#fb3578"
} }
} }
} }