Files
tekki 350fb4fe59 initial dotfiles setup
Profile-based dotfiles with switchable color themes.
Structure: profiles/ with themes/ and config/ per profile.
2026-04-21 17:41:08 +02:00

28 lines
702 B
JSON

{
"wallpaper": "~/.active_theme/wallpapers/red.jpg",
"alpha": "100",
"special": {
"background": "#080808",
"foreground": "#cc2222",
"cursor": "#ff4444"
},
"colors": {
"color0": "#080808",
"color1": "#ff4444",
"color2": "#cc2222",
"color3": "#ff6666",
"color4": "#991111",
"color5": "#ff8888",
"color6": "#aa1111",
"color7": "#cccccc",
"color8": "#555555",
"color9": "#ff4444",
"color10": "#cc2222",
"color11": "#ff6666",
"color12": "#991111",
"color13": "#ff8888",
"color14": "#aa1111",
"color15": "#ffffff"
}
}