AtomMaterialUI / color-highlighter

JetBrains plugin to preview colors directly from within the code.
MIT License
40 stars 23 forks source link

Support for ARGB #156

Closed npateras closed 2 weeks ago

npateras commented 2 weeks ago

Is your feature request related to a problem? Please describe. The plugin is missing support for ARGB colors.

Describe the solution you'd like Adding support for ARGB colors.

Describe alternatives you've considered There aren't really many alternatives since Flutter uses mostly ARGB.

Additional context I think adding support for ARGB is a great way to support most Flutter since ARGB is widely used.

Proof of wrong color preview

image
npateras commented 2 weeks ago

Actually just saw https://github.com/mallowigi/color-highlighter/issues/46. Closing...