Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VSCode - Changing colours inside IntelliSense [duplicate]

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?

enter image description here

like image 941
user1941537 Avatar asked Mar 21 '26 06:03

user1941537


1 Answers

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.

enter image description here

like image 183
user1941537 Avatar answered Mar 23 '26 18:03

user1941537



Donate For Us

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