From 386257dd6e98809a2873f8f4a5f2b16018626222 Mon Sep 17 00:00:00 2001 From: Dmitry Chumak Date: Sun, 25 May 2025 23:18:05 +0300 Subject: [PATCH] [tmux] #3 command prompt color fix --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 6b009aa..dc2f75b 100755 --- a/tmux.conf +++ b/tmux.conf @@ -71,7 +71,7 @@ bind -T copy-mode-emacs C-WheelDownPane send-keys -X halfpage-down # color status bar set -g status-style fg=white,bg=colour235 # color of message bar -set -g message-style fg=white,bold,bg=green +set -g message-style fg=black,bold,bg=colour107 # highlight current window setw -g window-status-style fg=cyan,bg=colour235