Files
dotfiles/flake-modules/colors.json
2025-06-10 19:39:19 +02:00

13 lines
262 B
JSON

{
"base": {
"foreground": "#fecccc",
"background": "#330000"
},
"to_alter": {
"accent": "#ff3232",
"secondary": "#ff3232",
"tertiary": "#ff3232",
"special": "#31feff",
"weird": "#baff31"
}
}