enyancc / vscode-ext-color-highlight

Extension adds colored border around css/web colors in the editor
GNU General Public License v3.0
263 stars 84 forks source link

Added support for Color.fromARGB (Flutter) #214

Open betossauro opened 2 months ago

betossauro commented 2 months ago

Previously when coding a Flutter project, the highlighter would use RGB from Color.fromARGB, highlighting a completely different color than intended. So I decided to change that and now it displays the color correctly.

Example:

image

betossauro commented 1 month ago

Hey @enyancc do you mind taking a look at this?