forked from stav121/i3wm-themer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path013.json
60 lines (60 loc) · 2.06 KB
/
013.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": "#80969b",
"color2": "#56737a",
"color3": "#416269",
"color4": "#2c5159",
"color5": "#274850",
"color6": "#1e383e",
"color7": "#a1abad",
"color8": "#a1abad",
"color9": "#80969b",
"color10": "#56737a",
"color11": "#416269",
"color12": "#2c5159",
"color13": "#274850",
"color14": "#1e383e",
"color15": "#a1abad",
"rofi.color-window": "#1e1e20, #2c5159, #2c5159",
"rofi.color-normal": "#1e1e20, #c5c8c6, #1e1e20, #1e1e20, #2c5159",
"rofi.color-active": "#1e1e20, #c5c8c6, #1e1e20, #1e1e20, #2c5159",
"rofi.color-urgent": "#1e1e20, #c5c8c6, #1e1e20, #1e1e20, #2c5159"
},
"i3wm": {
"client.background": "#1e1e20",
"client.focused": "#56737a #1e1e20 #56737a #56737a #56737a",
"client.unfocused": "#56737a #1e1e20 #56737a #2c5159 #2c5159",
"client.focused_inactive": "#56737a #1e1e20 #56737a #2c5159 #2c5159",
"client.urgent": "#56737a #1e1e20 #56737a #2c5159 #2c5159",
"client.placeholder": "#56737a #1e1e20 #56737a #2c5159 #2c5159"
},
"polybar": {
"background": "#1e1e20",
"foreground": "#c5c8c6",
"modules-left": "i3",
"modules-center": "date",
"modules-right": "wlan eth powermenu",
"label-unfocused-background": "#56737a",
"label-unfocused-foreground": "#1e1e20",
"label-mode-background": "#56737a",
"label-mode-foreground": "#1e1e20",
"label-focused-foreground": "#6b7443",
"label-focused-background": "#2c5159",
"label-visible-background": "#56737a",
"label-visible-foreground": "#1e1e20",
"format-foreground": "#1e1e20",
"format-background": "#416269",
"label-open-foreground": "#56737a",
"label-close-foreground": "#56737a",
"label-separator-foreground": "#80969b",
"format-connected-foreground": "#80969b",
"format-connected-background": "#1e1e20",
"format-connected-prefix-foreground": "#80969b",
"ramp-signal-foreground": "#1e1e20"
},
"wallpaper": "013.png"
}