example fix

This commit is contained in:
Tom Schimansky 2022-03-02 01:02:49 +01:00
parent d0592340a6
commit eab428f9ef

View File

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