mirror of
https://github.com/jimeh/tmux-themepack.git
synced 2026-02-19 11:16:43 +00:00
Remove flipped workaround in window-status-activity-style
This commit is contained in:
@@ -30,7 +30,7 @@ set -g window-status-current-format "#I:#W#F"
|
||||
set -g window-status-current-style bg=green,fg=black
|
||||
|
||||
# Window with activity status
|
||||
set -g window-status-activity-style bg=green,fg=black # fg and bg are flipped here due to a bug in tmux
|
||||
set -g window-status-activity-style bg=black,fg=green
|
||||
|
||||
# Window separator
|
||||
set -g window-status-separator " "
|
||||
|
||||
Reference in New Issue
Block a user