summaryrefslogtreecommitdiffstats
path: root/tmux.conf
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-08-01 01:56:28 -0500
committerJesse Luehrs <doy@tozt.net>2009-08-01 01:56:28 -0500
commit35535e2d97d0188134a6860e1bdc10d463883c97 (patch)
treed59b2cb076b5ea133aabd7669a17252a768a53e1 /tmux.conf
parentd984e41cc17ed9b476ff082d551e1b8203ef0f8f (diff)
downloadconf-35535e2d97d0188134a6860e1bdc10d463883c97.tar.gz
conf-35535e2d97d0188134a6860e1bdc10d463883c97.zip
change a few tmux colors
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf6
1 files changed, 6 insertions, 0 deletions
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 %%"