add cursor_trail_color to nullable_colors and all_color_settings

This commit is contained in:
Kovid Goyal
2025-07-19 07:03:13 +05:30
parent 7738c55c4b
commit 063cf243c1
5 changed files with 24 additions and 22 deletions

View File

@@ -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,