Change status bar colours

This commit is contained in:
Oliver Davies 2019-12-03 09:13:10 +00:00
parent af8315026c
commit bf244aead8

View file

@ -10,6 +10,9 @@ bind-key -n C-l select-pane -R
set-option -g default-terminal "screen-256color"
set -g status-fg "#aaaaaa"
set -g status-bg "#666666"
bind-key - split-window -v -c '#{pane_current_path}'
bind-key \ split-window -h -c '#{pane_current_path}'