https://github.com/mmuldo/palette-cleanser
abstracts color scheming from desktop configuration
https://github.com/mmuldo/palette-cleanser
color-scheme dotfiles palette python pywal template templates theme
Last synced: 7 months ago
JSON representation
abstracts color scheming from desktop configuration
- Host: GitHub
- URL: https://github.com/mmuldo/palette-cleanser
- Owner: mmuldo
- License: mit
- Created: 2021-08-03T03:34:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-28T21:56:35.000Z (about 4 years ago)
- Last Synced: 2025-03-06T00:07:33.864Z (8 months ago)
- Topics: color-scheme, dotfiles, palette, python, pywal, template, templates, theme
- Language: Python
- Homepage:
- Size: 5.23 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Palette Cleanser

We all know that refreshing sensation of setting our desktop applications to a
delicious color scheme such as [Dracula](https://draculatheme.com/) or
[Nord](https://www.nordtheme.com/). But even the tastiest of color schemes can
grow bland after awhile, leaving you craving a new flavor for your desktop apps.
Palette Cleanser provides a means for storing your configuration files as
templates and your color palettes as deployable desktop themes so that you can
avoid the hassle of manually editing hex codes when switching your
applications to a new color scheme.
# Requirements
Python 3.9+
## Dependencies
* Jinja2 3.0.1+
* numpy 1.21.1+
* pywal 3.3.0+
* PyYAML 5.4.1+
* tabulate 0.8.9+
* typer 0.3.2+
# Installation
Install Palette Cleanser with pip:
``` sh
$ pip install [--user] palettecleanser
```
# Documentation
Check out the [wiki](https://github.com/mmuldo/palette-cleanser/wiki) for detailed documentation.
# Quickstart
Create a template:
``` sh
$ pclean template create .config/alacritty/alacritty.yml
```
Create a theme:
``` sh
$ pclean theme generate --from-image path/to/image --name my-clean-theme
```
Deploy a theme:
``` sh
$ pclean theme deploy my-clean-theme --template .config/alacritty/alacritty.yml
```
# Licence
This project is licensed under the terms of the MIT Licence.