Parameter Info popup, where to change color
Answered
Hi there,
I can't find a way to change the color of the parameter info popup to something more readable.

Any hint where I can find it?
It looks like this when I'm highlighting a proper parameter.

Thanks
Please sign in to leave a comment.
Do you use the default color scheme? What language/file is it reproducible in?
Used with Kotlin
Programmer.icls theme : https://drive.google.com/open?id=1dBvVCQ_xWh8FBnbhQcm31e-8waP0f24_
Reproducible in every method when writing named parameters.
Adding a comma,
Thanks for any help to find where I can change this behaviour color.
Can't reproduce in IntelliJ IDEA 2018.3.4 available at http://www.jetbrains.com/idea/download/index.html .
Could be a bug specific to Android Studio in which case you should report it per https://developer.android.com/studio/report-bugs.html .
Thanks for the help, does it mean there is no color change in scheme that I can change for changing this popup color?
Apologies for resurrecting this old thread, but this is not specific to Android Studio (code snippets below are for Kotlin on the JVM in IDEA - I don't even do Android development), it still exists, and it is easily reproducible, regardless of the color theme (I can reproduce this on various color themes).
Note that the issue only occurs when the cursor is AFTER a comma. If you navigate to the left of the comma (see the examples below), the problem goes away. I've had this problem for at least a year (probably longer TBH) and the only "solution" I've found is to constantly navigate to the left of the comma with the cursor in order to see the parameters. It's really painful.
Please please please please please make these colors configurable.
@...
I can't reproduce the issue in IntelliJ IDEA with the default Darcula theme and no custom theme plugins installed.
Does it help if you disable all downloaded plugins under File | Settings | Plugins > Installed and restart the IDE using the File | Invalidate Caches & Restart menu option?
Actually, this looks like IDEA-235504:
"As you can see, the color is always the same, and it seems to affect third party themes too."
I added a link to this post to the YouTrack issue. Feel free to vote for it.