added different default color themes

This commit is contained in:
Tom Schimansky
2022-01-08 00:29:53 +01:00
parent 2fa7a519ea
commit daf64a12b4
16 changed files with 142 additions and 105 deletions

View File

@ -5,6 +5,7 @@ from PIL import Image, ImageTk
import os
customtkinter.set_appearance_mode("Dark") # Other: "Light", "System"
customtkinter.set_default_color_theme("blue") # Themes: "blue" (standard), "green", "dark-blue"
PATH = os.path.dirname(os.path.realpath(__file__))