mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-09 13:45:26 +02:00
Add a new option tab_bar_background to specify a different color for the tab bar
Fixes #2198
This commit is contained in:
@@ -730,6 +730,7 @@ o('active_tab_font_style', 'bold-italic', option_type=tab_font_style)
|
||||
o('inactive_tab_foreground', '#444', option_type=to_color)
|
||||
o('inactive_tab_background', '#999', option_type=to_color)
|
||||
o('inactive_tab_font_style', 'normal', option_type=tab_font_style)
|
||||
o('tab_bar_background', 'none', option_type=to_color_or_none)
|
||||
|
||||
# }}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user