Files
dotfiles/flake-modules/colors.json
Lennart J. Kurzweg (Nx2) 07c637749a ace colors
2025-08-31 21:49:02 +02:00

13 lines
262 B
JSON

{
"base": {
"foreground": "#fefefe",
"background": "#020202"
},
"to_alter": {
"accent": "#aaaaff",
"secondary": "#aaeeff",
"tertiary": "#aaffaa",
"special": "#aaffaa",
"weird": "#ffffaa"
}
}