mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
...
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user