TheDutchCoder / ColorConvert

A Sublime Text 2 plugin that converts CSS colors from hex to rgb and back
MIT License
55 stars 6 forks source link

User settings? E.g., to set color case #28

Open englishextra opened 7 years ago

englishextra commented 7 years ago

For instance, when converted back to HEX it gets lower-cased.

So:

{
  "color-case": "upper"
}