Sub: update kitty tab color

Body:

==== End ====
This commit is contained in:
Soundwave 2022-11-02 13:31:09 +08:00
parent 77eec7b792
commit d421f1b0dd
1 changed files with 2 additions and 2 deletions

View File

@ -963,7 +963,7 @@ tab_title_template "{bell_symbol}{fmt.fg.cyan}[{index}] {activity_symbol}{fmt.fg
#: prepended to it.
# 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
#: tab_title_template.
@ -973,7 +973,7 @@ active_tab_background #586e75
active_tab_font_style normal
inactive_tab_foreground #586e75
inactive_tab_background #073642
inactive_tab_background #002b36
inactive_tab_font_style normal
#: Tab bar colors and styles.