From 53c71eb7a15aba24b8cf1d1752cbd33fc4ed9d7b Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Mon, 3 Mar 2014 02:44:21 +0800 Subject: [PATCH] Setup status line color. --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index d79ba2d..e273be5 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -3,6 +3,9 @@ bind-key C-a send-prefix set -g prefix C-a unbind C-b # +set-option -g status-bg colour27 +set-option -g status-fg white +# set -g status-interval 1 set -g status-right-length 50 set -g status-right '#(hostname) #[bg=colour21,fg=colour27]#[fg=white] %Y-%m-%d %H:%M:%S'