ColorPicker
ColorPicker copied to clipboard
Option to output rgb() instead of hex
Most people aren't great at base16. As a result, many of us use rgb(100, 100, 100) instead of #646464 when authoring our CSS.
It would be great if this plugin's output color format was configurable. This is related to #18, but doesn't have cross-platform color picker implications.
The workaround is to use Hex-to-RGB, but it doesn't have ST3 support: https://github.com/vitorleal/Hex-to-RGB/issues/2