bspwm: Fix colors
This commit is contained in:
parent
4d0da8ad6d
commit
13da355781
@ -26,10 +26,10 @@ bspc config single_monocle false
|
|||||||
bspc config borderless_monocle false
|
bspc config borderless_monocle false
|
||||||
bspc config gapless_monocle true
|
bspc config gapless_monocle true
|
||||||
# Colors
|
# Colors
|
||||||
bspc config normal_border_color "#3c3836" #Unfocused
|
bspc config normal_border_color "#31363b" #Unfocused
|
||||||
bspc config active_border_color "#458588" #Focused, but current monitor isn't
|
bspc config active_border_color "#1abc9c" #Focused, but current monitor isn't
|
||||||
bspc config focused_border_color "#83a598" #Focused completely
|
bspc config focused_border_color "#1d99f3" #Focused completely
|
||||||
bspc config presel_feedback_color "#9b9b9b" #???
|
bspc config presel_feedback_color "#eff0f1" #???
|
||||||
|
|
||||||
## Rules
|
## Rules
|
||||||
bspc rule -r '*'
|
bspc rule -r '*'
|
||||||
|
Loading…
Reference in New Issue
Block a user