From c39761f4a1b04b768861cabdad69ea4c92dcf2f9 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Sat, 19 Feb 2022 01:16:40 +0100 Subject: [PATCH] tmux: tweak message and command styles --- config/tmux/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index a5edc67..5f42c7a 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -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 set -g pane-border-style fg=colour0 # Base02 set -g pane-active-border-style fg=colour14 # Base1 -set -g message-style fg=colour0,bg=colour14 -set -g message-command-style fg=colour0,bg=colour14 +set -g message-style fg=colour3,bg=colour0 +set -g message-command-style fg=colour15,bg=colour0