Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/valer100/sun-valley-theme-colorizer
A module for changing the accent color and applying some tweaks to @rdbende's Sun Valley ttk theme. Simple and easy to use.
https://github.com/valer100/sun-valley-theme-colorizer
awesome customization design fluent fluent-design python sun-valley sv-ttk sv-ttk-c sv-ttk-colorizer tk tkinter ttk tweaks ui windows11 winui3
Last synced: 18 days ago
JSON representation
A module for changing the accent color and applying some tweaks to @rdbende's Sun Valley ttk theme. Simple and easy to use.
- Host: GitHub
- URL: https://github.com/valer100/sun-valley-theme-colorizer
- Owner: Valer100
- License: mit
- Created: 2024-07-07T15:56:31.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-01-01T12:03:46.000Z (about 1 month ago)
- Last Synced: 2025-01-12T01:09:55.295Z (28 days ago)
- Topics: awesome, customization, design, fluent, fluent-design, python, sun-valley, sv-ttk, sv-ttk-c, sv-ttk-colorizer, tk, tkinter, ttk, tweaks, ui, windows11, winui3
- Language: Python
- Homepage: https://pypi.org/project/sv-ttk-colorizer/
- Size: 22.8 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
# Sun Valley Theme Colorizer
[![PyPI](https://img.shields.io/pypi/v/sv_ttk_colorizer)](https://pypi.org/project/sv_ttk_colorizer/)
[![Downloads](https://img.shields.io/pepy/dt/sv_ttk_colorizer)](https://pypi.org/project/sv_ttk_colorizer/)
[![Stars](https://img.shields.io/github/stars/Valer100/Sun-Valley-Theme-Colorizer?style=flat&color=yellow)]()
[![Contributors](https://img.shields.io/github/contributors/Valer100/Sun-Valley-Theme-Colorizer)](https://github.com/Valer100/Sun-Valley-Theme-Colorizer/graphs/contributors)
[![Last commit](https://img.shields.io/github/last-commit/Valer100/Sun-Valley-Theme-Colorizer)](https://github.com/Valer100/Sun-Valley-Theme-Colorizer/commits/main)
[![Commits since latest release](https://img.shields.io/github/commits-since/Valer100/Sun-Valley-Theme-Colorizer/latest)](https://github.com/Valer100/Sun-Valley-Theme-Colorizer/commits/main)
[![License](https://img.shields.io/github/license/Valer100/Sun-Valley-Theme-Colorizer)](https://github.com/Valer100/Sun-Valley-Theme-Colorizer/blob/main/LICENSE)This Python module allows you to change the accent color of [@rdbende](https://github.com/rdbende)'s [Sun Valley ttk theme](https://github.com/rdbende/Sun-Valley-ttk-theme) and to apply other tweaks and improvements without the need to manually download the theme from GitHub, change the hue of the spritesheet files and change some colors in the tcl files. This module does everything for you.
## 📦 How to install
Run this command in your terminal:
```
pip install sv_ttk_colorizer
```To launch the module, run this command in your terminal:
```
sv_ttk_colorizer
```... or even shorter:
```
sv_ttk_c
```If all the commands above didn't work, try this one (it looks like your Python installation's ```Scripts``` folder is not on your PATH):
```
python -m sv_ttk_colorizer
```## 📋 Requirements
- 🐍 Python 3.8 or newer (like the theme)## 🤔 What's this module doing?
At your choice, this package downloads the theme from GitHub or copies it from site-packages, then it changes the hue of the spritesheet images, changes some colors in ```light.tcl``` and ```dark.tcl``` and then it gives you the modified theme in a folder named ```sv_ttk``` that you have to move to the root folder of your project. You don't need to make any changes to your code.## 📸 Screenshots
Windows
![]()
Linux
![]()
## 📜 License (of this package)
[MIT](https://github.com/Valer100/Sun-Valley-Theme-Colorizer/blob/main/LICENSE)