mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-19 23:14:55 +02:00
Use a faster implementation of the Color type
Now implemented in C
This commit is contained in:
@@ -9,7 +9,8 @@ from typing import (
|
||||
Sequence, Set, Tuple, TypeVar, Union, Generic
|
||||
)
|
||||
|
||||
from ..rgb import Color, to_color as as_color
|
||||
from ..rgb import to_color as as_color
|
||||
from ..fast_data_types import Color
|
||||
from ..types import ConvertibleToNumbers, ParsedShortcut
|
||||
from ..typing import Protocol
|
||||
from ..utils import expandvars, log_error
|
||||
|
||||
Reference in New Issue
Block a user