talos: home: tweak colors for focused windows
This commit is contained in:
parent
49de758a72
commit
1068a3a041
|
@ -145,12 +145,12 @@ in {
|
||||||
set $mantle #e6e9ef
|
set $mantle #e6e9ef
|
||||||
set $crust #dce0e8
|
set $crust #dce0e8
|
||||||
|
|
||||||
# target title bg text indicator border
|
# target title bg text indicator border
|
||||||
client.focused $lavender $base $text $rosewater $lavender
|
client.focused $lavender $lavender $base $rosewater $lavender
|
||||||
client.focused_inactive $overlay0 $base $text $rosewater $overlay0
|
client.focused_inactive $overlay0 $base $text $rosewater $overlay0
|
||||||
client.unfocused $overlay0 $base $text $rosewater $overlay0
|
client.unfocused $overlay0 $base $text $rosewater $overlay0
|
||||||
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
|
||||||
|
|
||||||
smart_borders on
|
smart_borders on
|
||||||
|
|
Loading…
Reference in a new issue