Also get the current fg/bg colors to render text with

This commit is contained in:
Kovid Goyal
2024-05-08 08:40:30 +05:30
parent b6e92dd79d
commit af9f205ec4
3 changed files with 58 additions and 16 deletions

View File

@@ -728,6 +728,7 @@ class Color:
class ColorProfile:
default_fg: int
default_bg: int
def as_dict(self) -> Dict[str, Optional[int]]: