changed theme files

This commit is contained in:
Tom Schimansky
2022-11-27 21:24:17 +01:00
parent f11caec099
commit 596b017992
2 changed files with 143 additions and 70 deletions

View File

@ -2,7 +2,7 @@ import tkinter
import customtkinter
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("dark-blue") # Themes: "blue" (standard), "green", "dark-blue"
app = customtkinter.CTk()
app.geometry("1100x900")