Use hightlighted pane
This commit is contained in:
parent
d6f0f647dd
commit
4ce423dee1
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue