From 047a9e785cc31f275ca8d8506aa2e2bce7a2498d Mon Sep 17 00:00:00 2001 From: shaoying Date: Sun, 5 Apr 2020 15:59:53 +0800 Subject: [PATCH] add miss --- etc/conf/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/conf/tmux.conf b/etc/conf/tmux.conf index c8c64950..cd48a641 100644 --- a/etc/conf/tmux.conf +++ b/etc/conf/tmux.conf @@ -33,7 +33,7 @@ set -g status-right "#[bg=red]\ [#(date '+%Y-%m-%d %H:%M:%S')]\ " set -g status-right-length 60 set -gw window-status-separator "" -set -gw window-status-format "#[fg=blue]\ [#I:#W.#{pane_index}#F]\ " +set -gw window-status-format "#[bg=blue fg=white]\ [#I:#W.#{pane_index}#F]\ " set -gw window-status-current-format "#[bg=red fg=white]\ [#I:#W.#{pane_index}#F#{?pane_in_mode,COPY,}]\ " # }}}