Skip to content

Commit 62aed98

Browse files
committed
Merge branch 'st/selected-text-colors'
Set colors for selected text properly. * st/selected-text-colors: git-gui: Fix selected text colors
2 parents 796f652 + 4d22c05 commit 62aed98

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lib/themed.tcl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@ namespace eval color {
3434
}
3535
add_option *Text.Background $text_bg
3636
add_option *Text.Foreground $text_fg
37-
add_option *Text.HighlightBackground $base_bg
38-
add_option *Text.HighlightColor $select_bg
37+
add_option *Text.selectBackground $select_bg
38+
add_option *Text.selectForeground $select_fg
39+
add_option *Text.inactiveSelectBackground $select_bg
40+
add_option *Text.inactiveSelectForeground $select_fg
3941
}
4042
}
4143

0 commit comments

Comments
 (0)