Slight border changes to i3 to make differentiation easier with 0 gaps.

This commit is contained in:
Salt 2017-08-15 21:10:20 -05:00
parent 7211c19356
commit 2215c588a8

View File

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