tmux: use bright white
This commit is contained in:
parent
aa7862efbf
commit
fdee563730
@ -85,12 +85,12 @@ bind-key p run "xsel -o | tmux load-buffer - ; tmux paste-buffer"
|
|||||||
|
|
||||||
{{- if (or (eq .chezmoi.hostname "arch") (eq .chezmoi.hostname "buzz")) }}
|
{{- 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
|
||||||
set -g message-command-style 'fg=#cccccc bg=#333333 bold'
|
set -g message-command-style 'fg=#eeeeee bg=#333333 bold'
|
||||||
set -g message-style 'fg=#cccccc bg=#333333 bold'
|
set -g message-style 'fg=#eeeeee bg=#333333 bold'
|
||||||
set -g status off
|
set -g status off
|
||||||
set -g status-position bottom
|
set -g status-position top
|
||||||
set -g status-bg '#333333'
|
set -g status-bg '#333333'
|
||||||
set -g status-fg '#cccccc'
|
set -g status-fg '#eeeeee'
|
||||||
set -g status-left ''
|
set -g status-left ''
|
||||||
set -g status-right ''
|
set -g status-right ''
|
||||||
set -g window-status-format ''
|
set -g window-status-format ''
|
||||||
|
Loading…
Reference in New Issue
Block a user