forked from stav121/i3wm-themer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path011.json
60 lines (60 loc) · 2.06 KB
/
011.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"xresources": {
"background": "#1e1e20",
"foreground": "#c5c8c6",
"cursorcolor": "#c5c8c6",
"color0": "#1e1e20",
"color1": "#e6a57a",
"color2": "#e39866",
"color3": "#df8b54",
"color4": "#dc7f41",
"color5": "#85678f",
"color6": "#b06534",
"color7": "#f1cbb3",
"color8": "#f4d8c6",
"color9": "#e6a57a",
"color10": "#e39866",
"color11": "#df8b54",
"color12": "#dc7f41",
"color13": "#c6723a",
"color14": "#b06534",
"color15": "#f1cbb3",
"rofi.color-window": "#1e1e20, #dc7f41, #dc7f41",
"rofi.color-normal": "#1e1e20, #c5c8c6, #1e1e20, #1e1e20, #dc7f41",
"rofi.color-active": "#1e1e20, #c5c8c6, #1e1e20, #1e1e20, #dc7f41",
"rofi.color-urgent": "#1e1e20, #c5c8c6, #1e1e20, #1e1e20, #dc7f41"
},
"i3wm": {
"client.background": "#1e1e20",
"client.focused": "#e39866 #1e1e20 #e39866 #e39866 #e39866",
"client.unfocused": "#e39866 #1e1e20 #e39866 #dc7f41 #dc7f41",
"client.focused_inactive": "#e39866 #1e1e20 #e39866 #dc7f41 #dc7f41",
"client.urgent": "#e39866 #1e1e20 #e39866 #dc7f41 #dc7f41",
"client.placeholder": "#e39866 #1e1e20 #e39866 #dc7f41 #dc7f41"
},
"polybar": {
"background": "#1e1e20",
"foreground": "#c5c8c6",
"modules-left": "i3",
"modules-center": "date",
"modules-right": "wlan eth powermenu",
"label-unfocused-background": "#e39866",
"label-unfocused-foreground": "#1e1e20",
"label-mode-background": "#e39866",
"label-mode-foreground": "#1e1e20",
"label-focused-foreground": "#6b7443",
"label-focused-background": "#dc7f41",
"label-visible-background": "#e39866",
"label-visible-foreground": "#1e1e20",
"format-foreground": "#1e1e20",
"format-background": "#c6723a",
"label-open-foreground": "#e39866",
"label-close-foreground": "#e39866",
"label-separator-foreground": "#e6a57a",
"format-connected-foreground": "#e6a57a",
"format-connected-background": "#1e1e20",
"format-connected-prefix-foreground": "#e6a57a",
"ramp-signal-foreground": "#1e1e20"
},
"wallpaper": "011.png"
}