回答:
ウィンドウのアクティブな背景色を設定しておらず、アクティブなパネル境界線のみを設定しています。
set-window-option -g window-status-current-bg red
~/.tmux.conf
起動しtmux
ました。
xterm-256color
set-window-option -g window-status-current-fg 'white'
set-window-option -g window-status-current-style bg=red
バージョン2.9では、このオプションを次のように変更する必要があります。
# Active window title color
setw -g window-status-current-style fg=black,bg=white
ここにはきちんとした説明がある議論があります: https //github.com/tmux/tmux/issues/1689
FAQ:https : //github.com/tmux/tmux/wiki/FAQ#how-do-i-translate--fg--bg-and--attr-options-into--style-options