initial dotfiles setup
Profile-based dotfiles with switchable color themes. Structure: profiles/ with themes/ and config/ per profile.
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user