Dans la version 2.9, vous devez remplacer ces options par quelque chose comme :
# Active window title color
setw -g window-status-current-style fg=black,bg=white
Il y a un argument avec une explication décente ici :https://github.com/tmux/tmux/issues/1689
Et la FAQ :https://github.com/tmux/tmux/wiki/FAQ#how-do-i-translate--fg--bg-and--attr-options-into--style-options
Vous n'avez pas défini la couleur d'arrière-plan active de la fenêtre, vous avez uniquement défini la bordure du panneau actif, essayez :
set-window-option -g window-status-current-bg red