From baaa9a8078d21319e5f49781ed3949d8168d7d19 Mon Sep 17 00:00:00 2001 From: tlhc Date: Mon, 5 Oct 2020 20:27:24 +0800 Subject: [PATCH] change color for window selection --- .tmux.conf.local | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tmux.conf.local b/.tmux.conf.local index 12e4702..cf598ef 100644 --- a/.tmux.conf.local +++ b/.tmux.conf.local @@ -86,8 +86,8 @@ tmux_conf_theme_message_command_attr='none' # window modes style tmux_conf_theme_mode_fg='#000000' # black -tmux_conf_theme_mode_bg='#ffff00' # yellow -tmux_conf_theme_mode_attr='bold' +tmux_conf_theme_mode_bg='#8a8a8a' # white +tmux_conf_theme_mode_attr='none' # status line style tmux_conf_theme_status_fg='#8a8a8a' # light gray