fix(tmux): more readable theme

This commit is contained in:
Johann Dreo 2022-08-12 11:27:50 +02:00
commit a31a940f68

View file

@ -40,9 +40,9 @@ set -g status-style bg='#3f6dce',fg='#d3d0cc'
set -g status-left '#{tmux_mode_indicator}#[bg=#3f6dce]#[fg=#d3d0cc]#{?client_prefix,#[bg=#cf8200]#[fg=#f8f8f8][A],[ ]}#[bg=#3f6dce]##[fg=#2f5dbe]║'
set-window-option -g window-status-format "#[bg=#4f7dde,noreverse] #I(#{?window_bell_flag,#[bg=#ffcc00]#[fg=#db4939]‼,#{?window_silence_flag,#[bg=#ffcc00]#[fg=#db4939]!,∘}}#[bg=#4f7dde]#[fg=#d3d0cc]#{window_panes})#{last_window}#{?window_last_flag,⁝,} #[fg=#d3d0cc,bold]#W #[fg=#d3d0cc,none] "
set-window-option -g window-status-format "#[bg=#4f7dde,noreverse,bold] #[fg=#cf8200]#I#[fg=#2f5dbe,none](#[fg=#d3d0cc]#{?window_bell_flag,#[bg=#ffcc00]#[fg=#db4939]‼,#{?window_silence_flag,#[bg=#ffcc00]#[fg=#db4939]!,#[fg=#2f5dbe]∘}}#[bg=#4f7dde]#[fg=#d3d0cc]#{window_panes}#[fg=#2f5dbe])#[fg=#d3d0cc]#{last_window}#{?window_last_flag,⁝,} #[fg=#d3d0cc,bold]#W #[fg=#d3d0cc,none]"
set-window-option -g window-status-current-format "#{?client_prefix,#[bg=#cf8200],#[bg=#6f9dfe]}#[fg=#f8f8f8]❰#I(∘#[bg=#6f9dfe]#{window_panes}#{?client_prefix,#[bg=#cf8200],#[bg=#6f9dfe]}) #[fg=#ffffff,bold]#W #[fg=#f8f8f8,none]❱"
set-window-option -g window-status-current-format "#{?client_prefix,#[bg=#cf8200],#[bg=#6f9dfe]}#[fg=#ffcc00,bold]❰#[fg=#ffcc00]#I#[fg=#2f5dbe,none](∘#{?client_prefix,#[bg=#cf8200],#[bg=#6f9dfe]}#[fg=#f8f8f8]#{window_panes}#{?client_prefix,#[bg=#cf8200],#[bg=#6f9dfe]}#[fg=#2f5dbe]) #[fg=#ffffff,bold]#W#[fg=#f8f8f8,none]#[fg=#ffcc00,bold]❱"
set-window-option -g window-status-separator "#[fg=#2f5dbe]║" #⟭⟬"
@ -68,7 +68,7 @@ set -g @plugin 'MunifTanjim/tmux-mode-indicator'
# set -g status-right '[#(tmux-mem-cpu-load --colors --graph-lines 10 --interval 2)] ~#{net_speed}~ _#{keyboard_layout}_ %H:%M:%S %Y-%m-%d(%W)'
set -g status-right-length 50
set -g status-right '↓#{download_speed}#[fg=#2f5dbe]║#[fg=#d3d0cc]#S#[fg=#ffffff]@#[fg=#d3d0cc]#h#[fg=#2f5dbe]║#[fg=#d3d0cc]%H:%M#[fg=#2f5dbe]║#[fg=#d3d0cc]%Y-%m-%d(%W)'
set -g status-right '↓#{download_speed}#[fg=#2f5dbe]║#[fg=#ffcc00]#S#[fg=#ffffff]@#[fg=#d3d0cc]#h#[fg=#2f5dbe]║#[fg=#d3d0cc]%Y-%m-%d#[fg=#9390bd](#[fg=#d3d0cc]%W#[fg=#9390bd])#[fg=#2f5dbe]║#[fg=#d3d0cc]%H:%M#[fg=#2f5dbe]'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'