From dc9eefe0505f165ff8cab5448fd22c7d4b9f6454 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 24 Sep 2024 19:17:27 +0530 Subject: [PATCH] ... --- kitty/window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/window.py b/kitty/window.py index d8a241677..291b3c21a 100644 --- a/kitty/window.py +++ b/kitty/window.py @@ -805,7 +805,7 @@ class Window: return tab.overlay_parent(self) @property - def current_colors(self) -> dict[str, int | tuple[tuple[Color, float], ...] | None]: + def current_colors(self) -> dict[str, Optional[int | tuple[tuple[Color, float], ...]]]: return self.screen.color_profile.as_dict() @property