# -- windows & pane creation --------------------------------------------------- # new window retains current path, possible values are: # - true # - false (default) tmux_conf_new_window_retain_current_path=false # new pane retains current path, possible values are: # - true (default) # - false tmux_conf_new_pane_retain_current_path=true # new pane tries to reconnect ssh sessions (experimental), possible values are: # - true # - false (default) tmux_conf_new_pane_reconnect_ssh=false # prompt for session name when creating a new session, possible values are: # - true # - false (default) tmux_conf_new_session_prompt=true # -- display ------------------------------------------------------------------- # RGB 24-bit colour support (tmux >= 2.2), possible values are: # - true # - false (default) tmux_conf_theme_24b_colour=true # window style tmux_conf_theme_window_fg='default' tmux_conf_theme_window_bg='default' # highlight focused pane (tmux >= 2.1), possible values are: # - true # - false (default) tmux_conf_theme_highlight_focused_pane=true # focused pane colours: #tmux_conf_theme_focused_pane_fg='default' tmux_conf_theme_focused_pane_bg='#191919' # light blue # pane border style, possible values are: # - thin (default) # - fat 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 # pane indicator colours tmux_conf_theme_pane_indicator='#00afff' # light blue tmux_conf_theme_pane_active_indicator='#cb4b16' # orange # status line style tmux_conf_theme_message_fg='#171717' # black tmux_conf_theme_message_bg='#cb4b16' # orange tmux_conf_theme_message_attr='bold' # status line command style ( : Escape) tmux_conf_theme_message_command_fg='#cb4b16' # orange tmux_conf_theme_message_command_bg='#222222' # black tmux_conf_theme_message_command_attr='bold' # window modes style tmux_conf_theme_mode_fg='#222222' # black tmux_conf_theme_mode_bg='#cb4b16' # orange tmux_conf_theme_mode_attr='bold' # status line style'#2aa198' '#cb4b16' tmux_conf_theme_status_fg='#2aa198' # light gray tmux_conf_theme_status_bg='#222222' # dark gray tmux_conf_theme_status_attr='none' # terminal title # - built-in variables are: # - #{circled_window_index} # - #{circled_session_name} # - #{hostname} # - #{hostname_ssh} # - #{username} # - #{username_ssh} tmux_conf_theme_terminal_title='#h ❐ #S ● #I #W' # window status style # - built-in variables are: # - #{circled_window_index} # - #{circled_session_name} # - #{hostname} # - #{hostname_ssh} # - #{username} # - #{username_ssh} tmux_conf_theme_window_status_fg='#cb4b16' # light gray tmux_conf_theme_window_status_bg='#222222' # dark gray tmux_conf_theme_window_status_attr='none' tmux_conf_theme_window_status_format='#I:#W #F' #tmux_conf_theme_window_status_format='#{circled_window_index} #W' #tmux_conf_theme_window_status_format='#I #W#{?window_bell_flag,