From 4ce423dee11ecb9c53a48f7c4961763f78497d09 Mon Sep 17 00:00:00 2001 From: Jongkuk Lim Date: Tue, 18 Aug 2020 12:23:46 +0900 Subject: [PATCH] Use hightlighted pane --- .tmux.conf.local | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.tmux.conf.local b/.tmux.conf.local index 53b94c7..0386ae3 100644 --- a/.tmux.conf.local +++ b/.tmux.conf.local @@ -46,16 +46,16 @@ tmux_conf_theme_24b_colour=false # window style tmux_conf_theme_window_fg='default' -tmux_conf_theme_window_bg='default' +tmux_conf_theme_window_bg='#101010' # Slightly bright # highlight focused pane (tmux >= 2.1), possible values are: # - true # - false (default) -tmux_conf_theme_highlight_focused_pane=false +tmux_conf_theme_highlight_focused_pane=true # focused pane colours: tmux_conf_theme_focused_pane_fg='default' -tmux_conf_theme_focused_pane_bg='#0087d7' # light blue +tmux_conf_theme_focused_pane_bg='#000000' # Black # pane border style, possible values are: # - thin (default) @@ -64,11 +64,11 @@ tmux_conf_theme_pane_border_style=thin # pane borders colours: tmux_conf_theme_pane_border='#444444' # gray -tmux_conf_theme_pane_active_border='#00afff' # light blue +tmux_conf_theme_pane_active_border='#992222' # light red # pane indicator colours tmux_conf_theme_pane_indicator='#00afff' # light blue -tmux_conf_theme_pane_active_indicator='#00afff' # light blue +tmux_conf_theme_pane_active_indicator='#992222' # light red # status line style tmux_conf_theme_message_fg='#000000' # black