aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-07-15 23:44:32 -0400
committerhistoria <[not public]>2026-07-15 23:44:32 -0400
commitecf4c872bb33381abc065f1816e204befcde610c (patch)
tree65e08a55bd577fcba6d714a13124b4912443be08 /README.md
parent1068432d94252b9b4dec447e424f85f712fa16c2 (diff)
downloadxterm256-color-palette-ecf4c872bb33381abc065f1816e204befcde610c.tar.gz
initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md27
1 files changed, 24 insertions, 3 deletions
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
+`<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