This commit is contained in:
Kovid Goyal 2020-03-13 19:14:49 +05:30
parent ba4e711715
commit 60995ff04b
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -31,8 +31,8 @@ class DrawData(NamedTuple):
bell_fg: int
alpha: Sequence[float]
active_fg: Color
inactive_fg: Color
active_bg: Color
inactive_fg: Color
inactive_bg: Color
default_bg: Color
title_template: str