Update '.tmux.theme'

This commit is contained in:
2022-12-03 14:16:58 +01:00
parent d237f00f81
commit 72319a2041

View File

@@ -5,7 +5,7 @@
################### ###################
#+ accent = #56c9e4 #+ accent = #56c9e4
#+ secondary = #011f2a #+ secondary = #011f2a
#+ 0f63bd #+ COLOR_TERTIARY = #0f63bd
set -g default-terminal "screen-256color" set -g default-terminal "screen-256color"
if 'infocmp -x tmux-256color > /dev/null 2>&1' 'set -g default-terminal "tmux-256color"' if 'infocmp -x tmux-256color > /dev/null 2>&1' 'set -g default-terminal "tmux-256color"'
@@ -15,8 +15,8 @@ if 'infocmp -x tmux-256color > /dev/null 2>&1' 'set -g default-terminal "tmux-25
#+--------- Panes #+--------- Panes
set -g pane-border-style fg='#011f2a',bg=default set -g pane-border-style fg='#${COLOR_SECONDARY}',bg=default
set -g pane-active-border-style fg='#56c9e4',bg=default set -g pane-active-border-style fg='#${COLOR_ACCENT}',bg=default
#set -g pane-border-style bg=default,fg=brightblack #set -g pane-border-style bg=default,fg=brightblack
#set -g pane-active-border-style bg=default,fg=blue #set -g pane-active-border-style bg=default,fg=blue
@@ -25,22 +25,14 @@ set -g window-active-style 'fg=#EEEEEE,bg=default'
#+----- Bar Style #+----- Bar Style
#set -g status-left-length 30 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-left "#{?client_prefix,#[fg=#56c9e4#,bg=colour0#,bold],#[fg=colour233#,bg=colour10#,bold]} #S #{?client_prefix,#[fg=colour0#,bg=colour243#,nobold],#[fg=colour10#,bg=colour243#,nobold]}#[fg=colour233,bg=colour243,bold] #(whoami) #{?client_prefix, #[bg=colour10#,fg=colour243],#[fg=colour243#,bg=colour0]}#{?client_prefix,#[fg=colour233#,bg=colour10],#[fg=colour10#,bg=colour0#,bold]} #I:#P #{?client_prefix,#[fg=colour10#,bg=colour8],#[fg=colour0#,bg=colour8#,nobold]}" 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-left ""
#{?client_prefix,#[fg=#56c9e4,bg=colour0,bold],#[fg=colour233,bg=colour10,bold]}
set -g status-left "#[fg=black,bg=#56c9e4,bold] #S #[fg=#56c9e4,bg=default,nobold,noitalics,nounderscore]"
set -g status-right "#{prefix_highlight}#[fg=#011f2a,bg=black,nobold,noitalics,nounderscore]#[fg=white,bg=#011f2a] ${NORD_TMUX_STATUS_DATE_FORMAT} #[fg=white,bg=#011f2a,nobold,noitalics,nounderscore]#[fg=white,bg=#011f2a] %H:%M #[fg=#56c9e4,bg=#011f2a,nobold,noitalics,nounderscore]#[fg=black,bg=#56c9e4,bold] #H "
#+----- Windows #+----- Windows
set -g window-status-format "#[fg=black,bg=#011f2a,nobold,noitalics,nounderscore] #[fg=white,bg=#011f2a]#I #[fg=white,bg=#011f2a,nobold,noitalics,nounderscore] #[fg=white,bg=#011f2a]#W #F #[fg=#011f2a,bg=default,nobold,noitalics,nounderscore]" 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]"
set -g window-status-current-format "#[fg=black,bg=#56c9e4,nobold] #[fg=black,bg=#56c9e4]#I #[fg=black,bg=#56c9e4,nobold,noitalics,nounderscore] #[fg=black,bg=#56c9e4]#W #F #[fg=#56c9e4,bg=default,nobold,noitalics,nounderscore]" set -g window-status-current-format "#[fg=black,bg=#${COLOR_ACCENT},nobold] #[fg=black,bg=#${COLOR_ACCENT}]#I #[fg=black,bg=#${COLOR_ACCENT},nobold,noitalics,nounderscore] #[fg=black,bg=#${COLOR_ACCENT}]#W #F #[fg=#${COLOR_ACCENT},bg=default,nobold,noitalics,nounderscore]"
set -g window-status-separator "" set -g window-status-separator ""
#+----- Messages #+----- Messages
set -g message-style bg='#56c9e4',fg=black set -g message-style bg='#${COLOR_ACCENT}',fg=black