summaryrefslogtreecommitdiff
path: root/tmux.conf
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2014-09-11 21:31:33 +0200
committerPeter Palfrader <peter@palfrader.org>2014-09-11 21:31:33 +0200
commit54ac5764a9c2657453623f4cab7237ed6f5a8e6a (patch)
tree794e59936b704be9ae9f9acfde1cc98846da1cd5 /tmux.conf
parentbc119e01c078884bde1ac559b7d1bb20e1178eb8 (diff)
Set other tmux colors
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/tmux.conf b/tmux.conf
index c2b4586..07e1dda 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -1,7 +1,7 @@
# mess with the status window
-#set -g status-bg colour109
-#set -g status-right "[#T]"
-#setw -g window-status-current-bg white
+set -g status-bg colour109
+set -g status-right "[#T]"
+setw -g window-status-current-bg white
bind -n C-Right next-window
bind -n C-Left previous-window