Skip to content

Commit e64cfae

Browse files
authored
Fix some colors in dark mode (patch received via email) (#134)
1 parent d6d974e commit e64cfae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sv_ttk/sv.tcl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ proc config_menus {w} {
5252
-borderwidth 1 \
5353
-activeborderwidth 0 \
5454
-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)
55+
-activebackground $ttk::theme::sv_light::colors(-selbg) \
56+
-activeforeground $ttk::theme::sv_light::colors(-selfg) \
57+
-selectcolor $ttk::theme::sv_light::colors(-selfg)
5858
}
5959

6060
if {[[winfo toplevel $w] cget -menu] != $w} {

0 commit comments

Comments
 (0)