blob: 9164afb3985345d6a18f8cf8c41c37aeea4f4b45 (
plain)
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
|
bar_colors:
active_workspace:
background: '#303030'
border: '#5F5F5F'
text: '#808080'
background: '#000000'
focused_workspace:
background: '#606070'
border: '#808090'
text: '#C0C0C5'
inactive_workspace:
background: '#303030'
border: '#5F5F5F'
text: '#808080'
separator: '#666666'
statusline: '#ffffff'
urgent_workspace:
background: '#900000'
border: '#2f343a'
text: '#ffffff'
meta:
author: okraits
url: http://okraits.de
window_colors:
focused:
background: '#606070'
border: '#808090'
indicator: '#2e9ef4'
text: '#C0C0C5'
focused_inactive:
background: '#303040'
border: '#5F5F6F'
indicator: '#484e50'
text: '#707075'
unfocused:
background: '#303030'
border: '#5F5F5F'
indicator: '#292d2e'
text: '#808080'
urgent:
background: '#900000'
border: '#2f343a'
indicator: '#900000'
text: '#ffffff'
|