Repos / gorts / cbdd16579e
commit cbdd16579e49939c67ee8ebd2436768c3ff71c08
Author: Nhân <hi@imnhan.com>
Date:   Fri Jun 16 23:38:59 2023 +0700

    just use clam for now

diff --git a/tcl/main.tcl b/tcl/main.tcl
index 4692689..bafb957 100644
--- a/tcl/main.tcl
+++ b/tcl/main.tcl
@@ -3,14 +3,15 @@ package require Tk
 wm title . "Overly Repetitive Tedious Software (in Go)"
 tk appname gorts
 
-set OS [lindex $tcl_platform(os) 0]
-if {$OS == "Windows"} {
-    ttk::style theme use vista
-} elseif {$OS == "Darwin"} {
-    ttk::style theme use aqua
-} else {
-    ttk::style theme use clam
-}
+#set OS [lindex $tcl_platform(os) 0]
+#if {$OS == "Windows"} {
+    #ttk::style theme use vista
+#} elseif {$OS == "Darwin"} {
+    #ttk::style theme use aqua
+#} else {
+    #ttk::style theme use clam
+#}
+ttk::style theme use clam
 
 wm protocol . WM_DELETE_WINDOW {
     exit 0