diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index 75d6f27c..dd916081 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -69,10 +69,20 @@ bspc config single_monocle false bspc config borderless_monocle false bspc config gapless_monocle false # Colors -bspc config normal_border_color "#31363b" #Unfocused -bspc config active_border_color "#1abc9c" #Focused, but current monitor isn't -bspc config focused_border_color "#1d99f3" #Focused completely -bspc config presel_feedback_color "#eff0f1" #??? +case $THEME in + light) + bspc config normal_border_color "#bdc3c7" #Unfocused + bspc config active_border_color "#1abc9c" #Focused, but current monitor isn't + bspc config focused_border_color "#1d99f3" #Focused completely + bspc config presel_feedback_color "#eff0f1" #??? + ;; + *) + bspc config normal_border_color "#31363b" #Unfocused + bspc config active_border_color "#1abc9c" #Focused, but current monitor isn't + bspc config focused_border_color "#1d99f3" #Focused completely + bspc config presel_feedback_color "#eff0f1" #??? + ;; +esac ## Rules bspc rule -r '*'