From d9d419991cf9645d7bf326774943ee5842ee1b29 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 26 Mar 2020 00:41:19 +0530 Subject: [PATCH] Respect tab_bar_background again --- kitty/tab_bar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/tab_bar.py b/kitty/tab_bar.py index 973dbc85f..fdd2d00df 100644 --- a/kitty/tab_bar.py +++ b/kitty/tab_bar.py @@ -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