Change status bar colours
This commit is contained in:
parent
af8315026c
commit
bf244aead8
|
@ -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}'
|
||||
|
||||
|
|
Loading…
Reference in a new issue