chore(tmux): update theme

This commit is contained in:
Yorick Barbanneau 2025-03-07 21:46:47 +01:00
parent c89cdad98e
commit f00e5b9718

View file

@ -39,7 +39,7 @@ in
setw -g automatic-rename on # rename window to reflect current program
set -g renumber-windows on # renumber windows when a window is closed
set -g set-titles on
set -g mode-style bg=colour10,fg=colour13
set -g mode-style bg=colour18,fg=colour7
set -g set-titles-string "#T"
set -g status-bg colour0
set -g status-fg colour7
@ -52,8 +52,8 @@ in
set -g pane-border-style fg=colour19
set -g pane-active-border-style fg=colour4
setw -g window-status-format '#[bg=color12,fg=colour18] #I\
#[bg=colour19,fg=colour7] #W\
setw -g window-status-format '#[bg=color12,fg=colour19] #I\
#[bg=colour18,fg=colour7,dim] #W\
#{?window_last_flag, ,}#{?window_marked_flag,󰃃 ,}#{?window_activity_flag, ,}#{?window_silence_flag,󰝟 ,}#{?window_zoomed_flag,󱀅 ,}#{?window_bell_flag,#[fg=colour1]󱈸 ,}'
set -g status-left "#[bg=colour0, fg=colour6] #S "
set -g status-right ""