Mark another nullable color
This commit is contained in:
parent
c06a03ab96
commit
0c1a7347db
@ -17,7 +17,7 @@ if TYPE_CHECKING:
|
|||||||
from kitty.cli_stub import SetColorsRCOptions as CLIOptions
|
from kitty.cli_stub import SetColorsRCOptions as CLIOptions
|
||||||
|
|
||||||
|
|
||||||
nullable_colors = ('cursor', 'cursor_text_color', 'tab_bar_background', 'tab_bar_margin_color', 'selection_foreground')
|
nullable_colors = ('cursor', 'cursor_text_color', 'tab_bar_background', 'tab_bar_margin_color', 'selection_foreground', 'active_border_color')
|
||||||
|
|
||||||
|
|
||||||
def parse_colors(args: Iterable[str]) -> Dict[str, Optional[int]]:
|
def parse_colors(args: Iterable[str]) -> Dict[str, Optional[int]]:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user