Change text color for menus, project tree etc
已回答
Hey, I've been looking all over the place for an answer but couldn't find any, so now I have to ask myself.
Is there a way to change the text color of the text that is in the red areas (see pic below)? Or is that something that is tied to the theme somehow?
Any help is appreciated!

请先登录再写评论。
The color for the text of the UI elements can only be changed by the custom UI Theme plugin. The
foregroundproperty of the object is used to define a color for the specific UI element. You can also check the existing plugins and colors themes in the plugin repository.Andrey Dernov Thank you so much for the answer!
I'm sorry, english isn't my first language so I might have misunderstood you, where do I find this "foreground property"? I've read something about changing the .json file for the theme but I can't find in anywhere.
Thanks again for your help.
For existing components, check these properties in the Tools | Internal Actions | UI | LaF Defaults dialog:
To enable internal mode, add
into Help | Edit Custom properties file and restart IDE.
>where do I find this "foreground property"?
For your own theme you will need to create these properties for corresponding UI components. Please check the plugin's documentation and examples.
Thank you so much Andrey Dernov, I manage to change everything except the color of the icons, but that's something I can live with.