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.
1 parent d6d974e commit e64cfaeCopy full SHA for e64cfae
sv_ttk/sv.tcl
@@ -52,9 +52,9 @@ proc config_menus {w} {
52
-borderwidth 1 \
53
-activeborderwidth 0 \
54
-background "#e7e7e7" \
55
- -activebackground $ttk::theme::sv_dark::colors(-selbg) \
56
- -activeforeground $ttk::theme::sv_dark::colors(-selfg) \
57
- -selectcolor $ttk::theme::sv_dark::colors(-selfg)
+ -activebackground $ttk::theme::sv_light::colors(-selbg) \
+ -activeforeground $ttk::theme::sv_light::colors(-selfg) \
+ -selectcolor $ttk::theme::sv_light::colors(-selfg)
58
}
59
60
if {[[winfo toplevel $w] cget -menu] != $w} {
0 commit comments