is there a way to change background color of the `...
# intellij
c
is there a way to change background color of the
Ctrl+P
parameter hint tooltips?
v
do you mean in color theme ?
c
yes
v
key
ParameterInfo.background
c
@Vladimir Dolzhenko I can't find anything like that either in the registry or in the editor->color scheme
v
Settings->Editor->Color Scheme->General->Popups and Hints->Information hint
c
That has no effect on the hint in question. I've tried it already.
The hint I'm talking about is the one that popups here when you press Ctrl+P (Cmnd+P):
Copy code
data class Data(val p1: String, val p2: String)
Data(p1 = "", {$CURSOR})
This is how it looks
And if I press Ctrl+Space (normal autocomplete) I get this:
v
I guess it deserves a ticket. Could you pls raise it ?