bbugh / vscode-change-color-format

VSCode extension that quickly transform selections to and from various color formats: #RRGGBB, hsl/a, rgb/a, color names, and more.
https://marketplace.visualstudio.com/items?itemName=bbugh.change-color-format
MIT License
6 stars 1 forks source link

Missing support for rgb(r g b / a%) format #65

Closed jonaskohl closed 11 months ago

jonaskohl commented 1 year ago

CSS Colors Level 4 adds support for space-separated values in the rgb color function: rgb(R G B[ / A]). This extension does not support this format yet, stating an "Unknown color format".

bbugh commented 11 months ago

Closing in favor of https://github.com/bbugh/vscode-change-color-format/issues/75

bbugh commented 11 months ago

Thanks for your interest @jonaskohl, feel free to PR for #75 if you're interested!