From ecf4c872bb33381abc065f1816e204befcde610c Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Wed, 15 Jul 2026 23:44:32 -0400 Subject: initial commit --- README.md | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index a9e56ce..fad4997 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,25 @@ -# xterm-color-chart -XTerm 256 color chart +# xterm265-color-palette -![alt text](https://raw.githubusercontent.com/kutuluk/xterm-color-chart/master/screenshot.png "screenshot") \ 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 +`` 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 -- cgit v1.2.3