changed Readme

This commit is contained in:
Tom Schimansky
2022-01-22 20:28:59 +01:00
parent 43a1c28947
commit 3d5ae07288
13 changed files with 64 additions and 61 deletions

View File

@ -3,7 +3,7 @@ import tkinter.messagebox
import customtkinter
import sys
customtkinter.set_appearance_mode("System") # Other: "Light", "Dark"
customtkinter.set_appearance_mode("System") # Modes: "System" (standard), "Dark", "Light"
customtkinter.set_default_color_theme("green") # Themes: "blue" (standard), "green", "dark-blue"