Helper for searching individual colors in your terminal
The idea came after visiting the site with palettes and I thought there were so many uniform and uninteresting palettes that I decided to create a tool that would give much more individual colors based on computer randomness.
Install the necessary dependencies
sudo apt install libcairo2-dev libfreetype-devor
git clone https://github.com/aprogramq/color-hunter.git && \
sudo apt install gcc curl unzip xxd && \
cd color-hunter && bun i && bun run build.ts- Implement palette export in all possible developer formats
- Make the binary fully independent
- Adapt for the terminal inside the IDE
- Improve the color generator, similar to coolors.co
Welcome any comments and fix bugs in my code.