Colours Changing when Selecting SDK
已回答
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.
请先登录再写评论。
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.
Here are the logs: https://gist.github.com/sangoku116/2716122c5a60af8bc383d5b86661c7c1
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.
Thank you very much for your help Serge!