This commit is contained in:
Kovid Goyal
2024-09-24 19:34:56 +05:30
parent dc9eefe050
commit 126fca0224

View File

@@ -805,7 +805,7 @@ class Window:
return tab.overlay_parent(self)
@property
def current_colors(self) -> dict[str, Optional[int | tuple[tuple[Color, float], ...]]]:
def current_colors(self) -> dict[str, Union[int, None, tuple[tuple[Color, float], ...]]]:
return self.screen.color_profile.as_dict()
@property