Update tmux colour style
This commit is contained in:
parent
5e49218109
commit
6ea109871f
18
tmux.conf
18
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'
|
||||
|
|
Loading…
Reference in a new issue