350fb4fe59
Profile-based dotfiles with switchable color themes. Structure: profiles/ with themes/ and config/ per profile.
28 lines
693 B
JSON
28 lines
693 B
JSON
{
|
|
"wallpaper": "/usr/share/hypr/wall2.png",
|
|
"alpha": "100",
|
|
"special": {
|
|
"background": "#080808",
|
|
"foreground": "#4488ff",
|
|
"cursor": "#66aaff"
|
|
},
|
|
"colors": {
|
|
"color0": "#080808",
|
|
"color1": "#66aaff",
|
|
"color2": "#4488ff",
|
|
"color3": "#88bbff",
|
|
"color4": "#2255cc",
|
|
"color5": "#aaccff",
|
|
"color6": "#3366dd",
|
|
"color7": "#cccccc",
|
|
"color8": "#555555",
|
|
"color9": "#66aaff",
|
|
"color10": "#4488ff",
|
|
"color11": "#88bbff",
|
|
"color12": "#2255cc",
|
|
"color13": "#aaccff",
|
|
"color14": "#3366dd",
|
|
"color15": "#ffffff"
|
|
}
|
|
}
|