From 5ce76187ed0208f3bf8ca61e3697599447d50225 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sat, 27 Apr 2019 16:20:00 -0500 Subject: [PATCH 01/26] Update Basic theme to tmux 2.9 configuration --- basic.tmuxtheme | 30 ++++++++++-------------------- 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/basic.tmuxtheme b/basic.tmuxtheme index 8aa57be..3df364e 100644 --- a/basic.tmuxtheme +++ b/basic.tmuxtheme @@ -2,18 +2,15 @@ set -g status-interval 1 # Basic status bar colors -set -g status-bg black -set -g status-fg cyan +set -g status-style bg=black,fg=cyan # Left side of status bar -set -g status-left-bg black -set -g status-left-fg green +set -g status-left-style bg=black,fg=green set -g status-left-length 40 set -g status-left "#S #[fg=white]» #[fg=yellow]#I #[fg=cyan]#P" # Right side of status bar -set -g status-right-bg black -set -g status-right-fg cyan +set -g status-right-style bg=black,fg=cyan set -g status-right-length 40 set -g status-right "#H #[fg=white]« #[fg=yellow]%H:%M:%S #[fg=green]%d-%b-%y" @@ -22,12 +19,10 @@ set -g window-status-format " #I:#W#F " set -g window-status-current-format " #I:#W#F " # Current window status -set -g window-status-current-bg red -set -g window-status-current-fg black +set -g window-status-current-style bg=red,fg=black # Window with activity status -set -g window-status-activity-bg yellow # fg and bg are flipped here due to a -set -g window-status-activity-fg black # bug in tmux +set -g window-status-activity-style bg=yellow,fg=black # fg and bg are flipped here due to a bug in tmux # Window separator set -g window-status-separator "" @@ -36,12 +31,10 @@ set -g window-status-separator "" set -g status-justify centre # Pane border -set -g pane-border-bg default -set -g pane-border-fg default +set -g pane-border-style bg=default,fg=default # Active pane border -set -g pane-active-border-bg default -set -g pane-active-border-fg green +set -g pane-active-border-style bg=default,fg=green # Pane number indicator set -g display-panes-colour default @@ -52,13 +45,10 @@ set -g clock-mode-colour red set -g clock-mode-style 24 # Message -set -g message-bg default -set -g message-fg default +set -g message-style bg=default,fg=default # Command message -set -g message-command-bg default -set -g message-command-fg default +set -g message-command-style bg=default,fg=default # Mode -set -g mode-bg red -set -g mode-fg default +set -g mode-style bg=red,fg=default From 1f012079531a3ef9d329ddab417bf05382f33a48 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sat, 27 Apr 2019 16:21:00 -0500 Subject: [PATCH 02/26] Update Default theme to tmux 2.9 configuration --- default.tmuxtheme | 30 ++++++++++-------------------- 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/default.tmuxtheme b/default.tmuxtheme index b737298..6b24d0b 100644 --- a/default.tmuxtheme +++ b/default.tmuxtheme @@ -10,18 +10,15 @@ set -g status-interval 15 # Basic status bar colors -set -g status-bg green -set -g status-fg black +set -g status-style bg=green,fg=black # Left side of status bar -set -g status-left-bg green -set -g status-left-fg black +set -g status-left-style bg=green,fg=black set -g status-left-length 10 set -g status-left "[#S]" # Right side of status bar -set -g status-right-bg green -set -g status-right-fg black +set -g status-right-style bg=green,fg=black set -g status-right-length 40 set -g status-right "\"#H\" %H:%M %d-%b-%y" @@ -30,12 +27,10 @@ set -g window-status-format "#I:#W#F" set -g window-status-current-format "#I:#W#F" # Current window status -set -g window-status-current-bg green -set -g window-status-current-fg black +set -g window-status-current-style bg=green,fg=black # Window with activity status -set -g window-status-activity-bg green # fg and bg are flipped here due to a -set -g window-status-activity-fg black # bug in tmux +set -g window-status-activity-style bg=green,fg=black # fg and bg are flipped here due to a bug in tmux # Window separator set -g window-status-separator " " @@ -44,12 +39,10 @@ set -g window-status-separator " " set -g status-justify left # Pane border -set -g pane-border-bg default -set -g pane-border-fg white +set -g pane-border-style bg=default,fg=white # Active pane border -set -g pane-active-border-bg default -set -g pane-active-border-fg green +set -g pane-active-border-style bg=default,fg=green # Pane number indicator set -g display-panes-colour blue @@ -60,13 +53,10 @@ set -g clock-mode-colour blue set -g clock-mode-style 24 # Message -set -g message-bg yellow -set -g message-fg black +set -g message-style bg=yellow,fg=black # Command message -set -g message-command-bg green -set -g message-command-fg black +set -g message-command-style bg=green,fg=black # Mode -set -g mode-bg yellow -set -g mode-fg black +set -g mode-style bg=yellow,fg=black From 989e9ac655d5ecb2c7b49397962bba86e321f4c9 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sat, 27 Apr 2019 16:22:00 -0500 Subject: [PATCH 03/26] Update Block Blue theme to tmux 2.9 configuration --- powerline/block/blue.tmuxtheme | 30 ++++++++++-------------------- 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/powerline/block/blue.tmuxtheme b/powerline/block/blue.tmuxtheme index c744d73..4c0b68f 100644 --- a/powerline/block/blue.tmuxtheme +++ b/powerline/block/blue.tmuxtheme @@ -12,18 +12,15 @@ set -g status-interval 1 # Basic status bar colors -set -g status-fg colour240 -set -g status-bg colour233 +set -g status-style fg=colour240,bg=colour233 # Left side of status bar -set -g status-left-bg colour233 -set -g status-left-fg colour243 +set -g status-left-style bg=colour233,fg=colour243 set -g status-left-length 40 set -g status-left "#[fg=colour232,bg=colour24,bold] #S #[fg=colour24,bg=colour240,nobold]#[fg=colour233,bg=colour240] #(whoami) #[fg=colour240,bg=colour235]#[fg=colour240,bg=colour235] #I:#P #[fg=colour235,bg=colour233,nobold]" # Right side of status bar -set -g status-right-bg colour233 -set -g status-right-fg colour243 +set -g status-right-style bg=colour233,fg=colour243 set -g status-right-length 150 set -g status-right "#[fg=colour235,bg=colour233]#[fg=colour240,bg=colour235] %H:%M:%S #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour245,bg=colour240]#[fg=colour232,bg=colour245,bold] #H " @@ -32,12 +29,10 @@ set -g window-status-format " #I:#W#F " set -g window-status-current-format " #I:#W#F " # Current window status -set -g window-status-current-bg colour24 -set -g window-status-current-fg colour232 +set -g window-status-current-style bg=colour24,fg=colour232 # Window with activity status -set -g window-status-activity-bg colour31 # fg and bg are flipped here due to -set -g window-status-activity-fg colour233 # a bug in tmux +set -g window-status-activity-style bg=colour31,fg=colour233 # fg and bg are flipped here due to a bug in tmux # Window separator set -g window-status-separator "" @@ -46,12 +41,10 @@ set -g window-status-separator "" set -g status-justify centre # Pane border -set -g pane-border-bg default -set -g pane-border-fg colour238 +set -g pane-border-style bg=default,fg=colour238 # Active pane border -set -g pane-active-border-bg default -set -g pane-active-border-fg colour24 +set -g pane-active-border-style bg=default,fg=colour24 # Pane number indicator set -g display-panes-colour colour233 @@ -62,13 +55,10 @@ set -g clock-mode-colour colour24 set -g clock-mode-style 24 # Message -set -g message-bg colour24 -set -g message-fg black +set -g message-style bg=colour24,fg=black # Command message -set -g message-command-bg colour233 -set -g message-command-fg black +set -g message-command-style bg=colour233,fg=black # Mode -set -g mode-bg colour24 -set -g mode-fg colour231 +set -g mode-style bg=colour24,fg=colour231 From 0bb45dc41928ec83119ccc434da1b1274b4ca9fb Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sat, 27 Apr 2019 16:23:00 -0500 Subject: [PATCH 04/26] Update Block Cyan theme to tmux 2.9 configuration --- powerline/block/cyan.tmuxtheme | 30 ++++++++++-------------------- 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/powerline/block/cyan.tmuxtheme b/powerline/block/cyan.tmuxtheme index 7f1c14a..97f2b1c 100644 --- a/powerline/block/cyan.tmuxtheme +++ b/powerline/block/cyan.tmuxtheme @@ -12,18 +12,15 @@ set -g status-interval 1 # Basic status bar colors -set -g status-fg colour240 -set -g status-bg colour233 +set -g status-style fg=colour240,bg=colour233 # Left side of status bar -set -g status-left-bg colour233 -set -g status-left-fg colour243 +set -g status-left-style bg=colour233,fg=colour243 set -g status-left-length 40 set -g status-left "#[fg=colour232,bg=colour39,bold] #S #[fg=colour39,bg=colour240,nobold]#[fg=colour233,bg=colour240] #(whoami) #[fg=colour240,bg=colour235]#[fg=colour240,bg=colour235] #I:#P #[fg=colour235,bg=colour233,nobold]" # Right side of status bar -set -g status-right-bg colour233 -set -g status-right-fg colour243 +set -g status-right-style bg=colour233,fg=colour243 set -g status-right-length 150 set -g status-right "#[fg=colour235,bg=colour233]#[fg=colour240,bg=colour235] %H:%M:%S #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour245,bg=colour240]#[fg=colour232,bg=colour245,bold] #H " @@ -32,12 +29,10 @@ set -g window-status-format " #I:#W#F " set -g window-status-current-format " #I:#W#F " # Current window status -set -g window-status-current-bg colour39 -set -g window-status-current-fg colour232 +set -g window-status-current-style bg=colour39,fg=colour232 # Window with activity status -set -g window-status-activity-bg colour75 # fg and bg are flipped here due to -set -g window-status-activity-fg colour233 # a bug in tmux +set -g window-status-activity-style bg=colour75,fg=colour233 # fg and bg are flipped here due to a bug in tmux # Window separator set -g window-status-separator "" @@ -46,12 +41,10 @@ set -g window-status-separator "" set -g status-justify centre # Pane border -set -g pane-border-bg default -set -g pane-border-fg colour238 +set -g pane-border-style bg=default,fg=colour238 # Active pane border -set -g pane-active-border-bg default -set -g pane-active-border-fg colour39 +set -g pane-active-border-style bg=default,fg=colour39 # Pane number indicator set -g display-panes-colour colour233 @@ -62,14 +55,11 @@ set -g clock-mode-colour colour39 set -g clock-mode-style 24 # Message -set -g message-bg colour39 -set -g message-fg black +set -g message-style bg=colour39,fg=black # Command message -set -g message-command-bg colour233 -set -g message-command-fg black +set -g message-command-style bg=colour233,fg=black # Mode -set -g mode-bg colour39 -set -g mode-fg colour232 +set -g mode-style bg=colour39,fg=colour232 From 143231650a8238f9afc8978c3904f138a741351a Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sat, 27 Apr 2019 16:24:00 -0500 Subject: [PATCH 05/26] Update Block Gray theme to tmux 2.9 configuration --- powerline/block/gray.tmuxtheme | 30 ++++++++++-------------------- 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/powerline/block/gray.tmuxtheme b/powerline/block/gray.tmuxtheme index fcbe863..f342805 100644 --- a/powerline/block/gray.tmuxtheme +++ b/powerline/block/gray.tmuxtheme @@ -12,18 +12,15 @@ set -g status-interval 1 # Basic status bar colors -set -g status-fg colour238 -set -g status-bg colour233 +set -g status-style fg=colour238,bg=colour233 # Left side of status bar -set -g status-left-bg colour233 -set -g status-left-fg colour243 +set -g status-left-style bg=colour233,fg=colour243 set -g status-left-length 40 set -g status-left "#[fg=colour232,bg=colour245,bold] #S #[fg=colour245,bg=colour240,nobold]#[fg=colour233,bg=colour240] #(whoami) #[fg=colour240,bg=colour235]#[fg=colour240,bg=colour235] #I:#P #[fg=colour235,bg=colour233,nobold]" # Right side of status bar -set -g status-right-bg colour233 -set -g status-right-fg colour243 +set -g status-right-style bg=colour233,fg=colour243 set -g status-right-length 150 set -g status-right "#[fg=colour235,bg=colour233]#[fg=colour240,bg=colour235] %H:%M:%S #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour245,bg=colour240]#[fg=colour232,bg=colour245,bold] #H " @@ -32,12 +29,10 @@ set -g window-status-format " #I:#W#F " set -g window-status-current-format " #I:#W#F " # Current window status -set -g window-status-current-bg colour245 -set -g window-status-current-fg colour232 +set -g window-status-current-style bg=colour245,fg=colour232 # Window with activity status -set -g window-status-activity-bg colour245 # fg and bg are flipped here due to -set -g window-status-activity-fg colour233 # a bug in tmux +set -g window-status-activity-style bg=colour245,fg=colour233 # fg and bg are flipped here due to a bug in tmux # Window separator set -g window-status-separator "" @@ -46,12 +41,10 @@ set -g window-status-separator "" set -g status-justify centre # Pane border -set -g pane-border-bg default -set -g pane-border-fg colour235 +set -g pane-border-style bg=default,fg=colour235 # Active pane border -set -g pane-active-border-bg default -set -g pane-active-border-fg colour240 +set -g pane-active-border-style bg=default,fg=colour240 # Pane number indicator set -g display-panes-colour colour233 @@ -62,13 +55,10 @@ set -g clock-mode-colour colour240 set -g clock-mode-style 24 # Message -set -g message-bg colour245 -set -g message-fg colour232 +set -g message-style bg=colour245,fg=colour232 # Command message -set -g message-command-bg colour233 -set -g message-command-fg colour250 +set -g message-command-style bg=colour233,fg=colour250 # Mode -set -g mode-bg colour243 -set -g mode-fg colour232 +set -g mode-style bg=colour243,fg=colour232 From 8867b560dd0460fc1bce682552f50e9cc889d63b Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sat, 27 Apr 2019 16:25:00 -0500 Subject: [PATCH 06/26] Update Block Green theme to tmux 2.9 configuration --- powerline/block/green.tmuxtheme | 30 ++++++++++-------------------- 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/powerline/block/green.tmuxtheme b/powerline/block/green.tmuxtheme index 584ede8..a3d033a 100644 --- a/powerline/block/green.tmuxtheme +++ b/powerline/block/green.tmuxtheme @@ -12,18 +12,15 @@ set -g status-interval 1 # Basic status bar colors -set -g status-fg colour240 -set -g status-bg colour233 +set -g status-style fg=colour240,bg=colour233 # Left side of status bar -set -g status-left-bg colour233 -set -g status-left-fg colour243 +set -g status-left-style bg=colour233,fg=colour243 set -g status-left-length 40 set -g status-left "#[fg=colour232,bg=colour100,bold] #S #[fg=colour100,bg=colour240,nobold]#[fg=colour233,bg=colour240] #(whoami) #[fg=colour240,bg=colour235]#[fg=colour240,bg=colour235] #I:#P #[fg=colour235,bg=colour233,nobold]" # Right side of status bar -set -g status-right-bg colour233 -set -g status-right-fg colour243 +set -g status-right-style bg=colour233,fg=colour243 set -g status-right-length 150 set -g status-right "#[fg=colour235,bg=colour233]#[fg=colour240,bg=colour235] %H:%M:%S #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour245,bg=colour240]#[fg=colour232,bg=colour245,bold] #H " @@ -32,12 +29,10 @@ set -g window-status-format " #I:#W#F " set -g window-status-current-format " #I:#W#F " # Current window status -set -g window-status-current-bg colour100 -set -g window-status-current-fg colour232 +set -g window-status-current-style bg=colour100,fg=colour232 # Window with activity status -set -g window-status-activity-bg colour107 # fg and bg are flipped here due to -set -g window-status-activity-fg colour233 # a bug in tmux +set -g window-status-activity-style bg=colour107,fg=colour233 # fg and bg are flipped here due to a bug in tmux # Window separator set -g window-status-separator "" @@ -46,12 +41,10 @@ set -g window-status-separator "" set -g status-justify centre # Pane border -set -g pane-border-bg default -set -g pane-border-fg colour238 +set -g pane-border-style bg=default,fg=colour238 # Active pane border -set -g pane-active-border-bg default -set -g pane-active-border-fg colour100 +set -g pane-active-border-style bg=default,fg=colour100 # Pane number indicator set -g display-panes-colour colour233 @@ -62,13 +55,10 @@ set -g clock-mode-colour colour100 set -g clock-mode-style 24 # Message -set -g message-bg colour100 -set -g message-fg black +set -g message-style bg=colour100,fg=black # Command message -set -g message-command-bg colour233 -set -g message-command-fg black +set -g message-command-style bg=colour233,fg=black # Mode -set -g mode-bg colour100 -set -g mode-fg colour235 +set -g mode-style bg=colour100,fg=colour235 From 994e4297d3cf7f0275127774f9efbf106cdb9da1 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sat, 27 Apr 2019 16:26:00 -0500 Subject: [PATCH 07/26] Update Block Magenta theme to tmux 2.9 configuration --- powerline/block/magenta.tmuxtheme | 30 ++++++++++-------------------- 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/powerline/block/magenta.tmuxtheme b/powerline/block/magenta.tmuxtheme index 0c72c65..1f42e11 100644 --- a/powerline/block/magenta.tmuxtheme +++ b/powerline/block/magenta.tmuxtheme @@ -12,18 +12,15 @@ set -g status-interval 1 # Basic status bar colors -set -g status-fg colour240 -set -g status-bg colour233 +set -g status-style fg=colour240,bg=colour233 # Left side of status bar -set -g status-left-bg colour233 -set -g status-left-fg colour243 +set -g status-left-style bg=colour233,fg=colour243 set -g status-left-length 40 set -g status-left "#[fg=colour232,bg=colour125,bold] #S #[fg=colour125,bg=colour240,nobold]#[fg=colour233,bg=colour240] #(whoami) #[fg=colour240,bg=colour235]#[fg=colour240,bg=colour235] #I:#P #[fg=colour235,bg=colour233,nobold]" # Right side of status bar -set -g status-right-bg colour233 -set -g status-right-fg colour243 +set -g status-right-style bg=colour233,fg=colour243 set -g status-right-length 150 set -g status-right "#[fg=colour235,bg=colour233]#[fg=colour240,bg=colour235] %H:%M:%S #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour245,bg=colour240]#[fg=colour232,bg=colour245,bold] #H " @@ -32,12 +29,10 @@ set -g window-status-format " #I:#W#F " set -g window-status-current-format " #I:#W#F " # Current window status -set -g window-status-current-bg colour90 -set -g window-status-current-fg colour232 +set -g window-status-current-style bg=colour90,fg=colour232 # Window with activity status -set -g window-status-activity-bg colour141 # fg and bg are flipped here due to -set -g window-status-activity-fg colour233 # a bug in tmux +set -g window-status-activity-style bg=colour141,fg=colour233 # fg and bg are flipped here due to a bug in tmux # Window separator set -g window-status-separator "" @@ -46,12 +41,10 @@ set -g window-status-separator "" set -g status-justify centre # Pane border -set -g pane-border-bg default -set -g pane-border-fg colour238 +set -g pane-border-style bg=default,fg=colour238 # Active pane border -set -g pane-active-border-bg default -set -g pane-active-border-fg colour90 +set -g pane-active-border-style bg=default,fg=colour90 # Pane number indicator set -g display-panes-colour colour233 @@ -62,13 +55,10 @@ set -g clock-mode-colour colour90 set -g clock-mode-style 24 # Message -set -g message-bg colour90 -set -g message-fg black +set -g message-style bg=colour90,fg=black # Command message -set -g message-command-bg colour233 -set -g message-command-fg black +set -g message-command-style bg=colour233,fg=black # Mode -set -g mode-bg colour125 -set -g mode-fg colour231 +set -g mode-style bg=colour125,fg=colour231 From a9e47327ac997fa785736ae88f9aad6799171bd8 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sat, 27 Apr 2019 16:27:00 -0500 Subject: [PATCH 08/26] Update Block Orange theme to tmux 2.9 configuration --- powerline/block/orange.tmuxtheme | 30 ++++++++++-------------------- 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/powerline/block/orange.tmuxtheme b/powerline/block/orange.tmuxtheme index 7974925..5930f1d 100644 --- a/powerline/block/orange.tmuxtheme +++ b/powerline/block/orange.tmuxtheme @@ -12,18 +12,15 @@ set -g status-interval 1 # Basic status bar colors -set -g status-fg colour240 -set -g status-bg colour233 +set -g status-style fg=colour240,bg=colour233 # Left side of status bar -set -g status-left-bg colour233 -set -g status-left-fg colour243 +set -g status-left-style bg=colour233,fg=colour243 set -g status-left-length 40 set -g status-left "#[fg=colour232,bg=colour130,bold] #S #[fg=colour130,bg=colour240,nobold]#[fg=colour233,bg=colour240] #(whoami) #[fg=colour240,bg=colour235]#[fg=colour240,bg=colour235] #I:#P #[fg=colour235,bg=colour233,nobold]" # Right side of status bar -set -g status-right-bg colour233 -set -g status-right-fg colour243 +set -g status-right-style bg=colour233,fg=colour243 set -g status-right-length 150 set -g status-right "#[fg=colour235,bg=colour233]#[fg=colour240,bg=colour235] %H:%M:%S #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour245,bg=colour240]#[fg=colour232,bg=colour245,bold] #H " @@ -32,12 +29,10 @@ set -g window-status-format " #I:#W#F " set -g window-status-current-format " #I:#W#F " # Current window status -set -g window-status-current-bg colour130 -set -g window-status-current-fg colour232 +set -g window-status-current-style bg=colour130,fg=colour232 # Window with activity status -set -g window-status-activity-bg colour130 # fg and bg are flipped here due to -set -g window-status-activity-fg colour233 # a bug in tmux +set -g window-status-activity-style bg=colour130,fg=colour233 # fg and bg are flipped here due to a bug in tmux # Window separator set -g window-status-separator "" @@ -46,12 +41,10 @@ set -g window-status-separator "" set -g status-justify centre # Pane border -set -g pane-border-bg default -set -g pane-border-fg colour238 +set -g pane-border-style bg=default,fg=colour238 # Active pane border -set -g pane-active-border-bg default -set -g pane-active-border-fg colour130 +set -g pane-active-border-style bg=default,fg=colour130 # Pane number indicator set -g display-panes-colour colour233 @@ -62,13 +55,10 @@ set -g clock-mode-colour colour130 set -g clock-mode-style 24 # Message -set -g message-bg colour130 -set -g message-fg black +set -g message-style bg=colour130,fg=black # Command message -set -g message-command-bg colour233 -set -g message-command-fg black +set -g message-command-style bg=colour233,fg=black # Mode -set -g mode-bg colour130 -set -g mode-fg colour232 +set -g mode-style bg=colour130,fg=colour232 From 6aa2ef436861dba79387300f4acfcdaf5718e91a Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sat, 27 Apr 2019 16:28:00 -0500 Subject: [PATCH 09/26] Update Block Red theme to tmux 2.9 configuration --- powerline/block/red.tmuxtheme | 32 +++++++++++--------------------- 1 file changed, 11 insertions(+), 21 deletions(-) diff --git a/powerline/block/red.tmuxtheme b/powerline/block/red.tmuxtheme index c92184b..d36767e 100644 --- a/powerline/block/red.tmuxtheme +++ b/powerline/block/red.tmuxtheme @@ -12,18 +12,15 @@ set -g status-interval 1 # Basic status bar colors -set -g status-fg colour240 -set -g status-bg colour233 +set -g status-style fg=colour240,bg=colour233 # Left side of status bar -set -g status-left-bg colour233 -set -g status-left-fg colour243 +set -g status-left-style bg=colour233,fg=colour243 set -g status-left-length 40 set -g status-left "#[fg=colour16,bg=colour88,bold] #S #[fg=colour88,bg=colour240,nobold]#[fg=colour233,bg=colour240] #(whoami) #[fg=colour240,bg=colour235]#[fg=colour240,bg=colour235] #I:#P #[fg=colour235,bg=colour233,nobold]" # Right side of status bar -set -g status-right-bg colour233 -set -g status-right-fg colour243 +set -g status-right-style bg=colour233,fg=colour243 set -g status-right-length 150 set -g status-right "#[fg=colour235,bg=colour233]#[fg=colour240,bg=colour235] %H:%M:%S #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour245,bg=colour240]#[fg=colour232,bg=colour245,bold] #H " @@ -32,12 +29,10 @@ set -g window-status-format " #I:#W#F " set -g window-status-current-format " #I:#W#F " # Current window status -set -g window-status-current-bg colour124 -set -g window-status-current-fg colour16 +set -g window-status-current-style bg=colour124,fg=colour16 # Window with activity status -set -g window-status-activity-bg colour88 # fg and bg are flipped here due to -set -g window-status-activity-fg colour233 # a bug in tmux +set -g window-status-activity-style bg=colour88,fg=colour233 # fg and bg are flipped here due to a bug in tmux # Window separator set -g window-status-separator "" @@ -46,12 +41,10 @@ set -g window-status-separator "" set -g status-justify centre # Pane border -set -g pane-border-bg default -set -g pane-border-fg colour238 +set -g pane-border-style bg=default,fg=colour238 # Active pane border -set -g pane-active-border-bg default -set -g pane-active-border-fg colour88 +set -g pane-active-border-style bg=default,fg=colour88 # Pane number indicator set -g display-panes-colour colour233 @@ -59,16 +52,13 @@ set -g display-panes-active-colour colour245 # Clock mode set -g clock-mode-colour colour88 -set -g message-bg colour24 +set -g message-style bg=colour24 # Message -set -g message-bg colour88 -set -g message-fg black +set -g message-style bg=colour88,fg=black # Command message -set -g message-command-bg colour88 -set -g message-command-fg black +set -g message-command-style bg=colour88,fg=black # Mode -set -g mode-bg colour124 -set -g mode-fg colour231 +set -g mode-style bg=colour124,fg=colour231 From c3f26227bf4872b22f40e37095f9e81fac53d701 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sat, 27 Apr 2019 16:29:00 -0500 Subject: [PATCH 10/26] Update Block Yellow theme to tmux 2.9 configuration --- powerline/block/yellow.tmuxtheme | 30 ++++++++++-------------------- 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/powerline/block/yellow.tmuxtheme b/powerline/block/yellow.tmuxtheme index ae80b6c..b238992 100644 --- a/powerline/block/yellow.tmuxtheme +++ b/powerline/block/yellow.tmuxtheme @@ -12,18 +12,15 @@ set -g status-interval 1 # Basic status bar colors -set -g status-fg colour240 -set -g status-bg colour233 +set -g status-style fg=colour240,bg=colour233 # Left side of status bar -set -g status-left-bg colour233 -set -g status-left-fg colour243 +set -g status-left-style bg=colour233,fg=colour243 set -g status-left-length 40 set -g status-left "#[fg=colour232,bg=colour227,bold] #S #[fg=colour227,bg=colour240,nobold]#[fg=colour233,bg=colour240] #(whoami) #[fg=colour240,bg=colour235]#[fg=colour240,bg=colour235] #I:#P #[fg=colour235,bg=colour233,nobold]" # Right side of status bar -set -g status-right-bg colour233 -set -g status-right-fg colour243 +set -g status-right-style bg=colour233,fg=colour243 set -g status-right-length 150 set -g status-right "#[fg=colour235,bg=colour233]#[fg=colour240,bg=colour235] %H:%M:%S #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour245,bg=colour240]#[fg=colour232,bg=colour245,bold] #H " @@ -32,12 +29,10 @@ set -g window-status-format " #I:#W#F " set -g window-status-current-format " #I:#W#F " # Current window status -set -g window-status-current-bg colour227 -set -g window-status-current-fg colour232 +set -g window-status-current-style bg=colour227,fg=colour232 # Window with activity status -set -g window-status-activity-bg colour229 # fg and bg are flipped here due to -set -g window-status-activity-fg colour233 # a bug in tmux +set -g window-status-activity-style bg=colour229,fg=colour233 # fg and bg are flipped here due to a bug in tmux # Window separator set -g window-status-separator "" @@ -46,12 +41,10 @@ set -g window-status-separator "" set -g status-justify centre # Pane border -set -g pane-border-bg default -set -g pane-border-fg colour238 +set -g pane-border-style bg=default,fg=colour238 # Active pane border -set -g pane-active-border-bg default -set -g pane-active-border-fg colour227 +set -g pane-active-border-style bg=default,fg=colour227 # Pane number indicator set -g display-panes-colour colour233 @@ -62,13 +55,10 @@ set -g clock-mode-colour colour227 set -g clock-mode-style 24 # Message -set -g message-bg colour227 -set -g message-fg black +set -g message-style bg=colour227,fg=black # Command message -set -g message-command-bg colour233 -set -g message-command-fg black +set -g message-command-style bg=colour233,fg=black # Mode -set -g mode-bg colour227 -set -g mode-fg colour235 +set -g mode-style bg=colour227,fg=colour235 From 8ab585620636e076cf2f8e758e58cc74cdf7b8b7 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sat, 27 Apr 2019 16:30:00 -0500 Subject: [PATCH 11/26] Update Default Blue theme to tmux 2.9 configuration --- powerline/default/blue.tmuxtheme | 30 ++++++++++-------------------- 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/powerline/default/blue.tmuxtheme b/powerline/default/blue.tmuxtheme index ad8301a..22ebd07 100644 --- a/powerline/default/blue.tmuxtheme +++ b/powerline/default/blue.tmuxtheme @@ -12,18 +12,15 @@ set -g status-interval 1 # Basic status bar colors -set -g status-fg colour238 -set -g status-bg colour233 +set -g status-style fg=colour238,bg=colour233 # Left side of status bar -set -g status-left-bg colour233 -set -g status-left-fg colour243 +set -g status-left-style bg=colour233,fg=colour243 set -g status-left-length 40 set -g status-left "#[fg=colour232,bg=colour24,bold] #S #[fg=colour24,bg=colour240,nobold]#[fg=colour233,bg=colour240] #(whoami) #[fg=colour240,bg=colour235]#[fg=colour240,bg=colour235] #I:#P #[fg=colour235,bg=colour233,nobold]" # Right side of status bar -set -g status-right-bg colour233 -set -g status-right-fg colour243 +set -g status-right-style bg=colour233,fg=colour243 set -g status-right-length 150 set -g status-right "#[fg=colour235,bg=colour233]#[fg=colour240,bg=colour235] %H:%M:%S #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour245,bg=colour240]#[fg=colour232,bg=colour245,bold] #H " @@ -32,12 +29,10 @@ set -g window-status-format " #I:#W#F " set -g window-status-current-format "#[fg=colour233,bg=black]#[fg=colour33,nobold] #I:#W#F #[fg=colour233,bg=black,nobold]" # Current window status -set -g window-status-current-bg colour100 -set -g window-status-current-fg colour235 +set -g window-status-current-style bg=colour100,fg=colour235 # Window with activity status -set -g window-status-activity-bg colour245 # fg and bg are flipped here due to -set -g window-status-activity-fg colour233 # a bug in tmux +set -g window-status-activity-style bg=colour245,fg=colour233 # fg and bg are flipped here due to a bug in tmux # Window separator set -g window-status-separator "" @@ -46,12 +41,10 @@ set -g window-status-separator "" set -g status-justify centre # Pane border -set -g pane-border-bg default -set -g pane-border-fg colour238 +set -g pane-border-style bg=default,fg=colour238 # Active pane border -set -g pane-active-border-bg default -set -g pane-active-border-fg colour24 +set -g pane-active-border-style bg=default,fg=colour24 # Pane number indicator set -g display-panes-colour colour233 @@ -62,13 +55,10 @@ set -g clock-mode-colour colour24 set -g clock-mode-style 24 # Message -set -g message-bg colour24 -set -g message-fg black +set -g message-style bg=colour24,fg=black # Command message -set -g message-command-bg colour233 -set -g message-command-fg black +set -g message-command-style bg=colour233,fg=black # Mode -set -g mode-bg colour24 -set -g mode-fg colour231 +set -g mode-style bg=colour24,fg=colour231 From ff1ee2c2f0c4dd5ab52750ad04eaea9023e32c09 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sat, 27 Apr 2019 16:31:00 -0500 Subject: [PATCH 12/26] Update Default Cyan theme to tmux 2.9 configuration --- powerline/default/cyan.tmuxtheme | 30 ++++++++++-------------------- 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/powerline/default/cyan.tmuxtheme b/powerline/default/cyan.tmuxtheme index 9cbb50f..78a5e64 100644 --- a/powerline/default/cyan.tmuxtheme +++ b/powerline/default/cyan.tmuxtheme @@ -12,18 +12,15 @@ set -g status-interval 1 # Basic status bar colors -set -g status-fg colour240 -set -g status-bg colour233 +set -g status-style fg=colour240,bg=colour233 # Left side of status bar -set -g status-left-bg colour233 -set -g status-left-fg colour243 +set -g status-left-style bg=colour233,fg=colour243 set -g status-left-length 40 set -g status-left "#[fg=colour232,bg=colour39,bold] #S #[fg=colour39,bg=colour240,nobold]#[fg=colour233,bg=colour240] #(whoami) #[fg=colour240,bg=colour235]#[fg=colour240,bg=colour235] #I:#P #[fg=colour235,bg=colour233,nobold]" # Right side of status bar -set -g status-right-bg colour233 -set -g status-right-fg colour243 +set -g status-right-style bg=colour233,fg=colour243 set -g status-right-length 150 set -g status-right "#[fg=colour235,bg=colour233]#[fg=colour240,bg=colour235] %H:%M:%S #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour245,bg=colour240]#[fg=colour232,bg=colour245,bold] #H " @@ -32,12 +29,10 @@ set -g window-status-format " #I:#W#F " set -g window-status-current-format "#[fg=colour233,bg=black]#[fg=colour81,nobold] #I:#W#F #[fg=colour233,bg=black,nobold]" # Current window status -set -g window-status-current-bg colour39 -set -g window-status-current-fg colour235 +set -g window-status-current-style bg=colour39,fg=colour235 # Window with activity status -set -g window-status-activity-bg colour245 # fg and bg are flipped here due to -set -g window-status-activity-fg colour233 # a bug in tmux +set -g window-status-activity-style bg=colour245,fg=colour233 # fg and bg are flipped here due to a bug in tmux # Window separator set -g window-status-separator "" @@ -46,12 +41,10 @@ set -g window-status-separator "" set -g status-justify centre # Pane border -set -g pane-border-bg default -set -g pane-border-fg colour238 +set -g pane-border-style bg=default,fg=colour238 # Active pane border -set -g pane-active-border-bg default -set -g pane-active-border-fg colour39 +set -g pane-active-border-style bg=default,fg=colour39 # Pane number indicator set -g display-panes-colour colour233 @@ -62,13 +55,10 @@ set -g clock-mode-colour colour39 set -g clock-mode-style 24 # Message -set -g message-bg colour39 -set -g message-fg black +set -g message-style bg=colour39,fg=black # Command message -set -g message-command-bg colour233 -set -g message-command-fg black +set -g message-command-style bg=colour233,fg=black # Mode -set -g mode-bg colour39 -set -g mode-fg colour232 +set -g mode-style bg=colour39,fg=colour232 From ca0c4fb572f14548353484a4c64a56323dece7b7 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sat, 27 Apr 2019 16:32:00 -0500 Subject: [PATCH 13/26] Update Default Gray theme to tmux 2.9 configuration --- powerline/default/gray.tmuxtheme | 30 ++++++++++-------------------- 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/powerline/default/gray.tmuxtheme b/powerline/default/gray.tmuxtheme index 8a2a2ea..dcd74f9 100644 --- a/powerline/default/gray.tmuxtheme +++ b/powerline/default/gray.tmuxtheme @@ -12,18 +12,15 @@ set -g status-interval 1 # Basic status bar colors -set -g status-fg colour238 -set -g status-bg colour233 +set -g status-style fg=colour238,bg=colour233 # Left side of status bar -set -g status-left-bg colour233 -set -g status-left-fg colour243 +set -g status-left-style bg=colour233,fg=colour243 set -g status-left-length 40 set -g status-left "#[fg=colour232,bg=colour245,bold] #S #[fg=colour245,bg=colour240,nobold]#[fg=colour233,bg=colour240] #(whoami) #[fg=colour240,bg=colour235]#[fg=colour240,bg=colour235] #I:#P #[fg=colour235,bg=colour233,nobold]" # Right side of status bar -set -g status-right-bg colour233 -set -g status-right-fg colour243 +set -g status-right-style bg=colour233,fg=colour243 set -g status-right-length 150 set -g status-right "#[fg=colour235,bg=colour233]#[fg=colour240,bg=colour235] %H:%M:%S #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour245,bg=colour240]#[fg=colour232,bg=colour245,bold] #H " @@ -32,12 +29,10 @@ set -g window-status-format " #I:#W#F " set -g window-status-current-format "#[fg=colour233,bg=black]#[fg=colour250,nobold] #I:#W#F #[fg=colour233,bg=black,nobold]" # Current window status -set -g window-status-current-bg black -set -g window-status-current-fg colour250 +set -g window-status-current-style bg=black,fg=colour250 # Window with activity status -set -g window-status-activity-bg colour243 # fg and bg are flipped here due to -set -g window-status-activity-fg colour233 # a bug in tmux +set -g window-status-activity-style bg=colour243,fg=colour233 # fg and bg are flipped here due to a bug in tmux # Window separator set -g window-status-separator "" @@ -46,12 +41,10 @@ set -g window-status-separator "" set -g status-justify centre # Pane border -set -g pane-border-bg default -set -g pane-border-fg colour235 +set -g pane-border-style bg=default,fg=colour235 # Active pane border -set -g pane-active-border-bg default -set -g pane-active-border-fg colour240 +set -g pane-active-border-style bg=default,fg=colour240 # Pane number indicator set -g display-panes-colour colour233 @@ -62,13 +55,10 @@ set -g clock-mode-colour colour240 set -g clock-mode-style 24 # Message -set -g message-bg colour245 -set -g message-fg colour232 +set -g message-style bg=colour245,fg=colour232 # Command message -set -g message-command-bg colour233 -set -g message-command-fg colour250 +set -g message-command-style bg=colour233,fg=colour250 # Mode -set -g mode-bg colour243 -set -g mode-fg colour232 +set -g mode-style bg=colour243,fg=colour232 From 0dec0884a4dfcc341f62914127ca97286b476c5c Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sat, 27 Apr 2019 16:33:00 -0500 Subject: [PATCH 14/26] Update Default Green theme to tmux 2.9 configuration --- powerline/default/green.tmuxtheme | 30 ++++++++++-------------------- 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/powerline/default/green.tmuxtheme b/powerline/default/green.tmuxtheme index 0ce3c02..c442552 100644 --- a/powerline/default/green.tmuxtheme +++ b/powerline/default/green.tmuxtheme @@ -12,18 +12,15 @@ set -g status-interval 1 # Basic status bar colors -set -g status-fg colour240 -set -g status-bg colour233 +set -g status-style fg=colour240,bg=colour233 # Left side of status bar -set -g status-left-bg colour233 -set -g status-left-fg colour243 +set -g status-left-style bg=colour233,fg=colour243 set -g status-left-length 40 set -g status-left "#[fg=colour232,bg=colour100,bold] #S #[fg=colour100,bg=colour240,nobold]#[fg=colour233,bg=colour240] #(whoami) #[fg=colour240,bg=colour235]#[fg=colour240,bg=colour235] #I:#P #[fg=colour235,bg=colour233,nobold]" # Right side of status bar -set -g status-right-bg colour233 -set -g status-right-fg colour243 +set -g status-right-style bg=colour233,fg=colour243 set -g status-right-length 150 set -g status-right "#[fg=colour235,bg=colour233]#[fg=colour240,bg=colour235] %H:%M:%S #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour245,bg=colour240]#[fg=colour232,bg=colour245,bold] #H " @@ -32,12 +29,10 @@ set -g window-status-format " #I:#W#F " set -g window-status-current-format "#[fg=colour233,bg=black]#[fg=colour190,nobold] #I:#W#F #[fg=colour233,bg=black,nobold]" # Current window status -set -g window-status-current-bg colour100 -set -g window-status-current-fg colour235 +set -g window-status-current-style bg=colour100,fg=colour235 # Window with activity status -set -g window-status-activity-bg colour245 # fg and bg are flipped here due to -set -g window-status-activity-fg colour233 # a bug in tmux +set -g window-status-activity-style bg=colour245,fg=colour233 # fg and bg are flipped here due to a bug in tmux # Window separator set -g window-status-separator "" @@ -46,12 +41,10 @@ set -g window-status-separator "" set -g status-justify centre # Pane border -set -g pane-border-bg default -set -g pane-border-fg colour238 +set -g pane-border-style bg=default,fg=colour238 # Active pane border -set -g pane-active-border-bg default -set -g pane-active-border-fg colour100 +set -g pane-active-border-style bg=default,fg=colour100 # Pane number indicator set -g display-panes-colour colour233 @@ -62,13 +55,10 @@ set -g clock-mode-colour colour100 set -g clock-mode-style 24 # Message -set -g message-bg colour100 -set -g message-fg black +set -g message-style bg=colour100,fg=black # Command message -set -g message-command-bg colour233 -set -g message-command-fg black +set -g message-command-style bg=colour233,fg=black # Mode -set -g mode-bg colour100 -set -g mode-fg colour235 +set -g mode-style bg=colour100,fg=colour235 From b58124ad52bcea69a061d32ad8a7b4d73553c43b Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sat, 27 Apr 2019 16:34:00 -0500 Subject: [PATCH 15/26] Update Default Magenta theme to tmux 2.9 configuration --- powerline/default/magenta.tmuxtheme | 30 ++++++++++------------------- 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/powerline/default/magenta.tmuxtheme b/powerline/default/magenta.tmuxtheme index e2f39a8..70bb898 100644 --- a/powerline/default/magenta.tmuxtheme +++ b/powerline/default/magenta.tmuxtheme @@ -12,18 +12,15 @@ set -g status-interval 1 # Basic status bar colors -set -g status-fg colour240 -set -g status-bg colour233 +set -g status-style fg=colour240,bg=colour233 # Left side of status bar -set -g status-left-bg colour233 -set -g status-left-fg colour243 +set -g status-left-style bg=colour233,fg=colour243 set -g status-left-length 40 set -g status-left "#[fg=colour232,bg=colour125,bold] #S #[fg=colour125,bg=colour240,nobold]#[fg=colour233,bg=colour240] #(whoami) #[fg=colour240,bg=colour235]#[fg=colour240,bg=colour235] #I:#P #[fg=colour235,bg=colour233,nobold]" # Right side of status bar -set -g status-right-bg colour233 -set -g status-right-fg colour243 +set -g status-right-style bg=colour233,fg=colour243 set -g status-right-length 150 set -g status-right "#[fg=colour235,bg=colour233]#[fg=colour240,bg=colour235] %H:%M:%S #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour245,bg=colour240]#[fg=colour232,bg=colour245,bold] #H " @@ -32,12 +29,10 @@ set -g window-status-format " #I:#W#F " set -g window-status-current-format "#[fg=colour233,bg=black]#[fg=colour129,nobold] #I:#W#F #[fg=colour233,bg=black,nobold]" # Current window status -set -g window-status-current-bg colour125 -set -g window-status-current-fg colour235 +set -g window-status-current-style bg=colour125,fg=colour235 # Window with activity status -set -g window-status-activity-bg colour245 # fg and bg are flipped here due to -set -g window-status-activity-fg colour233 # a bug in tmux +set -g window-status-activity-style bg=colour245,fg=colour233 # fg and bg are flipped here due to a bug in tmux # Window separator set -g window-status-separator "" @@ -46,12 +41,10 @@ set -g window-status-separator "" set -g status-justify centre # Pane border -set -g pane-border-bg default -set -g pane-border-fg colour238 +set -g pane-border-style bg=default,fg=colour238 # Active pane border -set -g pane-active-border-bg default -set -g pane-active-border-fg colour125 +set -g pane-active-border-style bg=default,fg=colour125 # Pane number indicator set -g display-panes-colour colour233 @@ -62,13 +55,10 @@ set -g clock-mode-colour colour125 set -g clock-mode-style 24 # Message -set -g message-bg colour125 -set -g message-fg black +set -g message-style bg=colour125,fg=black # Command message -set -g message-command-bg colour233 -set -g message-command-fg black +set -g message-command-style bg=colour233,fg=black # Mode -set -g mode-bg colour125 -set -g mode-fg colour231 +set -g mode-style bg=colour125,fg=colour231 From 986e2df4c4300c6f0eeb17b3917e67a859d3f4c3 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sat, 27 Apr 2019 16:35:00 -0500 Subject: [PATCH 16/26] Update Default Orange theme to tmux 2.9 configuration --- powerline/default/orange.tmuxtheme | 30 ++++++++++-------------------- 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/powerline/default/orange.tmuxtheme b/powerline/default/orange.tmuxtheme index a2f50da..239b7d6 100644 --- a/powerline/default/orange.tmuxtheme +++ b/powerline/default/orange.tmuxtheme @@ -12,18 +12,15 @@ set -g status-interval 1 # Basic status bar colors -set -g status-fg colour240 -set -g status-bg colour233 +set -g status-style fg=colour240,bg=colour233 # Left side of status bar -set -g status-left-bg colour233 -set -g status-left-fg colour243 +set -g status-left-style bg=colour233,fg=colour243 set -g status-left-length 40 set -g status-left "#[fg=colour232,bg=colour130,bold] #S #[fg=colour130,bg=colour240,nobold]#[fg=colour233,bg=colour240] #(whoami) #[fg=colour240,bg=colour235]#[fg=colour240,bg=colour235] #I:#P #[fg=colour235,bg=colour233,nobold]" # Right side of status bar -set -g status-right-bg colour233 -set -g status-right-fg colour243 +set -g status-right-style bg=colour233,fg=colour243 set -g status-right-length 150 set -g status-right "#[fg=colour235,bg=colour233]#[fg=colour240,bg=colour235] %H:%M:%S #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour245,bg=colour240]#[fg=colour232,bg=colour245,bold] #H " @@ -32,12 +29,10 @@ set -g window-status-format " #I:#W#F " set -g window-status-current-format "#[fg=colour233,bg=black]#[fg=colour166,nobold] #I:#W#F #[fg=colour233,bg=black,nobold]" # Current window status -set -g window-status-current-bg colour130 -set -g window-status-current-fg colour235 +set -g window-status-current-style bg=colour130,fg=colour235 # Window with activity status -set -g window-status-activity-bg colour245 # fg and bg are flipped here due to -set -g window-status-activity-fg colour233 # a bug in tmux +set -g window-status-activity-style bg=colour245,fg=colour233 # fg and bg are flipped here due to a bug in tmux # Window separator set -g window-status-separator "" @@ -46,12 +41,10 @@ set -g window-status-separator "" set -g status-justify centre # Pane border -set -g pane-border-bg default -set -g pane-border-fg colour238 +set -g pane-border-style bg=default,fg=colour238 # Active pane border -set -g pane-active-border-bg default -set -g pane-active-border-fg colour130 +set -g pane-active-border-style bg=default,fg=colour130 # Pane number indicator set -g display-panes-colour colour233 @@ -62,13 +55,10 @@ set -g clock-mode-colour colour130 set -g clock-mode-style 24 # Message -set -g message-bg colour130 -set -g message-fg black +set -g message-style bg=colour130,fg=black # Command message -set -g message-command-bg colour233 -set -g message-command-fg black +set -g message-command-style bg=colour233,fg=black # Mode -set -g mode-bg colour130 -set -g mode-fg colour232 +set -g mode-style bg=colour130,fg=colour232 From 9842caf4d25c106f63ad3be592f57693346f1c5f Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sat, 27 Apr 2019 16:36:00 -0500 Subject: [PATCH 17/26] Update Default Red theme to tmux 2.9 configuration --- powerline/default/red.tmuxtheme | 30 ++++++++++-------------------- 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/powerline/default/red.tmuxtheme b/powerline/default/red.tmuxtheme index fe6bb59..811d98c 100644 --- a/powerline/default/red.tmuxtheme +++ b/powerline/default/red.tmuxtheme @@ -12,18 +12,15 @@ set -g status-interval 1 # Basic status bar colors -set -g status-fg colour238 -set -g status-bg colour233 +set -g status-style fg=colour238,bg=colour233 # Left side of status bar -set -g status-left-bg colour233 -set -g status-left-fg colour243 +set -g status-left-style bg=colour233,fg=colour243 set -g status-left-length 40 set -g status-left "#[fg=colour16,bg=colour88,bold] #S #[fg=colour88,bg=colour240,nobold]#[fg=colour233,bg=colour240] #(whoami) #[fg=colour240,bg=colour235]#[fg=colour240,bg=colour235] #I:#P #[fg=colour235,bg=colour233,nobold]" # Right side of status bar -set -g status-right-bg colour233 -set -g status-right-fg colour243 +set -g status-right-style bg=colour233,fg=colour243 set -g status-right-length 150 set -g status-right "#[fg=colour235,bg=colour233]#[fg=colour240,bg=colour235] %H:%M:%S #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour245,bg=colour240]#[fg=colour232,bg=colour245,bold] #H " @@ -32,12 +29,10 @@ set -g window-status-format " #I:#W#F " set -g window-status-current-format "#[fg=colour233,bg=black]#[fg=colour160,bold] #I:#W#F #[fg=colour233,bg=black,nobold]" # Current window status -set -g window-status-current-bg colour88 -set -g window-status-current-fg colour16 +set -g window-status-current-style bg=colour88,fg=colour16 # Window with activity status -set -g window-status-activity-bg colour245 # fg and bg are flipped here due to -set -g window-status-activity-fg colour233 # a bug in tmux +set -g window-status-activity-style bg=colour245,fg=colour233 # fg and bg are flipped here due to a bug in tmux # Window separator set -g window-status-separator "" @@ -46,12 +41,10 @@ set -g window-status-separator "" set -g status-justify centre # Pane border -set -g pane-border-bg default -set -g pane-border-fg colour238 +set -g pane-border-style bg=default,fg=colour238 # Active pane border -set -g pane-active-border-bg default -set -g pane-active-border-fg colour88 +set -g pane-active-border-style bg=default,fg=colour88 # Pane number indicator set -g display-panes-colour colour233 @@ -62,13 +55,10 @@ set -g clock-mode-colour colour88 set -g clock-mode-style 24 # Message -set -g message-bg colour88 -set -g message-fg black +set -g message-style bg=colour88,fg=black # Command message -set -g message-command-bg colour88 -set -g message-command-fg black +set -g message-command-style bg=colour88,fg=black # Mode -set -g mode-bg colour124 -set -g mode-fg colour231 +set -g mode-style bg=colour124,fg=colour231 From 8e4d618ea67e57d1823132adcecedd6a82a889b3 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sat, 27 Apr 2019 16:37:00 -0500 Subject: [PATCH 18/26] Update Default Yellow theme to tmux 2.9 configuration --- powerline/default/yellow.tmuxtheme | 30 ++++++++++-------------------- 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/powerline/default/yellow.tmuxtheme b/powerline/default/yellow.tmuxtheme index 41e9a48..dcd818e 100644 --- a/powerline/default/yellow.tmuxtheme +++ b/powerline/default/yellow.tmuxtheme @@ -12,18 +12,15 @@ set -g status-interval 1 # Basic status bar colors -set -g status-fg colour240 -set -g status-bg colour233 +set -g status-style fg=colour240,bg=colour233 # Left side of status bar -set -g status-left-bg colour233 -set -g status-left-fg colour243 +set -g status-left-style bg=colour233,fg=colour243 set -g status-left-length 40 set -g status-left "#[fg=colour232,bg=colour227,bold] #S #[fg=colour227,bg=colour240,nobold]#[fg=colour233,bg=colour240] #(whoami) #[fg=colour240,bg=colour235]#[fg=colour240,bg=colour235] #I:#P #[fg=colour235,bg=colour233,nobold]" # Right side of status bar -set -g status-right-bg colour233 -set -g status-right-fg colour243 +set -g status-right-style bg=colour233,fg=colour243 set -g status-right-length 150 set -g status-right "#[fg=colour235,bg=colour233]#[fg=colour240,bg=colour235] %H:%M:%S #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour245,bg=colour240]#[fg=colour232,bg=colour245,bold] #H " @@ -32,12 +29,10 @@ set -g window-status-format " #I:#W#F " set -g window-status-current-format "#[fg=colour233,bg=black]#[fg=colour227,nobold] #I:#W#F #[fg=colour233,bg=black,nobold]" # Current window status -set -g window-status-current-bg colour227 -set -g window-status-current-fg colour235 +set -g window-status-current-style bg=colour227,fg=colour235 # Window with activity status -set -g window-status-activity-bg colour245 # fg and bg are flipped here due to -set -g window-status-activity-fg colour233 # a bug in tmux +set -g window-status-activity-style bg=colour245,fg=colour233 # fg and bg are flipped here due to a bug in tmux # Window separator set -g window-status-separator "" @@ -46,12 +41,10 @@ set -g window-status-separator "" set -g status-justify centre # Pane border -set -g pane-border-bg default -set -g pane-border-fg colour238 +set -g pane-border-style bg=default,fg=colour238 # Active pane border -set -g pane-active-border-bg default -set -g pane-active-border-fg colour227 +set -g pane-active-border-style bg=default,fg=colour227 # Pane number indicator set -g display-panes-colour colour233 @@ -62,13 +55,10 @@ set -g clock-mode-colour colour227 set -g clock-mode-style 24 # Message -set -g message-bg colour227 -set -g message-fg black +set -g message-style bg=colour227,fg=black # Command message -set -g message-command-bg colour233 -set -g message-command-fg black +set -g message-command-style bg=colour233,fg=black # Mode -set -g mode-bg colour227 -set -g mode-fg colour235 +set -g mode-style bg=colour227,fg=colour235 From 7d7296981ac786639f5ba22276b09b9edf739f5d Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sat, 27 Apr 2019 16:38:00 -0500 Subject: [PATCH 19/26] Update Double Blue theme to tmux 2.9 configuration --- powerline/double/blue.tmuxtheme | 30 ++++++++++-------------------- 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/powerline/double/blue.tmuxtheme b/powerline/double/blue.tmuxtheme index 54bcf36..be3cda8 100644 --- a/powerline/double/blue.tmuxtheme +++ b/powerline/double/blue.tmuxtheme @@ -12,18 +12,15 @@ set -g status-interval 1 # Basic status bar colors -set -g status-fg colour238 -set -g status-bg colour233 +set -g status-style fg=colour238,bg=colour233 # Left side of status bar -set -g status-left-bg colour233 -set -g status-left-fg colour243 +set -g status-left-style bg=colour233,fg=colour243 set -g status-left-length 40 set -g status-left "#[fg=colour232,bg=colour24,bold] #S #[fg=colour24,bg=colour240,nobold]#[fg=colour233,bg=colour240] #(whoami) #[fg=colour240,bg=colour235]#[fg=colour240,bg=colour235] #I:#P #[fg=colour235,bg=colour233,nobold]" # Right side of status bar -set -g status-right-bg colour233 -set -g status-right-fg colour243 +set -g status-right-style bg=colour233,fg=colour243 set -g status-right-length 150 set -g status-right "#[fg=colour235,bg=colour233]#[fg=colour240,bg=colour235] %H:%M:%S #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour24,bg=colour240]#[fg=colour232,bg=colour24,bold] #H " @@ -32,12 +29,10 @@ set -g window-status-format " #I:#W#F " set -g window-status-current-format "#[fg=colour233,bg=black]#[fg=colour33,nobold] #I:#W#F #[fg=colour233,bg=black,nobold]" # Current window status -set -g window-status-current-bg colour24 -set -g window-status-current-fg colour233 +set -g window-status-current-style bg=colour24,fg=colour233 # Window with activity status -set -g window-status-activity-bg colour245 # fg and bg are flipped here due to -set -g window-status-activity-fg colour233 # a bug in tmux +set -g window-status-activity-style bg=colour245,fg=colour233 # fg and bg are flipped here due to a bug in tmux # Window separator set -g window-status-separator "" @@ -46,12 +41,10 @@ set -g window-status-separator "" set -g status-justify centre # Pane border -set -g pane-border-bg default -set -g pane-border-fg colour238 +set -g pane-border-style bg=default,fg=colour238 # Active pane border -set -g pane-active-border-bg default -set -g pane-active-border-fg colour24 +set -g pane-active-border-style bg=default,fg=colour24 # Pane number indicator set -g display-panes-colour colour233 @@ -62,13 +55,10 @@ set -g clock-mode-colour colour24 set -g clock-mode-style 24 # Message -set -g message-bg colour24 -set -g message-fg black +set -g message-style bg=colour24,fg=black # Command message -set -g message-command-bg colour233 -set -g message-command-fg black +set -g message-command-style bg=colour233,fg=black # Mode -set -g mode-bg colour24 -set -g mode-fg colour231 +set -g mode-style bg=colour24,fg=colour231 From 81e4227da6afe46f8c262559d61f452e28e7ed0c Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sat, 27 Apr 2019 16:39:00 -0500 Subject: [PATCH 20/26] Update Double Cyan theme to tmux 2.9 configuration --- powerline/double/cyan.tmuxtheme | 30 ++++++++++-------------------- 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/powerline/double/cyan.tmuxtheme b/powerline/double/cyan.tmuxtheme index 1d68cc4..525bcbc 100644 --- a/powerline/double/cyan.tmuxtheme +++ b/powerline/double/cyan.tmuxtheme @@ -12,18 +12,15 @@ set -g status-interval 1 # Basic status bar colors -set -g status-fg colour240 -set -g status-bg colour233 +set -g status-style fg=colour240,bg=colour233 # Left side of status bar -set -g status-left-bg colour233 -set -g status-left-fg colour243 +set -g status-left-style bg=colour233,fg=colour243 set -g status-left-length 40 set -g status-left "#[fg=colour233,bg=colour39,bold] #S #[fg=colour39,bg=colour240,nobold]#[fg=colour233,bg=colour240] #(whoami) #[fg=colour240,bg=colour235]#[fg=colour240,bg=colour235] #I:#P #[fg=colour235,bg=colour233,nobold]" # Right side of status bar -set -g status-right-bg colour233 -set -g status-right-fg colour243 +set -g status-right-style bg=colour233,fg=colour243 set -g status-right-length 150 set -g status-right "#[fg=colour235,bg=colour233]#[fg=colour240,bg=colour235] %H:%M:%S #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour39,bg=colour240]#[fg=colour233,bg=colour39,bold] #H " @@ -32,12 +29,10 @@ set -g window-status-format " #I:#W#F " set -g window-status-current-format "#[fg=colour233,bg=black]#[fg=colour81,nobold] #I:#W#F #[fg=colour233,bg=black,nobold]" # Current window status -set -g window-status-current-bg colour39 -set -g window-status-current-fg colour235 +set -g window-status-current-style bg=colour39,fg=colour235 # Window with activity status -set -g window-status-activity-bg colour245 # fg and bg are flipped here due to -set -g window-status-activity-fg colour233 # a bug in tmux +set -g window-status-activity-style bg=colour245,fg=colour233 # fg and bg are flipped here due to a bug in tmux # Window separator set -g window-status-separator "" @@ -46,12 +41,10 @@ set -g window-status-separator "" set -g status-justify centre # Pane border -set -g pane-border-bg default -set -g pane-border-fg colour238 +set -g pane-border-style bg=default,fg=colour238 # Active pane border -set -g pane-active-border-bg default -set -g pane-active-border-fg colour39 +set -g pane-active-border-style bg=default,fg=colour39 # Pane number indicator set -g display-panes-colour colour233 @@ -62,13 +55,10 @@ set -g clock-mode-colour colour39 set -g clock-mode-style 24 # Message -set -g message-bg colour39 -set -g message-fg black +set -g message-style bg=colour39,fg=black # Command message -set -g message-command-bg colour233 -set -g message-command-fg black +set -g message-command-style bg=colour233,fg=black # Mode -set -g mode-bg colour39 -set -g mode-fg colour232 +set -g mode-style bg=colour39,fg=colour232 From eafcbe7e70d209dc139e97b5684f62ee279309dc Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sat, 27 Apr 2019 16:40:00 -0500 Subject: [PATCH 21/26] Update Double Green theme to tmux 2.9 configuration --- powerline/double/green.tmuxtheme | 30 ++++++++++-------------------- 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/powerline/double/green.tmuxtheme b/powerline/double/green.tmuxtheme index e759822..2fc4099 100644 --- a/powerline/double/green.tmuxtheme +++ b/powerline/double/green.tmuxtheme @@ -12,18 +12,15 @@ set -g status-interval 1 # Basic status bar colors -set -g status-fg colour240 -set -g status-bg colour233 +set -g status-style fg=colour240,bg=colour233 # Left side of status bar -set -g status-left-bg colour233 -set -g status-left-fg colour243 +set -g status-left-style bg=colour233,fg=colour243 set -g status-left-length 40 set -g status-left "#[fg=colour233,bg=colour100,bold] #S #[fg=colour100,bg=colour240,nobold]#[fg=colour233,bg=colour240] #(whoami) #[fg=colour240,bg=colour235]#[fg=colour240,bg=colour235] #I:#P #[fg=colour235,bg=colour233,nobold]" # Right side of status bar -set -g status-right-bg colour233 -set -g status-right-fg colour243 +set -g status-right-style bg=colour233,fg=colour243 set -g status-right-length 150 set -g status-right "#[fg=colour235,bg=colour233]#[fg=colour240,bg=colour235] %H:%M:%S #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour100,bg=colour240]#[fg=colour233,bg=colour100,bold] #H " @@ -32,12 +29,10 @@ set -g window-status-format " #I:#W#F " set -g window-status-current-format "#[fg=colour233,bg=black]#[fg=colour190,nobold] #I:#W#F #[fg=colour233,bg=black,nobold]" # Current window status -set -g window-status-current-bg colour100 -set -g window-status-current-fg colour235 +set -g window-status-current-style bg=colour100,fg=colour235 # Window with activity status -set -g window-status-activity-bg colour245 # fg and bg are flipped here due to -set -g window-status-activity-fg colour233 # a bug in tmux +set -g window-status-activity-style bg=colour245,fg=colour233 # fg and bg are flipped here due to a bug in tmux # Window separator set -g window-status-separator "" @@ -46,12 +41,10 @@ set -g window-status-separator "" set -g status-justify centre # Pane border -set -g pane-border-bg default -set -g pane-border-fg colour238 +set -g pane-border-style bg=default,fg=colour238 # Active pane border -set -g pane-active-border-bg default -set -g pane-active-border-fg colour100 +set -g pane-active-border-style bg=default,fg=colour100 # Pane number indicator set -g display-panes-colour colour233 @@ -62,13 +55,10 @@ set -g clock-mode-colour colour100 set -g clock-mode-style 24 # Message -set -g message-bg colour100 -set -g message-fg black +set -g message-style bg=colour100,fg=black # Command message -set -g message-command-bg colour233 -set -g message-command-fg black +set -g message-command-style bg=colour233,fg=black # Mode -set -g mode-bg colour100 -set -g mode-fg colour235 +set -g mode-style bg=colour100,fg=colour235 From 0df62c8928f2fe4ba00734b0aae9f380847f6b63 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sat, 27 Apr 2019 16:41:00 -0500 Subject: [PATCH 22/26] Update Double Magenta theme to tmux 2.9 configuration --- powerline/double/magenta.tmuxtheme | 30 ++++++++++-------------------- 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/powerline/double/magenta.tmuxtheme b/powerline/double/magenta.tmuxtheme index c508f8e..4b7748c 100644 --- a/powerline/double/magenta.tmuxtheme +++ b/powerline/double/magenta.tmuxtheme @@ -12,18 +12,15 @@ set -g status-interval 1 # Basic status bar colors -set -g status-fg colour240 -set -g status-bg colour233 +set -g status-style fg=colour240,bg=colour233 # Left side of status bar -set -g status-left-bg colour233 -set -g status-left-fg colour243 +set -g status-left-style bg=colour233,fg=colour243 set -g status-left-length 40 set -g status-left "#[fg=colour233,bg=colour125,bold] #S #[fg=colour125,bg=colour240,nobold]#[fg=colour233,bg=colour240] #(whoami) #[fg=colour240,bg=colour235]#[fg=colour240,bg=colour235] #I:#P #[fg=colour235,bg=colour233,nobold]" # Right side of status bar -set -g status-right-bg colour233 -set -g status-right-fg colour243 +set -g status-right-style bg=colour233,fg=colour243 set -g status-right-length 150 set -g status-right "#[fg=colour235,bg=colour233]#[fg=colour240,bg=colour235] %H:%M:%S #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour125,bg=colour240]#[fg=colour233,bg=colour125,bold] #H " @@ -32,12 +29,10 @@ set -g window-status-format " #I:#W#F " set -g window-status-current-format "#[fg=colour233,bg=black]#[fg=colour129,nobold] #I:#W#F #[fg=colour233,bg=black,nobold]" # Current window status -set -g window-status-current-bg colour125 -set -g window-status-current-fg colour235 +set -g window-status-current-style bg=colour125,fg=colour235 # Window with activity status -set -g window-status-activity-bg colour245 # fg and bg are flipped here due to -set -g window-status-activity-fg colour233 # a bug in tmux +set -g window-status-activity-style bg=colour245,fg=colour233 # fg and bg are flipped here due to a bug in tmux # Window separator set -g window-status-separator "" @@ -46,12 +41,10 @@ set -g window-status-separator "" set -g status-justify centre # Pane border -set -g pane-border-bg default -set -g pane-border-fg colour238 +set -g pane-border-style bg=default,fg=colour238 # Active pane border -set -g pane-active-border-bg default -set -g pane-active-border-fg colour125 +set -g pane-active-border-style bg=default,fg=colour125 # Pane number indicator set -g display-panes-colour colour233 @@ -62,13 +55,10 @@ set -g clock-mode-colour colour125 set -g clock-mode-style 24 # Message -set -g message-bg colour125 -set -g message-fg black +set -g message-style bg=colour125,fg=black # Command message -set -g message-command-bg colour233 -set -g message-command-fg black +set -g message-command-style bg=colour233,fg=black # Mode -set -g mode-bg colour125 -set -g mode-fg colour231 +set -g mode-style bg=colour125,fg=colour231 From 08010e163d9be538c310756a1021abb2b40ebefa Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sat, 27 Apr 2019 16:42:00 -0500 Subject: [PATCH 23/26] Update Double Orange theme to tmux 2.9 configuration --- powerline/double/orange.tmuxtheme | 30 ++++++++++-------------------- 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/powerline/double/orange.tmuxtheme b/powerline/double/orange.tmuxtheme index 3545da5..bd3468e 100644 --- a/powerline/double/orange.tmuxtheme +++ b/powerline/double/orange.tmuxtheme @@ -12,18 +12,15 @@ set -g status-interval 1 # Basic status bar colors -set -g status-fg colour240 -set -g status-bg colour233 +set -g status-style fg=colour240,bg=colour233 # Left side of status bar -set -g status-left-bg colour233 -set -g status-left-fg colour243 +set -g status-left-style bg=colour233,fg=colour243 set -g status-left-length 40 set -g status-left "#[fg=colour233,bg=colour130,bold] #S #[fg=colour130,bg=colour240,nobold]#[fg=colour233,bg=colour240] #(whoami) #[fg=colour240,bg=colour235]#[fg=colour240,bg=colour235] #I:#P #[fg=colour235,bg=colour233,nobold]" # Right side of status bar -set -g status-right-bg colour233 -set -g status-right-fg colour243 +set -g status-right-style bg=colour233,fg=colour243 set -g status-right-length 150 set -g status-right "#[fg=colour235,bg=colour233]#[fg=colour240,bg=colour235] %H:%M:%S #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour130,bg=colour240]#[fg=colour233,bg=colour130,bold] #H " @@ -32,12 +29,10 @@ set -g window-status-format " #I:#W#F " set -g window-status-current-format "#[fg=colour233,bg=black]#[fg=colour166,nobold] #I:#W#F #[fg=colour233,bg=black,nobold]" # Current window status -set -g window-status-current-bg colour130 -set -g window-status-current-fg colour235 +set -g window-status-current-style bg=colour130,fg=colour235 # Window with activity status -set -g window-status-activity-bg colour245 # fg and bg are flipped here due to -set -g window-status-activity-fg colour233 # a bug in tmux +set -g window-status-activity-style bg=colour245,fg=colour233 # fg and bg are flipped here due to a bug in tmux # Window separator set -g window-status-separator "" @@ -46,12 +41,10 @@ set -g window-status-separator "" set -g status-justify centre # Pane border -set -g pane-border-bg default -set -g pane-border-fg colour238 +set -g pane-border-style bg=default,fg=colour238 # Active pane border -set -g pane-active-border-bg default -set -g pane-active-border-fg colour130 +set -g pane-active-border-style bg=default,fg=colour130 # Pane number indicator set -g display-panes-colour colour233 @@ -62,13 +55,10 @@ set -g clock-mode-colour colour130 set -g clock-mode-style 24 # Message -set -g message-bg colour130 -set -g message-fg black +set -g message-style bg=colour130,fg=black # Command message -set -g message-command-bg colour233 -set -g message-command-fg black +set -g message-command-style bg=colour233,fg=black # Mode -set -g mode-bg colour130 -set -g mode-fg colour232 +set -g mode-style bg=colour130,fg=colour232 From 6392ed5a0db1f69cb9f5cc7ed7f0e383484a5d9d Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sat, 27 Apr 2019 16:43:00 -0500 Subject: [PATCH 24/26] Update Double Red theme to tmux 2.9 configuration --- powerline/double/red.tmuxtheme | 30 ++++++++++-------------------- 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/powerline/double/red.tmuxtheme b/powerline/double/red.tmuxtheme index c1eb3cc..73b4fcf 100644 --- a/powerline/double/red.tmuxtheme +++ b/powerline/double/red.tmuxtheme @@ -12,18 +12,15 @@ set -g status-interval 1 # Basic status bar colors -set -g status-fg colour238 -set -g status-bg colour233 +set -g status-style fg=colour238,bg=colour233 # Left side of status bar -set -g status-left-bg colour233 -set -g status-left-fg colour243 +set -g status-left-style bg=colour233,fg=colour243 set -g status-left-length 40 set -g status-left "#[fg=colour232,bg=colour88,bold] #S #[fg=colour88,bg=colour240,nobold]#[fg=colour233,bg=colour240] #(whoami) #[fg=colour240,bg=colour235]#[fg=colour240,bg=colour235] #I:#P #[fg=colour235,bg=colour233,nobold]" # Right side of status bar -set -g status-right-bg colour233 -set -g status-right-fg colour243 +set -g status-right-style bg=colour233,fg=colour243 set -g status-right-length 150 set -g status-right "#[fg=colour235,bg=colour233]#[fg=colour240,bg=colour235] %H:%M:%S #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour88,bg=colour240]#[fg=colour232,bg=colour88,bold] #H " @@ -32,12 +29,10 @@ set -g window-status-format " #I:#W#F " set -g window-status-current-format "#[fg=colour233,bg=black]#[fg=colour160,bold] #I:#W#F #[fg=colour233,bg=black,nobold]" # Current window status -set -g window-status-current-bg colour88 -set -g window-status-current-fg colour16 +set -g window-status-current-style bg=colour88,fg=colour16 # Window with activity status -set -g window-status-activity-bg colour245 # fg and bg are flipped here due to -set -g window-status-activity-fg colour233 # a bug in tmux +set -g window-status-activity-style bg=colour245,fg=colour233 # fg and bg are flipped here due to a bug in tmux # Window separator set -g window-status-separator "" @@ -46,12 +41,10 @@ set -g window-status-separator "" set -g status-justify centre # Pane border -set -g pane-border-bg default -set -g pane-border-fg colour238 +set -g pane-border-style bg=default,fg=colour238 # Active pane border -set -g pane-active-border-bg default -set -g pane-active-border-fg colour88 +set -g pane-active-border-style bg=default,fg=colour88 # Pane number indicator set -g display-panes-colour colour233 @@ -62,13 +55,10 @@ set -g clock-mode-colour colour88 set -g clock-mode-style 24 # Message -set -g message-bg colour88 -set -g message-fg black +set -g message-style bg=colour88,fg=black # Command message -set -g message-command-bg colour88 -set -g message-command-fg black +set -g message-command-style bg=colour88,fg=black # Mode -set -g mode-bg colour124 -set -g mode-fg colour231 +set -g mode-style bg=colour124,fg=colour231 From b15413bb5c205fed8ad5ed5248f158e6e2eaaf59 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sat, 27 Apr 2019 16:44:00 -0500 Subject: [PATCH 25/26] Update Double Yellow theme to tmux 2.9 configuration --- powerline/double/yellow.tmuxtheme | 30 ++++++++++-------------------- 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/powerline/double/yellow.tmuxtheme b/powerline/double/yellow.tmuxtheme index 694b680..3345b34 100644 --- a/powerline/double/yellow.tmuxtheme +++ b/powerline/double/yellow.tmuxtheme @@ -12,18 +12,15 @@ set -g status-interval 1 # Basic status bar colors -set -g status-fg colour240 -set -g status-bg colour233 +set -g status-style fg=colour240,bg=colour233 # Left side of status bar -set -g status-left-bg colour233 -set -g status-left-fg colour243 +set -g status-left-style bg=colour233,fg=colour243 set -g status-left-length 40 set -g status-left "#[fg=colour233,bg=colour227,bold] #S #[fg=colour227,bg=colour240,nobold]#[fg=colour233,bg=colour240] #(whoami) #[fg=colour240,bg=colour235]#[fg=colour240,bg=colour235] #I:#P #[fg=colour235,bg=colour233,nobold]" # Right side of status bar -set -g status-right-bg colour233 -set -g status-right-fg colour243 +set -g status-right-style bg=colour233,fg=colour243 set -g status-right-length 150 set -g status-right "#[fg=colour235,bg=colour233]#[fg=colour240,bg=colour235] %H:%M:%S #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour227,bg=colour240]#[fg=colour233,bg=colour227,bold] #H " @@ -32,12 +29,10 @@ set -g window-status-format " #I:#W#F " set -g window-status-current-format "#[fg=colour233,bg=black]#[fg=colour227,nobold] #I:#W#F #[fg=colour233,bg=black,nobold]" # Current window status -set -g window-status-current-bg colour227 -set -g window-status-current-fg colour235 +set -g window-status-current-style bg=colour227,fg=colour235 # Window with activity status -set -g window-status-activity-bg colour245 # fg and bg are flipped here due to -set -g window-status-activity-fg colour233 # a bug in tmux +set -g window-status-activity-style bg=colour245,fg=colour233 # fg and bg are flipped here due to a bug in tmux # Window separator set -g window-status-separator "" @@ -46,12 +41,10 @@ set -g window-status-separator "" set -g status-justify centre # Pane border -set -g pane-border-bg default -set -g pane-border-fg colour238 +set -g pane-border-style bg=default,fg=colour238 # Active pane border -set -g pane-active-border-bg default -set -g pane-active-border-fg colour227 +set -g pane-active-border-style bg=default,fg=colour227 # Pane number indicator set -g display-panes-colour colour233 @@ -62,13 +55,10 @@ set -g clock-mode-colour colour227 set -g clock-mode-style 24 # Message -set -g message-bg colour227 -set -g message-fg black +set -g message-style bg=colour227,fg=black # Command message -set -g message-command-bg colour233 -set -g message-command-fg black +set -g message-command-style bg=colour233,fg=black # Mode -set -g mode-bg colour227 -set -g mode-fg colour235 +set -g mode-style bg=colour227,fg=colour235 From 7bb2aa5c1c8bca6f3f1799443873c35f14433e51 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sun, 28 Apr 2019 18:27:31 -0500 Subject: [PATCH 26/26] 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 ""