tmux: change UI color between working machines and others

This commit is contained in:
inkch 2024-01-16 18:48:08 +09:00
parent 503b857e21
commit d3713d1b75

@ -83,19 +83,18 @@ bind-key p run "xsel -o | tmux load-buffer - ; tmux paste-buffer"
# Aesthetic
###########################
# 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'
set -g message-style 'fg=#cccccc bg=#333333 bold'
# status bar
set -g status off
{{- else }}
set -g pane-active-border-style fg=red
set -g message-command-style 'fg=black bg=magenta bold'
set -g message-style 'fg=black bg=magenta bold'
set -g status on
{{- end }}
set -g status-position bottom
set -g status-bg '#333333'
set -g status-fg '#cccccc'