theme chnages

This commit is contained in:
TomSchimansky
2022-11-27 21:33:12 +01:00
parent 596b017992
commit 1424eeac6c
4 changed files with 8 additions and 7 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("dark-blue") # Themes: "blue" (standard), "green", "dark-blue"
customtkinter.set_default_color_theme("blue") # Themes: "blue" (standard), "green", "dark-blue"
app = customtkinter.CTk()
app.geometry("1100x900")