Changed tmux bar to match rest of theme

This commit is contained in:
DreadedX 2014-09-12 15:50:06 +02:00
parent a2fde87316
commit e0d09a1302

View File

@ -1,6 +1,6 @@
#tmux config file #tmux config file
#change statusbar #change statusbar
set -g status-bg black set -g status-bg colour0
set -g status-fg white set -g status-fg white
set-window-option -g window-status-current-bg white set-window-option -g window-status-current-bg white
set-window-option -g window-status-current-fg black set-window-option -g window-status-current-fg black
@ -10,7 +10,7 @@ set-option -g display-panes-active-colour white
#start powerline #start powerline
run-shell "powerline-daemon -q" run-shell "powerline-daemon -q"
source-file "$HOME/.local/lib/python2.7/site-packages/powerline/bindings/tmux/powerline.conf" source-file "$HOME/.local/lib/python2.7/site-packages/powerline/bindings/tmux/powerline.conf"
# send-keys C-c send-keys C-c
set -g default-terminal "screen-256color" set -g default-terminal "screen-256color"