weslly / ColorPicker

Color picker for Sublime Text
http://weslly.github.io/ColorPicker
511 stars 108 forks source link

Option to output rgb() instead of hex #49

Open lazd opened 10 years ago

lazd commented 10 years ago

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.

lazd commented 10 years ago

The workaround is to use Hex-to-RGB, but it doesn't have ST3 support: https://github.com/vitorleal/Hex-to-RGB/issues/2