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-dev xselor
git clone https://github.com/aprogramq/color-hunter.git && \
sudo apt install gcc curl unzip xxd && \
cd color-hunter && bun i && bun run build.tsWelcome any comments and fix bugs in my code.