Fix window title and border colors
This commit is contained in:
parent
b463272b93
commit
ff7f1d91e7
1 changed files with 3 additions and 3 deletions
|
@ -39,9 +39,9 @@ set $mantle #1e2030
|
||||||
set $crust #181926
|
set $crust #181926
|
||||||
|
|
||||||
# target title bg text indicator border
|
# target title bg text indicator border
|
||||||
client.focused $pink $base $text $rosewater $mauve
|
client.focused $blue $base $text $rosewater $blue
|
||||||
client.focused_inactive $mauve $base $text $rosewater $pink
|
client.focused_inactive $pink $base $text $rosewater $pink
|
||||||
client.unfocused $mauve $base $text $rosewater $pink
|
client.unfocused $pink $base $text $rosewater $pink
|
||||||
client.urgent $peach $base $peach $overlay0 $peach
|
client.urgent $peach $base $peach $overlay0 $peach
|
||||||
client.placeholder $overlay0 $base $text $overlay0 $overlay0
|
client.placeholder $overlay0 $base $text $overlay0 $overlay0
|
||||||
client.background $base
|
client.background $base
|
||||||
|
|
Loading…
Add table
Reference in a new issue