Modernize powerline. Make powerline colors simple so that they can be set with terminal settings.

This commit is contained in:
2014-11-10 17:30:34 -08:00
parent 5898641e11
commit 3e727bf4cd
8 changed files with 111 additions and 109 deletions

View File

@@ -8,9 +8,8 @@ set-option -g status on
bind-key @ command-prompt -p "create pane from:" "join-pane -s ':%%'"
bind-key ^ command-prompt -p "swap window:,with window:" "swap-window -s %1 -t %2"
set-option -g status-fg colour255
set-option -g status-bg colour235
set-option -g status-fg blue
set-option -g status-bg black
set-option -g status-interval 2
set-option -g status-utf8 on
set-option -g status-justify "centre"