jsaulou/vscode-theme-by-language

'Set theme for current file language' not working in VS Code 1.28.1

Closed this issue · 5 comments

Doesn't seem to work at all. I tried setting the theme for JSON files to 'Kimbie Dark', but nothing happens...

Hello, it is working for me with version 1.28.1.

Are you using the "Set theme for current file language" command or the standard Color Theme selector of VS Code?
You must use the "Set theme for current file language" command when using the extension and set the default theme to use using the command "Set default theme".

Yes, I was using Set theme for current file language on a JSON file... is there a way to see if there's any errors?

Can you look at the theme-by-language.themes section in your settings.json file?

Is there an entry for json or jsonc maybe?
If not, can you try adding an entry "json": "Kimbie Dark" and open a json file after?

Thanks for your help! I had another extension that was modifying workbench.colorTheme that seemed to cause some conflicts. Removed that and it works now!

My pleasure! I'm glad that it's working now. Hope you enjoy it!