tmux: use bright white for status bar
This commit is contained in:
parent
e237fda347
commit
aa7862efbf
@ -97,12 +97,12 @@ set -g window-status-format ''
|
||||
set -g window-status-current-format ''
|
||||
{{- else }}
|
||||
set -g pane-active-border-style fg=red
|
||||
set -g message-command-style 'fg=#cccccc bg=#5b7d78 bold'
|
||||
set -g message-style 'fg=#cccccc bg=#5b7d78 bold'
|
||||
set -g message-command-style 'fg=#eeeeee bg=#5b7d78 bold'
|
||||
set -g message-style 'fg=#eeeeee bg=#5b7d78 bold'
|
||||
set -g status on
|
||||
set -g status-position bottom
|
||||
set -g status-bg '#5b7d78'
|
||||
set -g status-fg '#cccccc'
|
||||
set -g status-fg '#eeeeee'
|
||||
set -g status-right '#[bold][#H]'
|
||||
set -g window-status-format ''
|
||||
set -g window-status-current-format ''
|
||||
@ -124,7 +124,7 @@ bind -T root M-q \
|
||||
set status-right '#[bold align=centre]DIVING'
|
||||
set -g status-position top
|
||||
set -g status-bg '#5b7d78'
|
||||
set -g status-fg '#cccccc'
|
||||
set -g status-fg '#eeeeee'
|
||||
|
||||
bind -T off M-q \
|
||||
set -u prefix \;\
|
||||
|
Loading…
Reference in New Issue
Block a user