# xterm265-color-palette 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://git.historia.vg/git/xterm256-color-palette cd xterm256-color-palette go build -o xtp . ./xtp ``` ## License MIT