Coulr is a color box to help developers and designers. Currently, it allows to:
- convert RGB color to its Hexadecimal value and vice versa
- copy selected color
- select a color from your screen with the color picker
Coulr is available as a flatpak package.
You can also install it by using the following command-line:
flatpak install flathub com.github.huluti.Coulr
Build and install by running:
git clone https://github.com/Huluti/Coulr.git
cd Coulr
meson _build
cd _build
ninja
sudo ninja install
The app can then be removed with:
sudo ninja uninstall
Coulr uses open-source projects to work properly:
Do you like the app? Would you like to support its development? Feel free to donate.
This project is under MIT licence... so do what you want with it :)