diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 27 |
1 files changed, 24 insertions, 3 deletions
@@ -1,4 +1,25 @@ -# xterm-color-chart -XTerm 256 color chart +# xterm265-color-palette -
\ No newline at end of file +A TUI XTerm 256 color palette tool. This is just a small fork of [xterm-color-chart](https://github.com/kutuluk/xterm-color-chart) by Evgeniy Pavlov. + +Click on colors to select them and build a palette. +`h` to cycle harmony modes +`<Space>` to make a palette based on the first color +`e` to try to extend the palette with similar colors +`t` to toggle the 16 system colors as palette seeds/outputs (off by default; they depend on your terminal theme) +`q` to quit + +## Build + +Requires [Go](https://go.dev/). + +```sh +git clone https://codeberg.org/historia/xterm256-color-palette +cd xterm256-color-palette +go build -o xtp . +./xtp +``` + +## License + +MIT |
