bspwm: Fix colors
This commit is contained in:
		@@ -26,10 +26,10 @@ bspc config single_monocle		false
 | 
			
		||||
bspc config borderless_monocle		false
 | 
			
		||||
bspc config gapless_monocle		true
 | 
			
		||||
# Colors
 | 
			
		||||
bspc config normal_border_color			"#3c3836" #Unfocused
 | 
			
		||||
bspc config active_border_color			"#458588" #Focused, but current monitor isn't
 | 
			
		||||
bspc config focused_border_color		"#83a598" #Focused completely
 | 
			
		||||
bspc config presel_feedback_color		"#9b9b9b" #???
 | 
			
		||||
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" #???
 | 
			
		||||
 | 
			
		||||
## Rules
 | 
			
		||||
bspc rule -r '*'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user