AdamCaviness/vs-code-theme-monokai-dark-soda

Colors not working in .ipynb file

tjgeorgen-zz opened this issue · 2 comments

When I open a Jupyter Notebook .ipynb file, the color theme doesn't get applied like it does with a normal .py file.

This is my favorite color theme. Thanks!

Thank you for this feedback. I'd love to correct this but I'm short on available time. Would you consider submitting a pull request that corrects it? If you are unable I'll get to it when I can.

you can make an association in your settings.json file

"files.associations": {
        "*.ipynb": "json"
    }