
Catppuccin for CustomTkinter
- Download the flavor of your choice from themes.
- In your Python file, put
customtkinter.set_default_color_theme("path/to/catppuccin-{flavor}-{accent}.json")(replacepath/towith the actual path and replace{flavor}with the flavor you chose and{accent}with the accent you chose). - Enjoy!
To override the font from generation time, add an override to the command like so: whiskers customtkinter.tera --overrides '{"font": {"size": 14}}'.
Available overrides:
- font
- size (default: 13)
- weight (default: normal)
- macos (default: SF Display)
- windows (default: Roboto)
- linux (default: Roboto)
- Q: "How do I change themes?"
A:customtkinter.set_appearance_mode("System") # Modes: "System" (standard), "Dark", "Light".
Copyright © 2021-present Catppuccin Org




