From 3d0719c5f71759d90caafb84802761d3312fb6f5 Mon Sep 17 00:00:00 2001 From: nirenjan Date: Wed, 19 Jun 2013 15:30:59 -0700 Subject: [PATCH] Update tmux colors and move status bar to top The change to move the status bar to the top is only compatible with tmux 1.8 --- tmux.conf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tmux.conf b/tmux.conf index 7331ca7..dbd2a0f 100644 --- a/tmux.conf +++ b/tmux.conf @@ -46,10 +46,10 @@ set-option -g set-titles-string "(#H) [#S:#I.#P] #W" # Configure the tmux colours # Based on Solarized [altercation/solarized] on GitHub -TMUX_STATUS_BG=black -TMUX_STATUS_FG=white -TMUX_MESSAGE_BG=black -TMUX_MESSAGE_FG=brightred +TMUX_STATUS_BG=white +TMUX_STATUS_FG=brightyellow +TMUX_MESSAGE_BG=white +TMUX_MESSAGE_FG=brightyellow # Status bar set-option -g status on @@ -57,6 +57,7 @@ set-option -g status-interval 2 set-option -g status-bg $TMUX_STATUS_BG set-option -g status-fg $TMUX_STATUS_FG set-option -g status-utf8 on +set-option -g status-position top # Status bar - left # @