Files
dotfiles/flake-modules/colors.json
Lennart J. Kurzweg (Nx2) 3f7877d5b8 flake bump
2026-04-14 00:47:00 +02:00

54 lines
1.3 KiB
JSON

{
"NxXPS": {
"base": {
"foreground": "#fecccc",
"background": "#190000"
},
"to_alter": {
"accent": "#ff3232",
"secondary": "#6632ff",
"tertiary": "#dd32dd",
"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": "#d7e3f3",
"background": "#050b13"
},
"to_alter": {
"accent": "#6291cf",
"secondary": "#5f5fd2",
"tertiary": "#999999",
"special": "#cf9f61",
"weird": "#c461cf"
}
},
"NxDCS": {
"base": {
"foreground": "#ddcccc",
"background": "#080707"
},
"to_alter": {
"accent": "#d23f36",
"secondary": "#355273",
"tertiary": "#1b789b",
"special": "#66dd66",
"weird": "#dddd66"
}
}
}