ColorConvert icon indicating copy to clipboard operation
ColorConvert copied to clipboard

A Sublime Text 2 plugin that converts CSS colors from hex to rgb and back

Results 8 ColorConvert issues
Sort by recently updated
recently updated
newest added

This would be a really useful feature to add, and shouldn't be too hard.

For instance, when converted back to HEX it gets lower-cased. So: ```css { "color-case": "upper" } ```

Please, update description of your plugin. ColorConvert work in Sublime Text 3 too, not only in Sublime Text 2. ![Sublime Text 2](http://i.imgur.com/ATGQLZW.png) People may think that your plugin only for...

The problem is: I have to select completely the color for then execute the key binding. I could see in other plugins like "Hex-to-RGBA" that staying the cursor over the...

# Steps to Reproduces 1) Select multiple hex values (`^D` for `Quick Add Next`) 2) Run CSS Color Converter (`⌘⇧C`) # Expected Result 1) Each color is now the appropriate...

If alpha value contains two-digit fractional part, eg 0.55, converting don't work. Due to this if convert eg rgba(159, 205, 0, 0.75) to hsla(73.5, 100.0%, 40.2%, 0.75) and delete 5...

bug

I mainly use hex codes out of habit, but sometimes, I need to switch over to RGB for transparency, etc. Would it be possible to have a "convert all" options...

enhancement