blob: 1a58feff36c88d61499f15f8776271760f266023 (
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
|
bar_colors:
active_workspace:
background: '#73c074'
border: '#888cc3'
text: '#3c0cf9'
background: '#708b5f'
focused_workspace:
background: '#8d1560'
border: '#66e032'
text: '#10e344'
inactive_workspace:
background: '#fac4b2'
border: '#62d183'
text: '#1325b3'
separator: '#1cdd60'
statusline: '#ed4c7d'
urgent_workspace:
background: '#449789'
border: '#53da79'
text: '#62594e'
meta:
author: manzerbredes
window_colors:
focused:
background: '#fdcb49'
border: '#5bce18'
child_border: '#16461c'
indicator: '#95fd91'
text: '#295ca9'
unfocused:
background: '#ca9868'
border: '#510fc6'
child_border: '#1c83b8'
indicator: '#c3e749'
text: '#fae16a'
urgent:
background: '#5a4034'
border: '#23cc8c'
child_border: '#c9589'
indicator: '#d85ff1'
text: '#dd19ad'
|