tweaked tmux colours

This commit is contained in:
koehr 2017-12-12 01:55:48 +01:00
parent 64a6d7e738
commit c7f5eb7cf3

View file

@ -21,8 +21,8 @@ bind-key Tab select-pane -t :.+ \; swap-pane -U
bind r source-file ~/.tmux.conf
# set inactive/active window styles
set -g window-style 'fg=colour247,bg=colour236'
set -g window-active-style 'fg=white,bg=black'
set -g window-style 'fg=colour247,bg=colour238'
set -g window-active-style 'fg=colour252,bg=colour236'
set-window-option -g xterm-keys on