Update '.tmux.theme'

This commit is contained in:
2023-05-01 02:57:49 +02:00
parent 2a06f06b7b
commit 11b68c792c

View File

@@ -22,7 +22,7 @@ set -g window-active-style 'fg=#EEEEEE,bg=default'
set -g status-style fg=white,bg=default 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-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}]#(${XDG_CONFIG_HOME}/tmux/myip.sh) %Y-%m-%d  %H:%M #[fg=#${COLOR_TERTIARY},bg=#${COLOR_SECONDARY},nobold,noitalics,nounderscore]#[fg=white,bg=#${COLOR_TERTIARY},nobold] #H " set -g status-right "#{prefix_highlight} #[fg=#${COLOR_SECONDARY},bg=black,nobold,noitalics,nounderscore]#[fg=white,bg=#${COLOR_SECONDARY}]#(${XDG_CONFIG_HOME}/tmux/myip.sh) %Y-%m-%d  %H:%M #[fg=#${COLOR_TERTIARY},bg=#${COLOR_SECONDARY},nobold,noitalics,nounderscore]#[fg=white,bg=#${COLOR_TERTIARY},nobold] #H "
set -g status-right-length 100 set -g status-right-length 80
#+----- Windows #+----- 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]" 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]"