Files
dotfiles/flake-modules/colors.json
Lennart J. Kurzweg (Nx2) 336eadc732 north colors
2026-01-15 17:30:46 +01:00

41 lines
979 B
JSON

{
"NxXPS": {
"base": {
"foreground": "#fecccc",
"background": "#190000"
},
"to_alter": {
"accent": "#ff3232",
"secondary": "#ff3232",
"tertiary": "#ff3232",
"special": "#31feff",
"weird": "#baff31"
}
},
"NxACE": {
"base": {
"foreground": "#dddddd",
"background": "#111111"
},
"to_alter": {
"accent": "#ff6666",
"secondary": "#ff8866",
"tertiary": "#ff6688",
"special": "#8888ff",
"weird": "#88ff66"
}
},
"NxNORTH": {
"base": {
"foreground": "#ddccfe",
"background": "#080019"
},
"to_alter": {
"accent": "#7736fb",
"secondary": "#ff5332",
"tertiary": "#f33e8e",
"special": "#b9fb35",
"weird": "#fb3578"
}
}
}