Metadata-Version: 2.1
Name: sv_ttk_colorizer
Version: 1.3.2
Summary: A module for changing the accent color of @rdbende's Sun Valley ttk theme.
Home-page: https://github.com/Valer100/Sun-Valley-Theme-Colorizer
Author: Valer100
License: MIT
Project-URL: Source, https://github.com/Valer100/Sun-Valley-Theme-Colorizer
Project-URL: Issues, https://github.com/Valer100/Sun-Valley-Theme-Colorizer/issues
Keywords: sv-ttk,sv-ttk-colorizer,sv-ttk-c,sv_ttk_colorizer,sv_ttk_c,theme,tk,ttk,tkinter,modern,fluent,dark-theme,sun-valley,windows-11,winui
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: User Interfaces
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

<div align="center">
  <img width=700 src="https://github.com/Valer100/Sun-Valley-Theme-Colorizer/blob/main/screenshots/image_hero_dark.png?raw=true"/>
</div>

# Sun Valley Theme Colorizer

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
<details>
  <summary>Windows</summary>
  <br>
  <img src="https://raw.githubusercontent.com/Valer100/Sun-Valley-Theme-Colorizer/main/screenshots/screenshot_dark_win.png"/>
  <br><br>
  <img src="https://raw.githubusercontent.com/Valer100/Sun-Valley-Theme-Colorizer/main/screenshots/screenshot_light_win.png"/>
</details>
<details>
  <summary>Linux</summary>
  <br>
  <img src="https://raw.githubusercontent.com/Valer100/Sun-Valley-Theme-Colorizer/main/screenshots/screenshot_dark_linux.png"/>
  <br><br>
  <img src="https://raw.githubusercontent.com/Valer100/Sun-Valley-Theme-Colorizer/main/screenshots/screenshot_light_linux.png"/>
</details>

## 📜 License (of this package)
[MIT](https://github.com/Valer100/Sun-Valley-Theme-Colorizer/blob/main/LICENSE)
