mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-25 17:52:02 +02:00
Fix #2429
This commit is contained in:
@@ -31,8 +31,8 @@ class DrawData(NamedTuple):
|
|||||||
bell_fg: int
|
bell_fg: int
|
||||||
alpha: Sequence[float]
|
alpha: Sequence[float]
|
||||||
active_fg: Color
|
active_fg: Color
|
||||||
inactive_fg: Color
|
|
||||||
active_bg: Color
|
active_bg: Color
|
||||||
|
inactive_fg: Color
|
||||||
inactive_bg: Color
|
inactive_bg: Color
|
||||||
default_bg: Color
|
default_bg: Color
|
||||||
title_template: str
|
title_template: str
|
||||||
|
|||||||
Reference in New Issue
Block a user