tmux: use a different color for the border

This commit is contained in:
inkch 2024-01-14 20:30:16 +09:00
parent 80c43b1b55
commit 36153643a0

View File

@ -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'