From 7bb2aa5c1c8bca6f3f1799443873c35f14433e51 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sun, 28 Apr 2019 18:27:31 -0500 Subject: [PATCH] Remove flipped workaround in window-status-activity-style --- basic.tmuxtheme | 2 +- default.tmuxtheme | 2 +- powerline/block/blue.tmuxtheme | 2 +- powerline/block/cyan.tmuxtheme | 2 +- powerline/block/gray.tmuxtheme | 2 +- powerline/block/green.tmuxtheme | 2 +- powerline/block/magenta.tmuxtheme | 2 +- powerline/block/orange.tmuxtheme | 2 +- powerline/block/red.tmuxtheme | 2 +- powerline/block/yellow.tmuxtheme | 2 +- powerline/default/blue.tmuxtheme | 2 +- powerline/default/cyan.tmuxtheme | 2 +- powerline/default/gray.tmuxtheme | 2 +- powerline/default/green.tmuxtheme | 2 +- powerline/default/magenta.tmuxtheme | 2 +- powerline/default/orange.tmuxtheme | 2 +- powerline/default/red.tmuxtheme | 2 +- powerline/default/yellow.tmuxtheme | 2 +- powerline/double/blue.tmuxtheme | 2 +- powerline/double/cyan.tmuxtheme | 2 +- powerline/double/green.tmuxtheme | 2 +- powerline/double/magenta.tmuxtheme | 2 +- powerline/double/orange.tmuxtheme | 2 +- powerline/double/red.tmuxtheme | 2 +- powerline/double/yellow.tmuxtheme | 2 +- 25 files changed, 25 insertions(+), 25 deletions(-) diff --git a/basic.tmuxtheme b/basic.tmuxtheme index 3df364e..c99652c 100644 --- a/basic.tmuxtheme +++ b/basic.tmuxtheme @@ -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 "" diff --git a/default.tmuxtheme b/default.tmuxtheme index 6b24d0b..6dda2f7 100644 --- a/default.tmuxtheme +++ b/default.tmuxtheme @@ -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 " " diff --git a/powerline/block/blue.tmuxtheme b/powerline/block/blue.tmuxtheme index 4c0b68f..8a804a3 100644 --- a/powerline/block/blue.tmuxtheme +++ b/powerline/block/blue.tmuxtheme @@ -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 "" diff --git a/powerline/block/cyan.tmuxtheme b/powerline/block/cyan.tmuxtheme index 97f2b1c..893bab0 100644 --- a/powerline/block/cyan.tmuxtheme +++ b/powerline/block/cyan.tmuxtheme @@ -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 "" diff --git a/powerline/block/gray.tmuxtheme b/powerline/block/gray.tmuxtheme index f342805..ba03f56 100644 --- a/powerline/block/gray.tmuxtheme +++ b/powerline/block/gray.tmuxtheme @@ -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 "" diff --git a/powerline/block/green.tmuxtheme b/powerline/block/green.tmuxtheme index a3d033a..53f2966 100644 --- a/powerline/block/green.tmuxtheme +++ b/powerline/block/green.tmuxtheme @@ -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 "" diff --git a/powerline/block/magenta.tmuxtheme b/powerline/block/magenta.tmuxtheme index 1f42e11..cdd005a 100644 --- a/powerline/block/magenta.tmuxtheme +++ b/powerline/block/magenta.tmuxtheme @@ -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 "" diff --git a/powerline/block/orange.tmuxtheme b/powerline/block/orange.tmuxtheme index 5930f1d..2f5a08d 100644 --- a/powerline/block/orange.tmuxtheme +++ b/powerline/block/orange.tmuxtheme @@ -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 "" diff --git a/powerline/block/red.tmuxtheme b/powerline/block/red.tmuxtheme index d36767e..aebf1fb 100644 --- a/powerline/block/red.tmuxtheme +++ b/powerline/block/red.tmuxtheme @@ -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 "" diff --git a/powerline/block/yellow.tmuxtheme b/powerline/block/yellow.tmuxtheme index b238992..a0115ae 100644 --- a/powerline/block/yellow.tmuxtheme +++ b/powerline/block/yellow.tmuxtheme @@ -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 "" diff --git a/powerline/default/blue.tmuxtheme b/powerline/default/blue.tmuxtheme index 22ebd07..2c4bfeb 100644 --- a/powerline/default/blue.tmuxtheme +++ b/powerline/default/blue.tmuxtheme @@ -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 "" diff --git a/powerline/default/cyan.tmuxtheme b/powerline/default/cyan.tmuxtheme index 78a5e64..52fab19 100644 --- a/powerline/default/cyan.tmuxtheme +++ b/powerline/default/cyan.tmuxtheme @@ -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 "" diff --git a/powerline/default/gray.tmuxtheme b/powerline/default/gray.tmuxtheme index dcd74f9..23c61bf 100644 --- a/powerline/default/gray.tmuxtheme +++ b/powerline/default/gray.tmuxtheme @@ -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 "" diff --git a/powerline/default/green.tmuxtheme b/powerline/default/green.tmuxtheme index c442552..8e372f2 100644 --- a/powerline/default/green.tmuxtheme +++ b/powerline/default/green.tmuxtheme @@ -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 "" diff --git a/powerline/default/magenta.tmuxtheme b/powerline/default/magenta.tmuxtheme index 70bb898..ee2c11d 100644 --- a/powerline/default/magenta.tmuxtheme +++ b/powerline/default/magenta.tmuxtheme @@ -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 "" diff --git a/powerline/default/orange.tmuxtheme b/powerline/default/orange.tmuxtheme index 239b7d6..66acf13 100644 --- a/powerline/default/orange.tmuxtheme +++ b/powerline/default/orange.tmuxtheme @@ -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 "" diff --git a/powerline/default/red.tmuxtheme b/powerline/default/red.tmuxtheme index 811d98c..06a8117 100644 --- a/powerline/default/red.tmuxtheme +++ b/powerline/default/red.tmuxtheme @@ -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 "" diff --git a/powerline/default/yellow.tmuxtheme b/powerline/default/yellow.tmuxtheme index dcd818e..5bf2d60 100644 --- a/powerline/default/yellow.tmuxtheme +++ b/powerline/default/yellow.tmuxtheme @@ -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 "" diff --git a/powerline/double/blue.tmuxtheme b/powerline/double/blue.tmuxtheme index be3cda8..0c6dfc9 100644 --- a/powerline/double/blue.tmuxtheme +++ b/powerline/double/blue.tmuxtheme @@ -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 "" diff --git a/powerline/double/cyan.tmuxtheme b/powerline/double/cyan.tmuxtheme index 525bcbc..f78c2ce 100644 --- a/powerline/double/cyan.tmuxtheme +++ b/powerline/double/cyan.tmuxtheme @@ -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 "" diff --git a/powerline/double/green.tmuxtheme b/powerline/double/green.tmuxtheme index 2fc4099..7cf0f39 100644 --- a/powerline/double/green.tmuxtheme +++ b/powerline/double/green.tmuxtheme @@ -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 "" diff --git a/powerline/double/magenta.tmuxtheme b/powerline/double/magenta.tmuxtheme index 4b7748c..bef3e7a 100644 --- a/powerline/double/magenta.tmuxtheme +++ b/powerline/double/magenta.tmuxtheme @@ -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 "" diff --git a/powerline/double/orange.tmuxtheme b/powerline/double/orange.tmuxtheme index bd3468e..f38eaf3 100644 --- a/powerline/double/orange.tmuxtheme +++ b/powerline/double/orange.tmuxtheme @@ -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 "" diff --git a/powerline/double/red.tmuxtheme b/powerline/double/red.tmuxtheme index 73b4fcf..ea7d53c 100644 --- a/powerline/double/red.tmuxtheme +++ b/powerline/double/red.tmuxtheme @@ -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 "" diff --git a/powerline/double/yellow.tmuxtheme b/powerline/double/yellow.tmuxtheme index 3345b34..451a940 100644 --- a/powerline/double/yellow.tmuxtheme +++ b/powerline/double/yellow.tmuxtheme @@ -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 ""