tmux: fix color code
This commit is contained in:
parent
68e7e2fbd1
commit
e237fda347
@ -85,24 +85,24 @@ 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=#ccc bg=#333333 bold'
|
||||
set -g message-style 'fg=#ccc bg=#333333 bold'
|
||||
set -g message-command-style 'fg=#cccccc bg=#333333 bold'
|
||||
set -g message-style 'fg=#cccccc bg=#333333 bold'
|
||||
set -g status off
|
||||
set -g status-position bottom
|
||||
set -g status-bg '#333'
|
||||
set -g status-fg '#ccc'
|
||||
set -g status-bg '#333333'
|
||||
set -g status-fg '#cccccc'
|
||||
set -g status-left ''
|
||||
set -g status-right ''
|
||||
set -g window-status-format ''
|
||||
set -g window-status-current-format ''
|
||||
{{- else }}
|
||||
set -g pane-active-border-style fg=red
|
||||
set -g message-command-style 'fg=#ccc bg=#5b7d78 bold'
|
||||
set -g message-style 'fg=#ccc bg=#5b7d78 bold'
|
||||
set -g message-command-style 'fg=#cccccc bg=#5b7d78 bold'
|
||||
set -g message-style 'fg=#cccccc bg=#5b7d78 bold'
|
||||
set -g status on
|
||||
set -g status-position bottom
|
||||
set -g status-bg '#5b7d78'
|
||||
set -g status-fg '#ccc'
|
||||
set -g status-fg '#cccccc'
|
||||
set -g status-right '#[bold][#H]'
|
||||
set -g window-status-format ''
|
||||
set -g window-status-current-format ''
|
||||
@ -124,7 +124,7 @@ bind -T root M-q \
|
||||
set status-right '#[bold align=centre]DIVING'
|
||||
set -g status-position top
|
||||
set -g status-bg '#5b7d78'
|
||||
set -g status-fg '#ccc'
|
||||
set -g status-fg '#cccccc'
|
||||
|
||||
bind -T off M-q \
|
||||
set -u prefix \;\
|
||||
@ -132,8 +132,8 @@ bind -T off M-q \
|
||||
set -u status off \;\
|
||||
set status-right ''
|
||||
set -g status-position bottom
|
||||
set -g status-bg '#333'
|
||||
set -g status-fg '#ccc'
|
||||
set -g status-bg '#333333'
|
||||
set -g status-fg '#cccccc'
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user