This commit is contained in:
Kovid Goyal 2024-09-24 19:17:27 +05:30
parent c1fb18a6ef
commit dc9eefe050
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -805,7 +805,7 @@ def overlay_parent(self) -> Optional['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