/Coolor

Convient in use color picker

Primary LanguageCMIT LicenseMIT

Coolor

Convenient in use color picker

Installation

  • git clone branch of version 1.0
  • run installation script with sudo permission
git clone --single-branch --branch 1.0 https://github.com/J-c0B/Coolor.git
cd Coolor
sudo ./install.sh

Usage

Coolor was made to provide quick preview of colors represented in hexadecimal or decimal color notation.

Examples :

  • hexadecimal
coolor --hex 43afbc
  • decimal
coolor --dec 067176188

Uninstall

  • run uninstall script with sudo permission
  • remove the Coolor directory
sudo ./uninstall.sh
cd ..
rm -R Coolor