mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
added different default color themes
This commit is contained in:
@ -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__))
|
||||
|
||||
|
Reference in New Issue
Block a user