From aa7862efbfa09f15adf4087fafebd3a394ec2bfb Mon Sep 17 00:00:00 2001 From: inkch Date: Tue, 16 Jan 2024 20:20:29 +0900 Subject: [PATCH] tmux: use bright white for status bar --- dot_config/tmux/tmux.conf.tmpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dot_config/tmux/tmux.conf.tmpl b/dot_config/tmux/tmux.conf.tmpl index cd05c49..0f8ffea 100644 --- a/dot_config/tmux/tmux.conf.tmpl +++ b/dot_config/tmux/tmux.conf.tmpl @@ -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 \;\