Files
dotfiles/flake-modules/colors.json
Lennart J. Kurzweg (Nx2) cc9026297e ace colors
2025-06-10 19:56:59 +02:00

13 lines
262 B
JSON

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