refined example_button_images.py

This commit is contained in:
TomSchimansky
2022-03-13 01:26:18 +01:00
parent 15ecf18449
commit 985771705c
2 changed files with 31 additions and 22 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("blue") # Themes: "blue" (standard), "green", "dark-blue"
customtkinter.set_default_color_theme("dark-blue") # Themes: "blue" (standard), "green", "dark-blue"
class App(customtkinter.CTk):