diff --git a/etc/conf/tmux.conf b/etc/conf/tmux.conf index fbc92ac0..c8c64950 100644 --- a/etc/conf/tmux.conf +++ b/etc/conf/tmux.conf @@ -17,6 +17,11 @@ set -gw other-pane-height 15 set -g set-titles on set -g set-titles-string "#S:#W.#P" +set -g message-fg white +set -g message-bg black +set -g pane-active-border-fg cyan +set -g pane-active-border-bg blue + # 状态栏 set -g status-bg blue set -g status-fg white