bspwm: Use dark blue border on inactive windows

This commit is contained in:
2018-08-01 17:52:59 -05:00
parent 0060adef1f
commit eab1250bb5
2 changed files with 2 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ bspc config pointer_action1 move
bspc config pointer_action2 resize_corner
bspc config normal_border_color "#3c3836"
bspc config active_border_color "#a0a0a0"
bspc config active_border_color "#458588"
bspc config focused_border_color "#83a598"
bspc config presel_feedback_color "#9b9b9b"