We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 796f652 + 4d22c05 commit 62aed98Copy full SHA for 62aed98
lib/themed.tcl
@@ -34,8 +34,10 @@ namespace eval color {
34
}
35
add_option *Text.Background $text_bg
36
add_option *Text.Foreground $text_fg
37
- add_option *Text.HighlightBackground $base_bg
38
- add_option *Text.HighlightColor $select_bg
+ add_option *Text.selectBackground $select_bg
+ add_option *Text.selectForeground $select_fg
39
+ add_option *Text.inactiveSelectBackground $select_bg
40
+ add_option *Text.inactiveSelectForeground $select_fg
41
42
43
0 commit comments