Skip to content

aprogramq/color-hunter

Repository files navigation

Helper for searching individual colors in your terminal

Idea

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.

Installation

Install the necessary dependencies

 sudo apt install libcairo2-dev libfreetype-dev

Check the realese page

or

Build from source code

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

Plan

  • 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

Contributing

Welcome any comments and fix bugs in my code.

About

Helper for searching individual colors in your terminal

Resources

License

Stars

Watchers

Forks

Packages

No packages published