mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 14:46:03 +00:00
...
This commit is contained in:
parent
c1fb18a6ef
commit
dc9eefe050
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue