https://github.com/beinsezii/collurgy
A simple cross-platform theme creation tool centering around the idea of a Uniform Color Space (UCS) for pleasant hue/chroma distributions.
https://github.com/beinsezii/collurgy
cielab colorscheme colorscheme-generator dunst dwarf-fortress i3wm jzazbz kitty-terminal neovim oklab swaywm ucs vim xresources
Last synced: about 1 month ago
JSON representation
A simple cross-platform theme creation tool centering around the idea of a Uniform Color Space (UCS) for pleasant hue/chroma distributions.
- Host: GitHub
- URL: https://github.com/beinsezii/collurgy
- Owner: Beinsezii
- License: gpl-3.0
- Created: 2023-09-27T03:56:38.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-04T04:15:41.000Z (almost 2 years ago)
- Last Synced: 2025-05-27T03:57:15.605Z (about 1 year ago)
- Topics: cielab, colorscheme, colorscheme-generator, dunst, dwarf-fortress, i3wm, jzazbz, kitty-terminal, neovim, oklab, swaywm, ucs, vim, xresources
- Language: Rust
- Homepage:
- Size: 496 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Collurgy
A simple cross-platform theme creation tool centering around the idea of a Uniform Color Space (UCS) for pleasant hue/chroma distributions.

## Features
* Linux, Windows, MacOS
* Many color spaces: CIE Lab, Oklab, JzAzBz, HSV
* Many [built-in exporters](./builtins/)
* Dunst
* Dwarf Fortress
* i3/SwayWM
* Kitty
* PPM Image
* [Neo]Vim
* XResources
* Write your own [custom exporters](./exporters/bsz-i3-blocklets.toml)
* Save and load [presets](./examples/) in TOML/JSON format
## Installation
Either download a binary for your platform of choice from the [Master Release Action](https://github.com/Beinsezii/collurgy/actions/workflows/build_release_master.yml) or install with Cargo
```bash
cargo install --git https://github.com/Beinsezii/collurgy.git
```