An open API service indexing awesome lists of open source software.

https://github.com/xi/xiwal

Generate terminal color schemes
https://github.com/xi/xiwal

colorscheme colorscheme-generator terminal wal

Last synced: 7 months ago
JSON representation

Generate terminal color schemes

Awesome Lists containing this project

README

        

xiwal


Generate terminal color schemes.

Xiwal is a tool that generates color schemes from colors. The colors can either
be specified directly or extracted from an image.

It is massively inspired by [pywal](https://github.com/dylanaraps/pywal), but
it also has some important differences:

- Xiwal focusses on terminal color schemes. There is no integration with gtk,
i3, polybar, etc.
- The colors are reordered to match the traditional "red, green, yellow,
blue, purple, cyan" structure as close as possible.
- All generated color schemes use the same CIE Lab lightness levels. They are
based on my personal experience/taste.
- Since red and green are important signal colors (e.g. in diffs), their
saturation is increased.