neodisk17 / vscode-ext-flutter-color-viewer

This project help you visualize the colors used in your project.
MIT License
12 stars 4 forks source link

Support for colors in manifest.json as well #6

Closed MewX closed 4 years ago

MewX commented 4 years ago

There are colors defined like this:

    "background_color": "#0175C2",
    "theme_color": "#0175C2"
circlecodesolution commented 4 years ago

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

Marcelovv2 commented 4 years ago

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

MewX commented 4 years ago

Colors in json never worked for me though.

nileshchavan0611 commented 4 years ago

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

Marcelovv2 commented 4 years ago

@nileshchavan0611 Awesome! It's working now.