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:
@@ -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 ""
|
||||
|
||||
Reference in New Issue
Block a user