From 718a26047c8d3c5f358dcb75026cc94f77a010d2 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 13 Jul 2019 20:59:01 +0200 Subject: [PATCH] Fix usage of obsolete variable in tmux configuration --- tmux.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tmux.conf b/tmux.conf index fb055dd..f6e3737 100644 --- a/tmux.conf +++ b/tmux.conf @@ -56,5 +56,4 @@ set -g status-fg white set -g status-left "#[fg=green]#H[#S] " set -g status-left-length 13 set -g status-right " #[fg=yellow]" -setw -g window-status-current-bg default -setw -g window-status-current-fg red +set -g window-status-current-style "fg=red"