Respect tab_bar_background again

This commit is contained in:
Kovid Goyal 2020-03-26 00:41:19 +05:30
parent f9e86b19aa
commit d9d419991c
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -184,7 +184,7 @@ class TabBar:
s.color_profile.update_ansi_color_table(build_ansi_color_table(opts))
s.color_profile.set_configured_colors(
color_as_int(opts.inactive_tab_foreground),
color_as_int(opts.background)
color_as_int(opts.tab_bar_background or opts.background)
)
self.blank_rects: Tuple[Rect, ...] = ()
sep = opts.tab_separator