Project module highlighted in red color
Answered
My project module structure is highlighted in red color. Even the individual tab areas have background red color. Why is that?
Please sign in to leave a comment.
Please check the colors/scopes configuration:
Thanks!
Hello, I have the same problem but in my case is not the background but the title of the module, it's in red and I don't know why, I already checked the File color settings and it doesn't seem to be that.
Does anyone know why is not white as usual ?
Thanks
Does it happen with a different theme in IDE Preferences | Appearance?
Are there any errors in the project? Does it build?
I changed to Light Theme and is still in red. The maven build is fine and there are no problems in the problems view. Also I don't get any problems after an IDE build.
The colors indicate the version control status in your case: https://www.jetbrains.com/help/idea/file-status-highlights.html .
I'm starting to think that is related with GIT
Exactly, see above.
Ok, got it! I had some git configuration wrongly placed, now looks nifty!
Thanks a lot :-)