How to change background color of hovered item?

When hovered over an element, the whole element (in this case a string) was highlighted.  How do I change the background color of this?

 

 

0
5 comments

See `Settings | Editor | Color Scheme | General | Hyperlinks | Reference`

0
Avatar
Permanently deleted user

Thanks for the reply. Unfortunately, that wasn't it.

0

You can share your theme and I'll take a look at what sets the background. Or you can do it by yourself, there are not so many options to review, especially if the background appears in all languages.

0

if you using Debugger mode look up for this setting:

`Settings | Editor | Color Scheme | Debugger| Evaluated expression text `

1

I was seeing typescript type documentation with a white background.
I fixed it by go to 'Settings | Editor | Color Scheme | General | Popups and Hints | Documentation | unchecked Background

0

Please sign in to leave a comment.