update tmux looks

This commit is contained in:
Gabriel Augendre 2024-02-20 00:17:29 +01:00
parent 256c856778
commit c740a1635e

View file

@ -72,7 +72,6 @@ set -g status-position bottom
set -g status-justify left
set -g status-style 'fg=blue'
set -g status-left ' '
set -g status-left-style 'fg=blue dim'
set -g status-right '%Y-%m-%d %H:%M'
set -g status-right-length 50
set -g status-left-length 10
@ -80,13 +79,10 @@ set -g status-left-length 10
setw -g window-status-current-style 'fg=default bg=blue bold'
setw -g window-status-current-format ' #I #W #F '
setw -g window-status-style 'fg=blue dim'
setw -g window-status-style 'fg=blue'
setw -g window-status-format ' #I #W #F '
setw -g window-status-bell-style 'fg=black bg=yellow bold'
# messages
set -g message-style 'fg=black bg=white bold'
set -g window-style 'dim'
set -g window-active-style 'dim'