Files
dotfiles/flake-modules/colors.json
2025-01-27 22:29:12 +01:00

14 lines
263 B
JSON

{
"base": {
"foreground": "#dddddd",
"background": "#000000"
},
"to_alter": {
"accent": "#8888ff",
"secondary": "#4444ff",
"tertiary": "#44ff88",
"special": "#ff6666",
"weird": "#ff66ff"
}
}