mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-03 16:46:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			182 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			182 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
%if #{l:1}
 | 
						|
set -g status-style fg=cyan,bg='#001040'
 | 
						|
%elif #{l:1}
 | 
						|
set -g status-style fg=white,bg='#400040'
 | 
						|
%else
 | 
						|
set -g status-style fg=white,bg='#800000'
 | 
						|
%endif
 | 
						|
bind ^X last-window
 |