parent
77eec7b792
commit
d421f1b0dd
|
@ -963,7 +963,7 @@ tab_title_template "{bell_symbol}{fmt.fg.cyan}[{index}] {activity_symbol}{fmt.fg
|
||||||
#: prepended to it.
|
#: prepended to it.
|
||||||
|
|
||||||
# active_tab_title_template none
|
# active_tab_title_template none
|
||||||
active_tab_title_template "{bell_symbol}{fmt.fg.white}[{index}] {activity_symbol}{fmt.fg.tab}{title[title.rfind('/')+1:]}"
|
active_tab_title_template "{bell_symbol}{fmt.fg.cyan}[{index}] {activity_symbol}{fmt.fg.tab}{title[title.rfind('/')+1:]}"
|
||||||
|
|
||||||
#: Template to use for active tabs. If not specified falls back to
|
#: Template to use for active tabs. If not specified falls back to
|
||||||
#: tab_title_template.
|
#: tab_title_template.
|
||||||
|
@ -973,7 +973,7 @@ active_tab_background #586e75
|
||||||
active_tab_font_style normal
|
active_tab_font_style normal
|
||||||
|
|
||||||
inactive_tab_foreground #586e75
|
inactive_tab_foreground #586e75
|
||||||
inactive_tab_background #073642
|
inactive_tab_background #002b36
|
||||||
inactive_tab_font_style normal
|
inactive_tab_font_style normal
|
||||||
|
|
||||||
#: Tab bar colors and styles.
|
#: Tab bar colors and styles.
|
||||||
|
|
Loading…
Reference in New Issue