IDEA 2017.1 Community Edition + Dracula Theme + JSP/JS files are in white background
Answered
Hello,
I have been using IntelliJ IDEA Community Edition and updated it from v2016.3.4 to v2017.1 recently.
I am using Dracula theme as before but this time am seeing that the theme is not effective on the .jsp and .js files. Please see the image below. However .java, .xml, .json, .css, etc. are continuing to have the correct theme applied.
So, I am not sure if it is a bug or an intended change.
Shifting from .java to .jsp files is hard on eyes now (changing from dark background to a file in total white background).
Is there a setting that I can set to have it working as in the earlier versions?
Thanks,
Uresh

Please sign in to leave a comment.
Try to reset to the default colors & fonts scheme.
Thanks Serge for your reply.
Is it the one under Settings -> Editor -> Colors & Fonts? I found "Reset" on the top right of the settings window. I tried it but no change. It is still showing the .jsp/.js in white background.
Please let me know if it is not the right one.
The issue cannot be reproduced with the default code style scheme and the clean 2017.1 installation:
Most likely, you have customized the file types or imported some third-party code style previously which is based on the Default scheme instead of Darcula theme.
If you still can't find what's wrong, delete IDE config folder to start with the defaults (https://intellij-support.jetbrains.com/hc/articles/206544519).
Thanks Serge. Deleting the IDE config folder helped.
You are probably right about the third party plugin but I do not recall which one would that be. Anyway, I deleted the config and it worked.
Thanks for the help.