Custom Color Picker for OS X Color Panel.
This will download the picker and copy it to ~/Library/ColorPickers/
:
curl -L https://github.com/macoscope/DemoColorPicker/raw/assets/products/DemoColorPicker.tar.bz2 | tar xvz -C ~/Library/ColorPickers/
This will remove it:
rm -rf ~/Library/ColorPickers/DemoColorPicker.colorPicker/
Any app that uses Color Panel needs restart before the picker will appear on the list:
![Demo Color Picker] (https://raw.githubusercontent.com/macoscope/DemoColorPicker/assets/assets/color-picker-screenshot.png)