Skip to content

Commit 063cf24

Browse files
committed
add cursor_trail_color to nullable_colors and all_color_settings
1 parent 7738c55 commit 063cf24

File tree

5 files changed

+21
-19
lines changed

5 files changed

+21
-19
lines changed

kitty/options/parse.py

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

kitty/options/to-c-generated.h

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

kitty/options/types.py

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/cmd/at/set_colors.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ var nullable_colors = map[string]bool{
1818
"active_border_color": true,
1919
"cursor": true,
2020
"cursor_text_color": true,
21+
"cursor_trail_color": true,
2122
"selection_background": true,
2223
"selection_foreground": true,
2324
"tab_bar_background": true,

tools/themes/collection.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ var AllColorSettingNames = map[string]bool{ // {{{
298298
"color99": true,
299299
"cursor": true,
300300
"cursor_text_color": true,
301+
"cursor_trail_color": true,
301302
"foreground": true,
302303
"inactive_border_color": true,
303304
"inactive_tab_background": true,

0 commit comments

Comments
 (0)