How to disable gray colors in maven multi module projects
已回答
I have quite big maven multi module project and what I can see now is this:

and in my root pom even worse:

its definitely inconvenient and I would like to disabe it.
Do you know how can I back to normal colors?
My Idea:
Thanks
请先登录再写评论。
May you show the entire pom.xml file?
Please also make sure that the module is not ignored in Maven tool window.
Not for that project because of NDA...
After two days I can try to reproduce it in my other open-source repo...
Hello,
I was able to reproduce it with my other (non commercial) multi module maven project. Not sure if it's related, but in maven settings I found this (while I haven't ignored anything on my own):
can you tell me why these poms are ignored and should they be ignored at all? I just open project with command: idea pom.xml right from my terminal
Problem is appars on OS: Windows 10, while on my macOS everything is working fine.
you can find all its pom files here: https://github.com/daggerok/from-zero-to-reactive-cloud-micro-hero
"Ignored Files" settings dialog displays all the pom.xml files. Until a file is checked, it is not ignored and is working as a maven configuration file. And you can tick the checkbox for a file to ignore it, so it will be detected as a simple .xml file.
Do you see the same greyed out file via the standard Darcula theme?
Hi Konstantin,
Yes, my first post screenshots was done from IDEA with standard theme. That was first what I thought about...
Try removing Material theme plugin and reset your color schemes.
It is definitely Material theme issue:
https://github.com/ChrisRM/material-theme-jetbrains/issues/1491
Thanks, I'll try if it's working and let you know