mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 00:38:10 +02:00
Also get the current fg/bg colors to render text with
This commit is contained in:
@@ -728,6 +728,7 @@ class Color:
|
||||
|
||||
class ColorProfile:
|
||||
|
||||
default_fg: int
|
||||
default_bg: int
|
||||
|
||||
def as_dict(self) -> Dict[str, Optional[int]]:
|
||||
|
||||
Reference in New Issue
Block a user