sway: green color on active window title

This commit is contained in:
Vladan Popovic 2024-10-07 11:47:43 +02:00
parent bf0e8daf49
commit ae7733a776

View file

@ -1,6 +1,6 @@
# Remove title from windows # Remove title from windows
default_border pixel 1 default_border pixel 2
default_floating_border normal default_floating_border normal
bindsym $mod+t border toggle bindsym $mod+t border toggle
@ -15,14 +15,14 @@ set $bi #3f3f3f
# Foreground active # Foreground active
set $fa #eff1f5 set $fa #eff1f5
# Foreground inactive # Foreground inactive
set $fi #646464 set $fi #8a8a8a
# Border active # Border active
set $bra #9a9a9a set $bra #449a64
# Border inactive # Border inactive
set $bri #000000 set $bri #000000
# class border backgr. text indicator child_border # class border backgr. text indicator child_border
client.focused $bra $bra $bg $bg $bra client.focused $bra $bra $fa $bg $bra
client.focused_inactive $bra $ba $fa $bg $bri client.focused_inactive $bra $ba $fa $bg $bri
client.unfocused $bri $bi $fi $bg $bri client.unfocused $bri $bi $fi $bg $bri
#client.urgent $br $br $fg $bg $br #currently not implemented #client.urgent $br $br $fg $bg $br #currently not implemented