neodisk17/vscode-ext-flutter-color-viewer

Support for colors in manifest.json as well

Closed this issue · 5 comments

MewX commented

There are colors defined like this:

    "background_color": "#0175C2",
    "theme_color": "#0175C2"

Thank you so much for your feedback. we have added this feature on our latest version 0.1.0.

Hi,
Does this require configuration? is not working for me out of the box.
image

MewX commented

Colors in json never worked for me though.

Hi @MewX & @Marcelovv2 ,
Thank you for your reply
I have found out that, I have missed the activation event in the plugin, due to which the plugin was not working. I have fixed it and updated the plugin.

Please let me know if it's still not working for you

@nileshchavan0611
Awesome! It's working now.