tmux: tweak message and command styles
This commit is contained in:
parent
453b0e6b93
commit
c39761f4a1
1 changed files with 2 additions and 2 deletions
|
@ -117,6 +117,6 @@ setw -g window-status-style fg=colour12,bg=default # Base0 on Transpare
|
||||||
setw -g window-status-current-style fg=colour4,bg=default # Blue on Transparent
|
setw -g window-status-current-style fg=colour4,bg=default # Blue on Transparent
|
||||||
set -g pane-border-style fg=colour0 # Base02
|
set -g pane-border-style fg=colour0 # Base02
|
||||||
set -g pane-active-border-style fg=colour14 # Base1
|
set -g pane-active-border-style fg=colour14 # Base1
|
||||||
set -g message-style fg=colour0,bg=colour14
|
set -g message-style fg=colour3,bg=colour0
|
||||||
set -g message-command-style fg=colour0,bg=colour14
|
set -g message-command-style fg=colour15,bg=colour0
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue