Remove flipped workaround in window-status-activity-style

This commit is contained in:
Mario Rodas
2019-04-28 18:27:31 -05:00
parent b15413bb5c
commit 7bb2aa5c1c
25 changed files with 25 additions and 25 deletions

View File

@@ -22,7 +22,7 @@ set -g window-status-current-format " #I:#W#F "
set -g window-status-current-style bg=red,fg=black
# Window with activity status
set -g window-status-activity-style bg=yellow,fg=black # fg and bg are flipped here due to a bug in tmux
set -g window-status-activity-style bg=black,fg=yellow
# Window separator
set -g window-status-separator ""