OlyaB / DarkPurpleTheme

A dark theme in purple tones for JetBrains IDEs
MIT License
163 stars 15 forks source link

Unreadable Text in Parameter Info Popup #14

Open SebastianAigner opened 5 years ago

SebastianAigner commented 5 years ago

When no matching parameters are found, the text in the parameter info popup (Cmd-P / Ctrl-P) is pretty much unreadable with the Dark Purple theme enabled. image

Compare this to Darcula, where the greyed-out text can still be read: image1

OlyaB commented 5 years ago

For me this tooltip looks like that in v2019.1 and v2019.2 EAP: image

Perhaps there's been a bug with unnecessary selection on "no parameters" string and it's been removed since then. What version do you use?

SebastianAigner commented 5 years ago

On empty parentheses, it looks the same to me:

image However, when I add code inside the parameters (which gets marked as an error), I still get the same visuals: image

This is in IntelliJ 2019.2 EAP.