tmux: use a different color for the border
This commit is contained in:
parent
80c43b1b55
commit
36153643a0
@ -82,7 +82,11 @@ bind-key p run "xsel -o | tmux load-buffer - ; tmux paste-buffer"
|
|||||||
###########################
|
###########################
|
||||||
|
|
||||||
# pane border
|
# pane border
|
||||||
|
{{- if (or (eq .chezmoi.hostname "arch") (eq .chezmoi.hostname "buzz") }}
|
||||||
set -g pane-active-border-style fg=yellow
|
set -g pane-active-border-style fg=yellow
|
||||||
|
{{- else }}
|
||||||
|
set -g pane-active-border-style fg=red
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
# message/command bar
|
# message/command bar
|
||||||
set -g message-command-style 'fg=#cccccc bg=#333333 bold'
|
set -g message-command-style 'fg=#cccccc bg=#333333 bold'
|
||||||
|
Loading…
Reference in New Issue
Block a user