mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-16 05:24:20 +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,
|
||||
|
||||
Reference in New Issue
Block a user