Merge remote-tracking branch 'origin/master'

# Conflicts:
#	examples/complex_example.py
This commit is contained in:
TomSchimansky
2022-03-13 01:37:22 +01:00
22 changed files with 79 additions and 115 deletions

View File

@ -4,7 +4,7 @@ import customtkinter
import sys
customtkinter.set_appearance_mode("System") # 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):