From 863b68b62aed5585ac1edf1478a44922f39f898a Mon Sep 17 00:00:00 2001 From: Jidbo Date: Thu, 16 Apr 2020 20:29:36 +0200 Subject: [PATCH] fix some colors --- shell/tmux.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/shell/tmux.conf b/shell/tmux.conf index 4228a85..65b70b5 100644 --- a/shell/tmux.conf +++ b/shell/tmux.conf @@ -25,8 +25,8 @@ bind -n M-j switch-client -n bind -n M-k switch-client -p # pane number display -set-option -g display-panes-active-colour blue #blue -set-option -g display-panes-colour brightred #orange +set-option -g display-panes-active-colour #51000f #blue +set-option -g display-panes-colour #ffffff #orange # start numbering at 1 set -g base-index 1 @@ -49,10 +49,10 @@ set -g default-terminal "screen-256color" set-option -ga terminal-overrides ",xterm-256color:Tc" # right status -set -g status-right '#[fg=colour3]#[fg=#51000f]#[bg=#51000f]#[fg=#ffffff] %H:%M %d-%b ' +set -g status-right '#[fg=#51000f]#[bg=#51000f]#[fg=#ffffff] %H:%M %d-%b ' # left status -set -g status-left '#[bg=#1A202C]#[fg=#ffffff]#{?client_prefix,#[bg=#51000f],} ❐ #[bg=colour8]#[fg=#1A202C]#{?client_prefix,#[fg=#51000f],}#{?window_zoomed_flag, 🔍 ,} ' +set -g status-left '#[bg=#1A202C]#[fg=#ffffff]#{?client_prefix,#[bg=#51000f],} ❐ #[bg=colour8]#[fg=#1A202C]#{?client_prefix,#[fg=#51000f],}#{?window_zoomed_flag, #[fg=colour7]🔍 ,} ' # current window status set -g window-status-current-format "#[fg=colour8]#[bg=#51000f]#[fg=colour7]#[bg=#51000f] #I #[fg=colour7] #W #[fg=#51000f]#[bg=colour8]"