From 36153643a024e5a419b2a5d0b15248363072eb16 Mon Sep 17 00:00:00 2001 From: inkch Date: Sun, 14 Jan 2024 20:30:16 +0900 Subject: [PATCH] tmux: use a different color for the border --- dot_config/tmux/tmux.conf.tmpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dot_config/tmux/tmux.conf.tmpl b/dot_config/tmux/tmux.conf.tmpl index 8a208d5..3b675ec 100644 --- a/dot_config/tmux/tmux.conf.tmpl +++ b/dot_config/tmux/tmux.conf.tmpl @@ -82,7 +82,11 @@ bind-key p run "xsel -o | tmux load-buffer - ; tmux paste-buffer" ########################### # pane border +{{- if (or (eq .chezmoi.hostname "arch") (eq .chezmoi.hostname "buzz") }} set -g pane-active-border-style fg=yellow +{{- else }} +set -g pane-active-border-style fg=red +{{- end }} # message/command bar set -g message-command-style 'fg=#cccccc bg=#333333 bold'