tmux: use bright white for status bar

This commit is contained in:
inkch 2024-01-16 20:20:29 +09:00
parent e237fda347
commit aa7862efbf

View File

@ -97,12 +97,12 @@ set -g window-status-format ''
set -g window-status-current-format '' set -g window-status-current-format ''
{{- else }} {{- else }}
set -g pane-active-border-style fg=red set -g pane-active-border-style fg=red
set -g message-command-style 'fg=#cccccc bg=#5b7d78 bold' set -g message-command-style 'fg=#eeeeee bg=#5b7d78 bold'
set -g message-style 'fg=#cccccc bg=#5b7d78 bold' set -g message-style 'fg=#eeeeee bg=#5b7d78 bold'
set -g status on set -g status on
set -g status-position bottom set -g status-position bottom
set -g status-bg '#5b7d78' set -g status-bg '#5b7d78'
set -g status-fg '#cccccc' set -g status-fg '#eeeeee'
set -g status-right '#[bold][#H]' set -g status-right '#[bold][#H]'
set -g window-status-format '' set -g window-status-format ''
set -g window-status-current-format '' set -g window-status-current-format ''
@ -124,7 +124,7 @@ bind -T root M-q \
set status-right '#[bold align=centre]DIVING' set status-right '#[bold align=centre]DIVING'
set -g status-position top set -g status-position top
set -g status-bg '#5b7d78' set -g status-bg '#5b7d78'
set -g status-fg '#cccccc' set -g status-fg '#eeeeee'
bind -T off M-q \ bind -T off M-q \
set -u prefix \;\ set -u prefix \;\