blob: e38a449d16c72ba6abf4f81d5119e2080b84190d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
set $text #fffffb
set $text2 #bdc0ba
set $bg #1c1c1c
set $bg2 #202020
set $main #70649a
set $main2 #3c2f41
set $urgent #9f353a
set $urgent2 #854836
set $indicator_focused #f7c242
set $indicator_unfocused $bg
client.focused $main $main $text $indicator_focused $main
# client.focused_inactive $bg $bg $text2 $indicator_unfocused $bg
client.focused_inactive $main2 $main2 $text2 $indicator_unfocused $main2
client.unfocused $bg $bg $text2 $indicator_unfocused $bg
# client.unfocused $main2 $main2 $text2 $indicator_unfocused $main2
client.urgent $urgent2 $urgent $text $indicator_focused $urgent
|