Change i3 highlight bar to purple, matching theme

This commit is contained in:
Salt 2017-08-14 02:31:53 -05:00
parent 418df67c11
commit b3592c7f72

View File

@ -38,9 +38,9 @@ set_from_resource $fg color15 #ebdbb2
# Apply colors to i3
# <colorclass> <border> <backgrd> <text> <indicator> <child_border>
client.focused $gray $bg $fg $green2 $gray
client.focused_inactive $bg $bg $gray2 $green $bg
client.unfocused $bg $bg $gray2 $green $bg
client.focused $gray $bg $fg $purple2 $gray
client.focused_inactive $bg $bg $gray2 $purple $bg
client.unfocused $bg $bg $gray2 $purple $bg
client.urgent $bg $bg $yellow2 $yellow $bg
client.placeholder $bg $bg $purple2 $purple $bg
client.background $bg