forked from stav121/i3wm-themer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path009.json
60 lines (60 loc) · 2.06 KB
/
009.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": "#25252c",
"foreground": "#ffffff",
"cursorcolor": "#ffffff",
"color0": "#25252c",
"color1": "#9abfcd",
"color2": "#679fb4",
"color3": "#357f9b",
"color4": "#036082",
"color5": "#024c68",
"color6": "#5e8d87",
"color7": "#b3cfd9",
"color8": "#b3cfd9",
"color9": "#9abfcd",
"color10": "#679fb4",
"color11": "#357f9b",
"color12": "#036082",
"color13": "#024c68",
"color14": "#01394e",
"color15": "#b3cfd9",
"rofi.color-window": "#25252c, #679fb4, #679fb4",
"rofi.color-normal": "#25252c, #ffffff, #679fb4, #ffffff, #78824B",
"rofi.color-active": "#25252c, #ffffff, #679fb4, #ffffff, #78824B",
"rofi.color-urgent": "#25252c, #ffffff, #679fb4, #ffffff, #78824B"
},
"i3wm": {
"client.background": "#25252c",
"client.focused": "#ffffff #25252c #ffffff #036082 #036082",
"client.unfocused": "#ffffff #25252c #ffffff #036082 #036082",
"client.focused_inactive": "#ffffff #25252c #ffffff #036082 #036082",
"client.urgent": "#ffffff #25252c #ffffff #036082 #036082",
"client.placeholder": "#ffffff #25252c #ffffff #036082 #036082"
},
"polybar": {
"background": "#25252c",
"foreground": "#ffffff",
"modules-left": "wlan eth",
"modules-center": "i3",
"modules-right": "date powermenu",
"label-unfocused-background": "#036082",
"label-unfocused-foreground": "#25252c",
"label-mode-background": "#25252c",
"label-mode-foreground": "#25252c",
"label-focused-foreground": "#25252c",
"label-focused-background": "#036082",
"label-visible-background": "#036082",
"label-visible-foreground": "#25252c",
"format-foreground": "#25252c",
"format-background": "#036082",
"label-open-foreground": "#036082",
"label-close-foreground": "#036082",
"label-separator-foreground": "#036082",
"format-connected-foreground": "#25252c",
"format-connected-background": "#036082",
"format-connected-prefix-foreground": "#25252c",
"ramp-signal-foreground": "#25252c"
},
"wallpaper": "009.png"
}