Update tmux colour style

This commit is contained in:
Edward Litherland-Smith 2021-02-22 10:01:46 +00:00
parent 5e49218109
commit 6ea109871f

View file

@ -12,12 +12,6 @@ set -ga terminal-overrides ",*256col*:Tc"
# set-window-option -g automatic-rename off # set-window-option -g automatic-rename off
# set-option -g allow-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. # Smart pane switching with awareness of Vim splits.
# See: https://github.com/christoomey/vim-tmux-navigator # See: https://github.com/christoomey/vim-tmux-navigator
is_vim="ps -o state= -o comm= -t '#{pane_tty}' \ 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 setw -g mode-keys vi
# Status bar styling # Status bar styling
set -g status-bg black set -g status-bg colour238
set -g status-fg white set -g status-fg colour255
set -g status-left '#S #[fg=black,bg=yellow]' set -g status-left '[#S] '
# set inactive/active window styles
set -g window-style 'fg=colour247,bg=colour236'
set -g window-active-style 'fg=colour250,bg=black'
# set the pane border colors # set the pane border colors
set -g pane-border-style 'fg=colour235,bg=colour238' 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'