changed example

This commit is contained in:
TomSchimansky 2022-02-18 14:41:49 +01:00
parent 7b32be8c76
commit 9edb25d6c4

View File

@ -3,7 +3,7 @@ import tkinter.messagebox
import customtkinter
import sys
customtkinter.set_appearance_mode("System") # Modes: "System" (standard), "Dark", "Light"
customtkinter.set_appearance_mode("Light") # Modes: "System" (standard), "Dark", "Light"
customtkinter.set_default_color_theme("dark-blue") # Themes: "blue" (standard), "green", "dark-blue"