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