Respect tab_bar_background again
This commit is contained in:
parent
f9e86b19aa
commit
d9d419991c
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ def __init__(self, os_window_id: int, opts: Options):
|
|||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue