1
0
Fork 0
mirror of synced 2024-05-27 12:21:10 -04:00

arrow style config

This commit is contained in:
Haneol Kim 2020-12-01 22:59:00 +09:00
parent e3960e5347
commit a957fe28dc

View file

@ -90,7 +90,7 @@ tmux_conf_theme_window_bg="default"
# highlight focused pane (tmux >= 2.1), possible values are: # highlight focused pane (tmux >= 2.1), possible values are:
# - true # - true
# - false (default) # - false (default)
tmux_conf_theme_highlight_focused_pane=false tmux_conf_theme_highlight_focused_pane=true
# focused pane colours: # focused pane colours:
tmux_conf_theme_focused_pane_bg="$tmux_conf_theme_colour_2" tmux_conf_theme_focused_pane_bg="$tmux_conf_theme_colour_2"
@ -184,14 +184,14 @@ tmux_conf_theme_window_status_last_bg="$tmux_conf_theme_colour_2"
tmux_conf_theme_window_status_last_attr="none" tmux_conf_theme_window_status_last_attr="none"
# status left/right sections separators # status left/right sections separators
tmux_conf_theme_left_separator_main="" #tmux_conf_theme_left_separator_main=""
tmux_conf_theme_left_separator_sub="|" #tmux_conf_theme_left_separator_sub="|"
tmux_conf_theme_right_separator_main="" #tmux_conf_theme_right_separator_main=""
tmux_conf_theme_right_separator_sub="|" #tmux_conf_theme_right_separator_sub="|"
#tmux_conf_theme_left_separator_main="\uE0B0" # /!\ you don't need to install Powerline tmux_conf_theme_left_separator_main="\uE0B0" # /!\ you don't need to install Powerline
#tmux_conf_theme_left_separator_sub="\uE0B1" # you only need fonts patched with tmux_conf_theme_left_separator_sub="\uE0B1" # you only need fonts patched with
#tmux_conf_theme_right_separator_main="\uE0B2" # Powerline symbols or the standalone tmux_conf_theme_right_separator_main="\uE0B2" # Powerline symbols or the standalone
#tmux_conf_theme_right_separator_sub="\uE0B3" # PowerlineSymbols.otf font, see README.md tmux_conf_theme_right_separator_sub="\uE0B3" # PowerlineSymbols.otf font, see README.md
# status left/right content: # status left/right content:
# - separate main sections with "|" # - separate main sections with "|"