Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
Generate terminal color schemes
- Host: GitHub
- URL: https://github.com/xi/xiwal
- Owner: xi
- License: mit
- Created: 2019-11-17T09:52:48.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-11-05T09:54:47.000Z (about 1 year ago)
- Last Synced: 2024-11-21T06:49:09.138Z (about 1 month ago)
- Topics: colorscheme, colorscheme-generator, terminal, wal
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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.