vuesion / intellij-theme

Theme for Jetbrains IDE's based on the @vuesion color scheme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Very low text contrast on a light background in the autoimport suggestion tooltip

brokenthorn opened this issue · comments

Hi,

There is a low contrast issue with the autoimport suggestion where the suggestion's text is colored light grey and the suggestion's background is colored light blue, which makes the text very hard to read. Otherwise the theme overall is highly contrasted, while this suggestion popup is not only of low contrast but very unlike the theme's look & feel:

image

I suggest you use the same background color as the color used to highlight list selections, like for example as used in the project tool window. That would look something like this:

image

Can you tell me how I can see this control? maybe, I never saw it and therefore didn't tweak it.

@brokenthorn btw. feel free to create a PR if you know how to change it already

And thank you for your help to improve this theme! 😊

I really can't afford it right now. Too busy. If you can't fixed it at the moment, yeah, maybe, but later.

The popup appears when you write a valid identifier that is not defined in the current scope (can be imported). You usually press ENTER right after writing such an identifer or just before finishing typing all the letters because the IDE shows a drop down automatically with possible auto-completions and pressing ENTER chooses the first item. But if you don't do this and just type the whole identifer then use the mouse arrow or the keyboard to place the cursor somewhere else, the IDE keeps re-popping up this info about the identifer, right above it.

Here's a demo:

PopupSuggestion

@brokenthorn I am able to reproduce it. I will let you know when it's fixed 👍 Thanks

I think I got it:
Bildschirmfoto 2019-07-26 um 11 54 56

will publish the new version asap 👍