From 09066c03faa0c9374b557b2c9c1bc635410e9c43 Mon Sep 17 00:00:00 2001 From: Christopher Beckmann Date: Sun, 4 Dec 2022 00:40:24 +0100 Subject: [PATCH] Update '.tmux.theme' --- .tmux.theme | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/.tmux.theme b/.tmux.theme index 8c57baf..fbb5255 100644 --- a/.tmux.theme +++ b/.tmux.theme @@ -2,7 +2,7 @@ ################### # Color -################### +################## #+ accent = #56c9e4 #+ secondary = #011f2a #+ COLOR_TERTIARY = #0f63bd @@ -13,6 +13,12 @@ if 'infocmp -x tmux-256color > /dev/null 2>&1' 'set -g default-terminal "tmux-25 #set -g @prefix_highlight_fg black #set -g @prefix_highlight_bg brightcyan +#+--- tmux-prefix-highlight +set -g @prefix_highlight_output_prefix "#[fg=#${COLOR_TERTIARY}]#[bg=default]#[nobold]#[noitalics]#[nounderscore]#[bg=#${COLOR_TERTIARY}]#[fg=white] " +set -g @prefix_highlight_output_suffix "#[bg=#${COLOR_TERTIARY}]#[fg=black] " +#set -g @prefix_highlight_copy_mode_attr "fg=brightcyan,bg=black,bold"- +#set -g @prefix_highlight_fg 'white' +#set -g @prefix_highlight_bg '#${COLOR_TERTIARY}' #+--------- Panes set -g pane-border-style fg='#${COLOR_SECONDARY}',bg=default @@ -23,8 +29,9 @@ set -g window-active-style 'fg=#EEEEEE,bg=default' #+----- Bar Style -set -g status-left "#{?client_prefix,#[fg=black#,bg=#${COLOR_TERTIARY}#,bold],#[fg=black#,bg=#${COLOR_TERTIARY}#,bold]} #S #{?client_prefix,#[fg=#${COLOR_TERTIARY}#,bg=default#,nobold#,noitalics#,nounderscore],#[fg=#${COLOR_TERTIARY}#,bg=default#,nobold#,noitalics#,nounderscore]}" -set -g status-right "#{prefix_highlight}#[fg=#${COLOR_SECONDARY},bg=black,nobold,noitalics,nounderscore]#[fg=white,bg=#${COLOR_SECONDARY}] %Y-%m-%d #[fg=white,bg=#${COLOR_SECONDARY},nobold,noitalics,nounderscore]#[fg=white,bg=#${COLOR_SECONDARY}] %H:%M #[fg=#${COLOR_ACCENT},bg=#${COLOR_SECONDARY},nobold,noitalics,nounderscore]#[fg=black,bg=#${COLOR_ACCENT},bold] #H " +set -g status-style fg=white,bg=default +set -g status-left "#[fg=white,bg=#${COLOR_TERTIARY},bold,noitalics,nounderscore] #S #[fg=#${COLOR_TERTIARY},bg=default,nobold,noitalics,nounderscore]" +set -g status-right "#{prefix_highlight}#[fg=#${COLOR_SECONDARY},bg=black,nobold,noitalics,nounderscore]#[fg=white,bg=#${COLOR_SECONDARY}] %Y-%m-%d #[fg=white,bg=#${COLOR_SECONDARY},nobold,noitalics,nounderscore]#[fg=white,bg=#${COLOR_SECONDARY}] %H:%M #[fg=#${COLOR_ACCENT},bg=#${COLOR_SECONDARY},nobold,noitalics,nounderscore]#[fg=black,bg=#${COLOR_ACCENT},nobold] #H " #+----- Windows set -g window-status-format "#[fg=black,bg=#${COLOR_SECONDARY},nobold,noitalics,nounderscore] #[fg=white,bg=#${COLOR_SECONDARY}]#I #[fg=white,bg=#${COLOR_SECONDARY},nobold,noitalics,nounderscore] #[fg=white,bg=#${COLOR_SECONDARY}]#W #F #[fg=#${COLOR_SECONDARY},bg=default,nobold,noitalics,nounderscore]" @@ -32,5 +39,4 @@ set -g window-status-current-format "#[fg=black,bg=#${COLOR_ACCENT},nobold] # set -g window-status-separator "" #+----- Messages -set -g message-style bg='#${COLOR_ACCENT}',fg=black - +set -g message-style fg=black,bg=#${COLOR_ACCENT}