Files
dotfiles/flake-modules/colors.json
Lennart J. Kurzweg (Nx2) 28cd7a1ac3 north colors
2026-01-17 22:47:57 +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": "#ccd6fe",
"background": "#000519"
},
"to_alter": {
"accent": "#325dff",
"secondary": "#ff3233",
"tertiary": "#3cff32",
"special": "#ffd331",
"weird": "#ff31e5"
}
}
}