forked from stav121/i3wm-themer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path000.json
60 lines (60 loc) · 2.06 KB
/
000.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": "#1d1f21",
"foreground": "#c5c8c6",
"cursorcolor": "#c5c8c6",
"color0": "#282a2e",
"color1": "#a54242",
"color2": "#8c9440",
"color3": "#de935f",
"color4": "#5f819d",
"color5": "#85678f",
"color6": "#5e8d87",
"color7": "#707880",
"color8": "#373b41",
"color9": "#cc6666",
"color10": "#b5bd68",
"color11": "#f0c674",
"color12": "#81a2be",
"color13": "#b294bb",
"color14": "#8abeb7",
"color15": "#c5c8c6",
"rofi.color-window": "#282a2e, #b5bd68, #b5bd68",
"rofi.color-normal": "#282a2e, #c5c8c6, #8c9440, #c5c8c6, #78824B",
"rofi.color-active": "#282a2e, #c5c8c6, #8c9440, #c5c8c6, #78824B",
"rofi.color-urgent": "#282a2e, #c5c8c6, #8c9440, #c5c8c6, #78824B"
},
"i3wm": {
"client.background": "#1d1f21",
"client.focused": "#c5c8c6 #1d1f21 #c5c8c6 #81a2be #81a2be",
"client.unfocused": "#c5c8c6 #1d1f21 #c5c8c6 #5f819d #5f819d",
"client.focused_inactive": "#c5c8c6 #1d1f21 #c5c8c6 #5f819d #5f819d",
"client.urgent": "#c5c8c6 #1d1f21 #c5c8c6 #5f819d #5f819d",
"client.placeholder": "#c5c8c6 #1d1f21 #c5c8c6 #5f819d #5f819d"
},
"polybar": {
"background": "#1d1f21",
"foreground": "#c5c8c6",
"modules-left": "wlan eth",
"modules-center": "i3",
"modules-right": "date powermenu",
"label-unfocused-background": "#81a2be",
"label-unfocused-foreground": "#1d1f21",
"label-mode-background": "#1d1f21",
"label-mode-foreground": "#282a2e",
"label-focused-foreground": "#1d1f21",
"label-focused-background": "#5f819d",
"label-visible-background": "#81a2be",
"label-visible-foreground": "#1d1f21",
"format-foreground": "#1d1f21",
"format-background": "#81a2be",
"label-open-foreground": "#81a2be",
"label-close-foreground": "#81a2be",
"label-separator-foreground": "#81a2be",
"format-connected-foreground": "#1d1f21",
"format-connected-background": "#81a2be",
"format-connected-prefix-foreground": "#1d1f21",
"ramp-signal-foreground": "#1d1f21"
},
"wallpaper": "000.png"
}