blob: 88b063b09d93e4a457e317aea31274228e682d15 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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
`<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://git.historia.vg/git/xterm256-color-palette
cd xterm256-color-palette
go build -o xtp .
./xtp
```
## License
MIT
|