A color generator TUI application made with ratatui
Find a file
Berk Efe Keskin caafbd0126
Merge pull request #3 from HrachMD/main
Monochromatic, Shadows and Lights
2025-12-21 15:56:07 +03:00
src fix: refinement to gen professional grade colors line 2025-12-13 17:56:01 -05:00
.gitignore edit gitignore 2025-08-15 11:41:56 +03:00
Cargo.lock fix: cleanup 2025-12-10 08:00:03 -05:00
Cargo.toml rice up README, set crate name 2025-12-09 09:31:32 +01:00
demo.gif rice up README, set crate name 2025-12-09 09:31:32 +01:00
demo.tape rice up README, set crate name 2025-12-09 09:31:32 +01:00
README.md rice up README, set crate name 2025-12-09 09:31:32 +01:00

terminal-palette

Generate and pick color palettes from the terminal. Think coolors as a TUI app.

Showcasing terminal-palette

Installation

cargo install terminal-palette

Keybinds

Main view

Action Key(s)
Quit q
Move selection /
Add a color block (max 9) a
Delete selected block (min 3) d
Open theory selector x
Open edit-hex dialog z
Toggle lock on selected block l
Copy selected block HEX c
Toggle lock for block N Alt+19
Generate colors (current theory) Space

Theory selector (popup)

Action Key(s)
Close selector x / q / Esc
Select first
Select last
Move selection /
Apply Enter / Space

Edit color (hex input)

Action Key(s)
Cancel z / q
Delete last Backspace
Clear field (currently broken) Ctrl+Backspace
Apply Enter