From fdca284c6ffc5bdc9989c781a4852a102455aa11 Mon Sep 17 00:00:00 2001
From: Salt <rehashedsalt@cock.li>
Date: Wed, 23 Sep 2020 02:21:17 -0500
Subject: [PATCH] bspwm: Add light mode support

---
 .config/bspwm/bspwmrc | 18 ++++++++++++++----
 1 file changed, 14 insertions(+), 4 deletions(-)

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 '*'