forked from stav121/i3wm-themer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path008.json
60 lines (60 loc) · 2.06 KB
/
008.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": "#131822",
"foreground": "#aab0bc",
"cursorcolor": "#aab0bc",
"color0": "#131822",
"color1": "#7b8ba3",
"color2": "#657893",
"color3": "#4e6584",
"color4": "#233f66",
"color5": "#1c3251",
"color6": "#15253d",
"color7": "#aab0bc",
"color8": "#626975",
"color9": "#7b8ba3",
"color10": "#657893",
"color11": "#4e6584",
"color12": "#233f66",
"color13": "#1c3251",
"color14": "#15253d",
"color15": "#aab0bc",
"rofi.color-window": "#131822, #233f66, #233f66",
"rofi.color-normal": "#131822, #aab0bc, #233f66, #aab0bc, #78824B",
"rofi.color-active": "#131822, #aab0bc, #233f66, #aab0bc, #78824B",
"rofi.color-urgent": "#131822, #aab0bc, #233f66, #aab0bc, #78824B"
},
"i3wm": {
"client.background": "#131822",
"client.focused": "#aab0bc #131822 #aab0bc #233f66 #233f66",
"client.unfocused": "#aab0bc #131822 #aab0bc #233f66 #233f66",
"client.focused_inactive": "#aab0bc #131822 #aab0bc #233f66 #233f66",
"client.urgent": "#aab0bc #131822 #aab0bc #233f66 #233f66",
"client.placeholder": "#aab0bc #131822 #aab0bc #233f66 #233f66"
},
"polybar": {
"background": "#131822",
"foreground": "#aab0bc",
"modules-left": "wlan eth",
"modules-center": "i3",
"modules-right": "date powermenu",
"label-unfocused-background": "#233f66",
"label-unfocused-foreground": "#131822",
"label-mode-background": "#131822",
"label-mode-foreground": "#131822",
"label-focused-foreground": "#131822",
"label-focused-background": "#233f66",
"label-visible-background": "#233f66",
"label-visible-foreground": "#131822",
"format-foreground": "#131822",
"format-background": "#233f66",
"label-open-foreground": "#233f66",
"label-close-foreground": "#233f66",
"label-separator-foreground": "#233f66",
"format-connected-foreground": "#131822",
"format-connected-background": "#233f66",
"format-connected-prefix-foreground": "#131822",
"ramp-signal-foreground": "#131822"
},
"wallpaper": "008.png"
}