From b9bee7b4726b46243504bbdee895a2038b6ea6bc Mon Sep 17 00:00:00 2001 From: Cuptain Date: Fri, 21 Jun 2024 01:02:22 +1000 Subject: [PATCH] more theme changes --- Main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Main.py b/Main.py index 901c328..d470e1d 100644 --- a/Main.py +++ b/Main.py @@ -52,6 +52,7 @@ def main(): app = CTk() app.title("FamilyCraft Launcher") set_appearance_mode("dark") + set_default_color_theme("green") # Tabs to seperate options from launching the game guitabs = CTkTabview(master=app)