Files
dotfiles/flake-modules/colors.json
Lennart J. Kurzweg (Nx2) ec2ea43523 north colors
2026-01-21 19:11:20 +01:00

54 lines
1.3 KiB
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": "#fce3ce",
"background": "#180b01"
},
"to_alter": {
"accent": "#f4923d",
"secondary": "#32ff9c",
"tertiary": "#f76b3a",
"special": "#3c9ff4",
"weird": "#61f43c"
}
},
"NxDCS": {
"base": {
"foreground": "#ddcccc",
"background": "#080707"
},
"to_alter": {
"accent": "#d23f36",
"secondary": "#355273",
"tertiary": "#1b789b",
"special": "#66dd66",
"weird": "#dddd66"
}
}
}