summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tmux.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux.conf b/tmux.conf
index 4ab9059..e5fd3ba 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -1,7 +1,8 @@
# mess with the status window
set -g status-bg colour109
set -g status-right "[#T]"
-setw -g window-status-current-bg white
+#setw -g window-status-current-bg white
+set -g window-status-current-style bg=white
bind -n C-Right next-window
bind -n C-Left previous-window