From fdee563730920734ddb1d890a281a019ade0c12c Mon Sep 17 00:00:00 2001 From: inkch Date: Tue, 16 Jan 2024 20:24:38 +0900 Subject: [PATCH] tmux: use bright white --- 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 0f8ffea..0193e9b 100644 --- a/dot_config/tmux/tmux.conf.tmpl +++ b/dot_config/tmux/tmux.conf.tmpl @@ -85,12 +85,12 @@ bind-key p run "xsel -o | tmux load-buffer - ; tmux paste-buffer" {{- if (or (eq .chezmoi.hostname "arch") (eq .chezmoi.hostname "buzz")) }} set -g pane-active-border-style fg=yellow -set -g message-command-style 'fg=#cccccc bg=#333333 bold' -set -g message-style 'fg=#cccccc bg=#333333 bold' +set -g message-command-style 'fg=#eeeeee bg=#333333 bold' +set -g message-style 'fg=#eeeeee bg=#333333 bold' set -g status off -set -g status-position bottom +set -g status-position top set -g status-bg '#333333' -set -g status-fg '#cccccc' +set -g status-fg '#eeeeee' set -g status-left '' set -g status-right '' set -g window-status-format ''