updated green and dark-blue theme

This commit is contained in:
TomSchimansky
2022-03-06 23:30:20 +01:00
parent 7d774c9843
commit d4ffd986e0
3 changed files with 36 additions and 29 deletions

View File

@ -4,7 +4,7 @@ import customtkinter
import sys
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"
class App(customtkinter.CTk):