forked from extern/nix-config
Remove old tmux colors
Some of these settings, specifically the window-status ones, produced error messages in more recent versions of tmux. I've gone ahead and simplified everything to the default colors since they work pretty well already.
This commit is contained in:
parent
5c21dbeb58
commit
83dd4ed015
@ -75,26 +75,8 @@ set -g status-right ''
|
||||
# Center the window list
|
||||
set -g status-justify centre
|
||||
|
||||
# Use a "transparent" background for the status line
|
||||
set -g status-bg default
|
||||
|
||||
# Use the regular text color for the status line
|
||||
set -g status-fg white
|
||||
|
||||
# Use a "transparent" background for the current window
|
||||
set -g window-status-current-bg default
|
||||
|
||||
# Highlight the current window yellow and make it bold
|
||||
set -g window-status-current-fg yellow
|
||||
set -g window-status-current-attr bold
|
||||
|
||||
# Re-number windows once one has been closed
|
||||
set -g renumber-windows on
|
||||
|
||||
# Set the activity color to blue with a "transparent" background
|
||||
set-window-option -g window-status-activity-bg default
|
||||
set-window-option -g window-status-activity-fg blue
|
||||
set-window-option -g window-status-activity-attr none
|
||||
|
||||
# Add support for neovim cursor changing (insert mode, etc.)
|
||||
set -g -a terminal-overrides ',xterm*:Tc,*:Ss=\E[%p1%d q:Se=\E[2 q'
|
||||
|
Loading…
Reference in New Issue
Block a user