mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-17 14:04:52 +02:00
add cursor_trail_color to nullable_colors and all_color_settings
This commit is contained in:
@@ -18,6 +18,7 @@ var nullable_colors = map[string]bool{
|
||||
"active_border_color": true,
|
||||
"cursor": true,
|
||||
"cursor_text_color": true,
|
||||
"cursor_trail_color": true,
|
||||
"selection_background": true,
|
||||
"selection_foreground": true,
|
||||
"tab_bar_background": true,
|
||||
|
||||
@@ -298,6 +298,7 @@ var AllColorSettingNames = map[string]bool{ // {{{
|
||||
"color99": true,
|
||||
"cursor": true,
|
||||
"cursor_text_color": true,
|
||||
"cursor_trail_color": true,
|
||||
"foreground": true,
|
||||
"inactive_border_color": true,
|
||||
"inactive_tab_background": true,
|
||||
|
||||
Reference in New Issue
Block a user