mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-21 14:46:28 +00:00
Fix #2429
This commit is contained in:
parent
ba4e711715
commit
60995ff04b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue