From 60995ff04b7fbe8cf784da43473fb0a4628891ef Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 13 Mar 2020 19:14:49 +0530 Subject: [PATCH] Fix #2429 --- 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 c98c049c7..1b111eaa0 100644 --- a/kitty/tab_bar.py +++ b/kitty/tab_bar.py @@ -31,8 +31,8 @@ class DrawData(NamedTuple): bell_fg: int alpha: Sequence[float] active_fg: Color - inactive_fg: Color active_bg: Color + inactive_fg: Color inactive_bg: Color default_bg: Color title_template: str