Update tmux colours to 2.9 version

This commit is contained in:
coolneng 2019-06-25 16:48:28 +02:00
parent 5023fc8d63
commit b92fee56ac
1 changed files with 2 additions and 4 deletions

View File

@ -68,10 +68,8 @@ bind -T root WheelUpPane if-shell -F -t = "#{alternate_on}" "send-keys -M" "se
bind -T root WheelDownPane if-shell -F -t = "#{alternate_on}" "send-keys -M" "select-pane -t =; send-keys -M"
# Split
set-option -g pane-active-border-fg colour234
set-option -g pane-active-border-bg default
set-option -g pane-border-fg colour234
set-option -g pane-border-bg default
set -g pane-border-style fg=colour234
set -g pane-active-border-style fg=colour234
set -g status-left '#[fg=white,bg=magenta] #S #[fg=default,bg=default]'
set -g status-right '#{prefix_highlight} #[fg=white,bg=magenta] %b %d %Y #[fg=white,bg=blue] %R '