From 23649e753a91778b5effd762161b8f08afa5c074 Mon Sep 17 00:00:00 2001 From: rdbende Date: Sun, 4 Dec 2022 14:55:03 +0100 Subject: [PATCH] Should use it on Windows too --- sv.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sv.tcl b/sv.tcl index 0a1679f..b77704f 100644 --- a/sv.tcl +++ b/sv.tcl @@ -22,7 +22,7 @@ proc config_input_font {w} { } proc config_menus {w} { - if {[tk windowingsystem] == "x11"} { + if {[tk windowingsystem] != "aqua"} { set theme [ttk::style theme use] if {$theme == "sun-valley-dark"} { $w configure \