summaryrefslogtreecommitdiff
path: root/dotfiles
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-11-25 17:39:11 +0100
committerAnton Khirnov <anton@khirnov.net>2020-11-25 17:39:11 +0100
commit94b76b2e3f178795327396ffb04dc3fc412cb507 (patch)
treed229a0b515741ccb2cb9c623e4d820444ddafe83 /dotfiles
parent3db4d97c18405f26fc609cca708fae29259da9f9 (diff)
tmux: highlight the active window in status bar
Diffstat (limited to 'dotfiles')
-rw-r--r--dotfiles/tmux.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/dotfiles/tmux.conf b/dotfiles/tmux.conf
index 9a97d53..0e80c95 100644
--- a/dotfiles/tmux.conf
+++ b/dotfiles/tmux.conf
@@ -36,5 +36,7 @@ set -g status-right-length 48
set -g status-style fg=colour194,bold,bg=colour23
+set -g window-status-current-style bg=black
+
# source the machine-specific file
if-shell "[ -f ~/.config/tmux_local.conf ]" 'source ~/.config/tmux_local.conf'