From 6ea109871fc63fc9ad73aac3f4fff63d20dfc392 Mon Sep 17 00:00:00 2001 From: Edward Litherland-Smith Date: Mon, 22 Feb 2021 10:01:46 +0000 Subject: [PATCH] Update tmux colour style --- tmux.conf | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/tmux.conf b/tmux.conf index ae01a34c..124f8693 100644 --- a/tmux.conf +++ b/tmux.conf @@ -12,12 +12,6 @@ set -ga terminal-overrides ",*256col*:Tc" # set-window-option -g automatic-rename off # set-option -g allow-rename off -# Bind home row keys to help navigation -# bind-key h select-pane -L -# bind-key j select-pane -D -# bind-key k select-pane -U -# bind-key l select-pane -R - # Smart pane switching with awareness of Vim splits. # See: https://github.com/christoomey/vim-tmux-navigator is_vim="ps -o state= -o comm= -t '#{pane_tty}' \ @@ -41,14 +35,10 @@ bind-key -T copy-mode-vi 'C-\' select-pane -l setw -g mode-keys vi # Status bar styling -set -g status-bg black -set -g status-fg white -set -g status-left '#S #[fg=black,bg=yellow]' - -# set inactive/active window styles -set -g window-style 'fg=colour247,bg=colour236' -set -g window-active-style 'fg=colour250,bg=black' +set -g status-bg colour238 +set -g status-fg colour255 +set -g status-left '[#S] ' # set the pane border colors set -g pane-border-style 'fg=colour235,bg=colour238' -set -g pane-active-border-style 'fg=colour51,bg=colour236' +set -g pane-active-border-style 'fg=colour75,bg=colour236'