tmux: tweak message and command styles

This commit is contained in:
Fernando Schauenburg 2022-02-19 01:16:40 +01:00
parent 453b0e6b93
commit c39761f4a1

View file

@ -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