mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
updated Readme
This commit is contained in:
parent
37c1a1a2cb
commit
bd10b5612e
@ -56,7 +56,7 @@ If you specify custom colors for CustomTkinter elements, the you can either use
|
||||
tuple in the form: (light_color, dark_color). Or you can set a single color
|
||||
which will be used in light and dark theme.
|
||||
```python
|
||||
customtkinter.set_appearance_mode("Dark") # Other: "Light", "System" (only macOS)
|
||||
customtkinter.set_appearance_mode("Dark") # Other: "Light", "System"
|
||||
|
||||
button = customtkinter.CTkButton(master=root_tk,
|
||||
fg_color=("black", "lightgray"), # <- tuple color for light and dark theme
|
||||
|
Loading…
Reference in New Issue
Block a user