Colours Changing when Selecting SDK

Answered

I opened my IDEA Project and it asked me to select the SDK. After selecting it the colours changed. I have no clue how to bring them back to normal. I retried these steps and the same issue happened. Let's say I have 

BufferedOutputStream buf = new BufferedOutputStream(wutWut);


The BufferedOutPutStream part would be red, but it is now white for unknown reasons. 

0
4 comments

Did the indexing complete? Please attach the screenshot of the entire IDE window showing the problem. Any errors in idea.log? https://intellij-support.jetbrains.com/hc/articles/207241085.

0

As far as I see, it's the standard default color scheme.

If you want class names in a different color, you can change it here:

See also the settings for Class reference and Function call.

1
Avatar
Permanently deleted user

Thank you very much for your help Serge!

0

Please sign in to leave a comment.