From b993d99a37620bc2553990347303401600bd398e Mon Sep 17 00:00:00 2001 From: shaoying Date: Sun, 5 Apr 2020 15:56:09 +0800 Subject: [PATCH] add miss --- etc/conf/tmux.conf | 5 +++++ 1 file changed, 5 insertions(+) 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