mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 02:31:45 +02:00
Keep the list of nullable colors up to date automatically
This commit is contained in:
@@ -18,8 +18,15 @@ if TYPE_CHECKING:
|
||||
|
||||
|
||||
nullable_colors = (
|
||||
'cursor', 'cursor_text_color', 'tab_bar_background', 'tab_bar_margin_color',
|
||||
'selection_foreground', 'selection_background', 'active_border_color'
|
||||
# NULLABLE_COLORS_START
|
||||
'active_border_color',
|
||||
'cursor',
|
||||
'cursor_text_color',
|
||||
'selection_background',
|
||||
'selection_foreground',
|
||||
'tab_bar_background',
|
||||
'tab_bar_margin_color',
|
||||
# NULLABLE_COLORS_END
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user