bspwm: Gruvbox.
This commit is contained in:
parent
b1547b64e3
commit
9f67115368
@ -74,16 +74,16 @@ bspc config gapless_monocle false
|
|||||||
# Colors
|
# Colors
|
||||||
case $THEME in
|
case $THEME in
|
||||||
light)
|
light)
|
||||||
bspc config normal_border_color "#bdc3c7" #Unfocused
|
bspc config normal_border_color "#f2e5bc" #Unfocused
|
||||||
bspc config active_border_color "#1abc9c" #Focused, but current monitor isn't
|
bspc config active_border_color "#8ec07c" #Focused, but current monitor isn't
|
||||||
bspc config focused_border_color "#1d99f3" #Focused completely
|
bspc config focused_border_color "#83a598" #Focused completely
|
||||||
bspc config presel_feedback_color "#eff0f1" #???
|
bspc config presel_feedback_color "#ebdbb2" #???
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
bspc config normal_border_color "#31363b" #Unfocused
|
bspc config normal_border_color "#32302f" #Unfocused
|
||||||
bspc config active_border_color "#1abc9c" #Focused, but current monitor isn't
|
bspc config active_border_color "#8ec07c" #Focused, but current monitor isn't
|
||||||
bspc config focused_border_color "#1d99f3" #Focused completely
|
bspc config focused_border_color "#83a598" #Focused completely
|
||||||
bspc config presel_feedback_color "#eff0f1" #???
|
bspc config presel_feedback_color "#ebdbb2" #???
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user