답변:
창 활성 배경색을 설정하지 않았으며 활성 패널 테두리 만 설정하십시오.
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