diff options
| author | historia <[not public]> | 2026-07-15 23:44:32 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-15 23:44:32 -0400 |
| commit | ecf4c872bb33381abc065f1816e204befcde610c (patch) | |
| tree | 65e08a55bd577fcba6d714a13124b4912443be08 /README.md | |
| parent | 1068432d94252b9b4dec447e424f85f712fa16c2 (diff) | |
| download | xterm256-color-palette-ecf4c872bb33381abc065f1816e204befcde610c.tar.gz | |
initial commit
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 |
