tweaked tmux colours
This commit is contained in:
parent
64a6d7e738
commit
c7f5eb7cf3
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue