I want to change the font color of 'Required type' and 'Provided' in IntelliJ but I can't find the way.

Searching on Google...?
I want to change the font color of 'Required type' and 'Provided' in IntelliJ but I can't find the way.

Searching on Google...?
Copyright © 2021 Jogjafile Inc.
There is no way to change this color directly without using a theme plugin. That color is controlled by the
Label.infoForegroundattribute in the theme plugin. See here for details: https://plugins.jetbrains.com/docs/intellij/themes-customize.htmlYou only can report this issue to this theme plugin author to improve the color here or fork that theme plugin, change the
Label.infoForegroundfor it.