[tmux] #3 command prompt color fix

This commit is contained in:
Dmitry Chumak
2025-05-25 23:18:05 +03:00
parent 352a8c3c97
commit 386257dd6e

View File

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