From 35535e2d97d0188134a6860e1bdc10d463883c97 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 1 Aug 2009 01:56:28 -0500 Subject: change a few tmux colors --- tmux.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tmux.conf') diff --git a/tmux.conf b/tmux.conf index 61b1432..5618c84 100644 --- a/tmux.conf +++ b/tmux.conf @@ -17,6 +17,12 @@ set -g status-keys vi # use utf8 setw -g utf8 on +# colors +setw -g mode-bg cyan +set -g status-bg blue +set -g status-fg green +set -g message-bg green + # keybindings bind a send-prefix bind A command-prompt "rename-window %%" -- cgit v1.2.3-54-g00ecf