more theme changes

This commit is contained in:
Cuptain 2024-06-21 01:02:22 +10:00
parent 824189c2c3
commit b9bee7b472

View File

@ -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)