summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tmux/tmux.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index c8dae55..d392c09 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -17,3 +17,5 @@ bind-key j select-pane -D
bind-key k select-pane -U
bind-key l select-pane -R
+set-window-option -g window-status-current-style 'bg=magenta'
+set-window-option -g window-status-current-format ' #I:#W '