From 8509859b3094971c8df501f676cd3bcbc4f3fd48 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 10 Jun 2014 16:12:04 -0700 Subject: [PATCH] Add background and foreground settings back to .tmux.conf --- dotfiles/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotfiles/tmux.conf b/dotfiles/tmux.conf index 683bd8f5..72c22bba 100644 --- a/dotfiles/tmux.conf +++ b/dotfiles/tmux.conf @@ -6,6 +6,9 @@ set-option -g status on bind-key @ command-prompt -p "create pane from:" "join-pane -s ':%%'" bind-key ^ command-prompt -p "swap window:" "swap-pane -s '%%' -t '%%'" + +set-option -g status-fg colour255 +set-option -g status-bg colour235 set-option -g status-interval 2 set-option -g status-utf8 on set-option -g status-justify "centre"