blob: bf2de379bfa2afd21f2870fd26720cdc778e9c56 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
set {
$background #191724
$accent #ebbcba
$border #ebbcba
$inactive_border #6e5a86
$unfocused_border #26233a
$text #e0def4
$indicator #9ccfd8
$sec_indicator #908caa
$urgent #eb6f92
}
client.focused $border $background $text $indicator $border
client.focused_inactive $inactive_border $background $text $sec_indicator $inactive_border
client.unfocused $unfocused_border $background $text $sec_indicator $unfocused_border
client.urgent $urgent $background $text $indicator $urgent
|