Fix window title and border colors

This commit is contained in:
Aleksey Samoilov 2023-05-26 13:44:10 +04:00
parent b463272b93
commit ff7f1d91e7

View file

@ -39,9 +39,9 @@ set $mantle #1e2030
set $crust #181926
# target title bg text indicator border
client.focused $pink $base $text $rosewater $mauve
client.focused_inactive $mauve $base $text $rosewater $pink
client.unfocused $mauve $base $text $rosewater $pink
client.focused $blue $base $text $rosewater $blue
client.focused_inactive $pink $base $text $rosewater $pink
client.unfocused $pink $base $text $rosewater $pink
client.urgent $peach $base $peach $overlay0 $peach
client.placeholder $overlay0 $base $text $overlay0 $overlay0
client.background $base