I changed different color settings inside my VSCode based on VSCode Theme Color
But I couldn't find any settings to change the colors inside VSCode Intellisense.
Looking at the screenshot bellow, VSCode is suggesting "script" or "script:src". How can I change the backgroundColor of the active line inside the Intellisense?

Ok, after a bit more search I found the answer myself.
This is what you need to add to your user settings:
"editorSuggestWidget.background": "<your color>",
"editorSuggestWidget.selectedBackground": "<your color>"
I used only the second line to give the selected suggestion a bolder colour.

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With