mirror of
https://github.com/jimeh/tmux-themepack.git
synced 2026-02-19 03:16:38 +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 ""
|
||||
|
||||
@@ -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 " "
|
||||
|
||||
@@ -32,7 +32,7 @@ set -g window-status-current-format " #I:#W#F "
|
||||
set -g window-status-current-style bg=colour24,fg=colour232
|
||||
|
||||
# Window with activity status
|
||||
set -g window-status-activity-style bg=colour31,fg=colour233 # fg and bg are flipped here due to a bug in tmux
|
||||
set -g window-status-activity-style bg=colour233,fg=colour31
|
||||
|
||||
# Window separator
|
||||
set -g window-status-separator ""
|
||||
|
||||
@@ -32,7 +32,7 @@ set -g window-status-current-format " #I:#W#F "
|
||||
set -g window-status-current-style bg=colour39,fg=colour232
|
||||
|
||||
# Window with activity status
|
||||
set -g window-status-activity-style bg=colour75,fg=colour233 # fg and bg are flipped here due to a bug in tmux
|
||||
set -g window-status-activity-style bg=colour233,fg=colour75
|
||||
|
||||
# Window separator
|
||||
set -g window-status-separator ""
|
||||
|
||||
@@ -32,7 +32,7 @@ set -g window-status-current-format " #I:#W#F "
|
||||
set -g window-status-current-style bg=colour245,fg=colour232
|
||||
|
||||
# Window with activity status
|
||||
set -g window-status-activity-style bg=colour245,fg=colour233 # fg and bg are flipped here due to a bug in tmux
|
||||
set -g window-status-activity-style bg=colour233,fg=colour245
|
||||
|
||||
# Window separator
|
||||
set -g window-status-separator ""
|
||||
|
||||
@@ -32,7 +32,7 @@ set -g window-status-current-format " #I:#W#F "
|
||||
set -g window-status-current-style bg=colour100,fg=colour232
|
||||
|
||||
# Window with activity status
|
||||
set -g window-status-activity-style bg=colour107,fg=colour233 # fg and bg are flipped here due to a bug in tmux
|
||||
set -g window-status-activity-style bg=colour233,fg=colour107
|
||||
|
||||
# Window separator
|
||||
set -g window-status-separator ""
|
||||
|
||||
@@ -32,7 +32,7 @@ set -g window-status-current-format " #I:#W#F "
|
||||
set -g window-status-current-style bg=colour90,fg=colour232
|
||||
|
||||
# Window with activity status
|
||||
set -g window-status-activity-style bg=colour141,fg=colour233 # fg and bg are flipped here due to a bug in tmux
|
||||
set -g window-status-activity-style bg=colour233,fg=colour141
|
||||
|
||||
# Window separator
|
||||
set -g window-status-separator ""
|
||||
|
||||
@@ -32,7 +32,7 @@ set -g window-status-current-format " #I:#W#F "
|
||||
set -g window-status-current-style bg=colour130,fg=colour232
|
||||
|
||||
# Window with activity status
|
||||
set -g window-status-activity-style bg=colour130,fg=colour233 # fg and bg are flipped here due to a bug in tmux
|
||||
set -g window-status-activity-style bg=colour233,fg=colour130
|
||||
|
||||
# Window separator
|
||||
set -g window-status-separator ""
|
||||
|
||||
@@ -32,7 +32,7 @@ set -g window-status-current-format " #I:#W#F "
|
||||
set -g window-status-current-style bg=colour124,fg=colour16
|
||||
|
||||
# Window with activity status
|
||||
set -g window-status-activity-style bg=colour88,fg=colour233 # fg and bg are flipped here due to a bug in tmux
|
||||
set -g window-status-activity-style bg=colour233,fg=colour88
|
||||
|
||||
# Window separator
|
||||
set -g window-status-separator ""
|
||||
|
||||
@@ -32,7 +32,7 @@ set -g window-status-current-format " #I:#W#F "
|
||||
set -g window-status-current-style bg=colour227,fg=colour232
|
||||
|
||||
# Window with activity status
|
||||
set -g window-status-activity-style bg=colour229,fg=colour233 # fg and bg are flipped here due to a bug in tmux
|
||||
set -g window-status-activity-style bg=colour233,fg=colour229
|
||||
|
||||
# Window separator
|
||||
set -g window-status-separator ""
|
||||
|
||||
@@ -32,7 +32,7 @@ set -g window-status-current-format "#[fg=colour233,bg=black]#[fg=colour33,no
|
||||
set -g window-status-current-style bg=colour100,fg=colour235
|
||||
|
||||
# Window with activity status
|
||||
set -g window-status-activity-style bg=colour245,fg=colour233 # fg and bg are flipped here due to a bug in tmux
|
||||
set -g window-status-activity-style bg=colour233,fg=colour245
|
||||
|
||||
# Window separator
|
||||
set -g window-status-separator ""
|
||||
|
||||
@@ -32,7 +32,7 @@ set -g window-status-current-format "#[fg=colour233,bg=black]#[fg=colour81,no
|
||||
set -g window-status-current-style bg=colour39,fg=colour235
|
||||
|
||||
# Window with activity status
|
||||
set -g window-status-activity-style bg=colour245,fg=colour233 # fg and bg are flipped here due to a bug in tmux
|
||||
set -g window-status-activity-style bg=colour233,fg=colour245
|
||||
|
||||
# Window separator
|
||||
set -g window-status-separator ""
|
||||
|
||||
@@ -32,7 +32,7 @@ set -g window-status-current-format "#[fg=colour233,bg=black]#[fg=colour250,n
|
||||
set -g window-status-current-style bg=black,fg=colour250
|
||||
|
||||
# Window with activity status
|
||||
set -g window-status-activity-style bg=colour243,fg=colour233 # fg and bg are flipped here due to a bug in tmux
|
||||
set -g window-status-activity-style bg=colour233,fg=colour243
|
||||
|
||||
# Window separator
|
||||
set -g window-status-separator ""
|
||||
|
||||
@@ -32,7 +32,7 @@ set -g window-status-current-format "#[fg=colour233,bg=black]#[fg=colour190,n
|
||||
set -g window-status-current-style bg=colour100,fg=colour235
|
||||
|
||||
# Window with activity status
|
||||
set -g window-status-activity-style bg=colour245,fg=colour233 # fg and bg are flipped here due to a bug in tmux
|
||||
set -g window-status-activity-style bg=colour233,fg=colour245
|
||||
|
||||
# Window separator
|
||||
set -g window-status-separator ""
|
||||
|
||||
@@ -32,7 +32,7 @@ set -g window-status-current-format "#[fg=colour233,bg=black]#[fg=colour129,n
|
||||
set -g window-status-current-style bg=colour125,fg=colour235
|
||||
|
||||
# Window with activity status
|
||||
set -g window-status-activity-style bg=colour245,fg=colour233 # fg and bg are flipped here due to a bug in tmux
|
||||
set -g window-status-activity-style bg=colour233,fg=colour245
|
||||
|
||||
# Window separator
|
||||
set -g window-status-separator ""
|
||||
|
||||
@@ -32,7 +32,7 @@ set -g window-status-current-format "#[fg=colour233,bg=black]#[fg=colour166,n
|
||||
set -g window-status-current-style bg=colour130,fg=colour235
|
||||
|
||||
# Window with activity status
|
||||
set -g window-status-activity-style bg=colour245,fg=colour233 # fg and bg are flipped here due to a bug in tmux
|
||||
set -g window-status-activity-style bg=colour233,fg=colour245
|
||||
|
||||
# Window separator
|
||||
set -g window-status-separator ""
|
||||
|
||||
@@ -32,7 +32,7 @@ set -g window-status-current-format "#[fg=colour233,bg=black]#[fg=colour160,b
|
||||
set -g window-status-current-style bg=colour88,fg=colour16
|
||||
|
||||
# Window with activity status
|
||||
set -g window-status-activity-style bg=colour245,fg=colour233 # fg and bg are flipped here due to a bug in tmux
|
||||
set -g window-status-activity-style bg=colour233,fg=colour245
|
||||
|
||||
# Window separator
|
||||
set -g window-status-separator ""
|
||||
|
||||
@@ -32,7 +32,7 @@ set -g window-status-current-format "#[fg=colour233,bg=black]#[fg=colour227,n
|
||||
set -g window-status-current-style bg=colour227,fg=colour235
|
||||
|
||||
# Window with activity status
|
||||
set -g window-status-activity-style bg=colour245,fg=colour233 # fg and bg are flipped here due to a bug in tmux
|
||||
set -g window-status-activity-style bg=colour233,fg=colour245
|
||||
|
||||
# Window separator
|
||||
set -g window-status-separator ""
|
||||
|
||||
@@ -32,7 +32,7 @@ set -g window-status-current-format "#[fg=colour233,bg=black]#[fg=colour33,no
|
||||
set -g window-status-current-style bg=colour24,fg=colour233
|
||||
|
||||
# Window with activity status
|
||||
set -g window-status-activity-style bg=colour245,fg=colour233 # fg and bg are flipped here due to a bug in tmux
|
||||
set -g window-status-activity-style bg=colour233,fg=colour245
|
||||
|
||||
# Window separator
|
||||
set -g window-status-separator ""
|
||||
|
||||
@@ -32,7 +32,7 @@ set -g window-status-current-format "#[fg=colour233,bg=black]#[fg=colour81,no
|
||||
set -g window-status-current-style bg=colour39,fg=colour235
|
||||
|
||||
# Window with activity status
|
||||
set -g window-status-activity-style bg=colour245,fg=colour233 # fg and bg are flipped here due to a bug in tmux
|
||||
set -g window-status-activity-style bg=colour233,fg=colour245
|
||||
|
||||
# Window separator
|
||||
set -g window-status-separator ""
|
||||
|
||||
@@ -32,7 +32,7 @@ set -g window-status-current-format "#[fg=colour233,bg=black]#[fg=colour190,n
|
||||
set -g window-status-current-style bg=colour100,fg=colour235
|
||||
|
||||
# Window with activity status
|
||||
set -g window-status-activity-style bg=colour245,fg=colour233 # fg and bg are flipped here due to a bug in tmux
|
||||
set -g window-status-activity-style bg=colour233,fg=colour245
|
||||
|
||||
# Window separator
|
||||
set -g window-status-separator ""
|
||||
|
||||
@@ -32,7 +32,7 @@ set -g window-status-current-format "#[fg=colour233,bg=black]#[fg=colour129,n
|
||||
set -g window-status-current-style bg=colour125,fg=colour235
|
||||
|
||||
# Window with activity status
|
||||
set -g window-status-activity-style bg=colour245,fg=colour233 # fg and bg are flipped here due to a bug in tmux
|
||||
set -g window-status-activity-style bg=colour233,fg=colour245
|
||||
|
||||
# Window separator
|
||||
set -g window-status-separator ""
|
||||
|
||||
@@ -32,7 +32,7 @@ set -g window-status-current-format "#[fg=colour233,bg=black]#[fg=colour166,n
|
||||
set -g window-status-current-style bg=colour130,fg=colour235
|
||||
|
||||
# Window with activity status
|
||||
set -g window-status-activity-style bg=colour245,fg=colour233 # fg and bg are flipped here due to a bug in tmux
|
||||
set -g window-status-activity-style bg=colour233,fg=colour245
|
||||
|
||||
# Window separator
|
||||
set -g window-status-separator ""
|
||||
|
||||
@@ -32,7 +32,7 @@ set -g window-status-current-format "#[fg=colour233,bg=black]#[fg=colour160,b
|
||||
set -g window-status-current-style bg=colour88,fg=colour16
|
||||
|
||||
# Window with activity status
|
||||
set -g window-status-activity-style bg=colour245,fg=colour233 # fg and bg are flipped here due to a bug in tmux
|
||||
set -g window-status-activity-style bg=colour233,fg=colour245
|
||||
|
||||
# Window separator
|
||||
set -g window-status-separator ""
|
||||
|
||||
@@ -32,7 +32,7 @@ set -g window-status-current-format "#[fg=colour233,bg=black]#[fg=colour227,n
|
||||
set -g window-status-current-style bg=colour227,fg=colour235
|
||||
|
||||
# Window with activity status
|
||||
set -g window-status-activity-style bg=colour245,fg=colour233 # fg and bg are flipped here due to a bug in tmux
|
||||
set -g window-status-activity-style bg=colour233,fg=colour245
|
||||
|
||||
# Window separator
|
||||
set -g window-status-separator ""
|
||||
|
||||
Reference in New Issue
Block a user