tmux: pane colors global, controller active window readable
This commit is contained in:
		@@ -17,7 +17,7 @@ set pane-border-fg colour237
 | 
				
			|||||||
set pane-active-border-fg colour27
 | 
					set pane-active-border-fg colour27
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Tweak currently highlighted window ('active')
 | 
					# Tweak currently highlighted window ('active')
 | 
				
			||||||
setw window-status-current-fg colour236
 | 
					setw window-status-current-fg colour255
 | 
				
			||||||
setw window-status-current-bg colour27
 | 
					setw window-status-current-bg colour27
 | 
				
			||||||
setw window-status-current-format " #F[#W] "
 | 
					setw window-status-current-format " #F[#W] "
 | 
				
			||||||
setw window-status-current-attr none
 | 
					setw window-status-current-attr none
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -12,8 +12,8 @@ set set-titles on
 | 
				
			|||||||
set set-titles-string "tmux: [#H] [#S] [#W:#D #I:#P]"
 | 
					set set-titles-string "tmux: [#H] [#S] [#W:#D #I:#P]"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Change pane colors
 | 
					# Change pane colors
 | 
				
			||||||
set pane-border-fg colour237
 | 
					set -g pane-border-fg colour237
 | 
				
			||||||
set pane-active-border-fg colour199
 | 
					set -g pane-active-border-fg colour199
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Tweak currently active window
 | 
					# Tweak currently active window
 | 
				
			||||||
setw window-status-current-fg colour236
 | 
					setw window-status-current-fg colour236
 | 
				
			||||||
@@ -36,5 +36,7 @@ set status-right '[FFKA: #(ip addr show freifunk | grep inet6 | grep -v fe80 | c
 | 
				
			|||||||
# Refresh status bar every 2s
 | 
					# Refresh status bar every 2s
 | 
				
			||||||
set status-interval 2
 | 
					set status-interval 2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					set -g mouse on
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Initialize tmux-plugin-manager
 | 
					# Initialize tmux-plugin-manager
 | 
				
			||||||
run '~/.tmux/plugins/tpm/tpm'
 | 
					run '~/.tmux/plugins/tpm/tpm'
 | 
				
			||||||
 
 | 
				
			|||||||
										
											Binary file not shown.
										
									
								
							
		Reference in New Issue
	
	Block a user