Reorg the shit out of sway colors
This commit is contained in:
		@@ -61,13 +61,21 @@ set $white #ebdbb2
 | 
				
			|||||||
set $black #282828
 | 
					set $black #282828
 | 
				
			||||||
set $gray #32302f
 | 
					set $gray #32302f
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# See sway(5) for details on these
 | 
				
			||||||
 | 
					#		Border color of the view itself				v
 | 
				
			||||||
 | 
					#		Indicator color (like for v/h split)		v
 | 
				
			||||||
 | 
					#		Titlebar text color			v
 | 
				
			||||||
 | 
					#		Titlebar backgrouond color	v
 | 
				
			||||||
 | 
					#		Titlebar border color	v
 | 
				
			||||||
#	<colorclass>			<brd>	<bg>	<text>	<ind>	<chld>
 | 
					#	<colorclass>			<brd>	<bg>	<text>	<ind>	<chld>
 | 
				
			||||||
	client.focused		$blue	$black	$white	$gray	$blue
 | 
						# The currently focused window
 | 
				
			||||||
 | 
						client.focused			$blue	$blue	$black	$gray	$blue
 | 
				
			||||||
 | 
						# The most recently focused view in an unfocused container
 | 
				
			||||||
	client.focused_inactive		$gray	$black	$white	$gray	$gray
 | 
						client.focused_inactive		$gray	$black	$white	$gray	$gray
 | 
				
			||||||
	client.unfocused	$gray	$black	$white	$gray	$gray
 | 
						# Any other unfocused views
 | 
				
			||||||
 | 
						client.unfocused		$gray	$gray	$white	$gray	$gray
 | 
				
			||||||
 | 
						# Any view with an urgency hint
 | 
				
			||||||
	client.urgent			$yellow	$black	$white	$gray	$yellow
 | 
						client.urgent			$yellow	$black	$white	$gray	$yellow
 | 
				
			||||||
	client.placeholder	$magenta $black	$white	$gray	$magenta
 | 
					 | 
				
			||||||
	client.background	$bg
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
## KEYBINDINGS
 | 
					## KEYBINDINGS
 | 
				
			||||||
# Set modifiers
 | 
					# Set modifiers
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user