CustomTkinter themes that allow more themes to use for your application!
Explore the themes »
CustomTkinter Themes is a github repository that allows a greater customization of themes that allows you to have more control of your CustomTkinter application. To see all pictures of the different themes I developed go to here
To use the CustomTkinter themes I have developed download the theme file that you want and save it to your project!
- Download CustomTkinter
pip install customtkinter
- Use the theme you downloaded
customtkinter.set_default_color_theme("path/to/your/custom_theme.json")
You can use this repository for your own projects that use CustomTkinter python library. All that I ask is that you give me credit for all the themes except blue, dark-blue, and green themes.
Below is the orange color theme both in the dark and light color mode.
Below is the purple color theme both in the dark and light color mode.
Below is the red color theme both in the dark and light color mode.
Below is the teal color theme both in the dark and light color mode.
Below is the yellow color theme both in the dark and light color mode.
Below is the grey color theme both in the dark and light color mode.
If you would like to make your own theme or have an idea for a color of a theme please make issue with a enhancement tag or fork the project with your color theme!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingTheme
) - Commit your Changes (
git commit -m 'Add some AmazingTheme'
) - Push to the Branch (
git push origin feature/AmazingTheme
) - Open a Pull Request
Distributed under the MIT License. See MIT License for more information.
Your Name - mason.n.dinosaur@gmail.com
Project Link: https://github.com/Mason-Dino/CTk-themes