24 lines
637 B
Plaintext
24 lines
637 B
Plaintext
# Hide title bar
|
|
hide_window_decorations yes
|
|
tab_bar_min_tabs 2
|
|
|
|
# Tab bar options
|
|
tab_bar_edge top
|
|
tab_bar_align left
|
|
tab_bar_style slant
|
|
tab_bar_background #454545
|
|
tab_bar_margin_width 0
|
|
tab_bar_margin_height 2.5 2.5
|
|
|
|
# Tabs titles
|
|
tab_title_template " {index} {title}"
|
|
active_tab_title_template " {index} {title}"
|
|
|
|
# Tabs styles and colors
|
|
active_tab_font_style bold
|
|
active_tab_foreground #0969da
|
|
active_tab_background #e9e9ec
|
|
inactive_tab_font_style normal
|
|
inactive_tab_foreground #6172b0
|
|
inactive_tab_background #a8aecb
|