version 3.0

This commit is contained in:
Tom Schimansky
2022-03-02 01:01:14 +01:00
parent 9ed461e04c
commit d0592340a6
4 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ import customtkinter
import sys
customtkinter.set_appearance_mode("Light") # Modes: "System" (standard), "Dark", "Light"
customtkinter.set_default_color_theme("dark-blue") # Themes: "blue" (standard), "green", "dark-blue"
customtkinter.set_default_color_theme("blue") # Themes: "blue" (standard), "green", "dark-blue"
class App(customtkinter.CTk):