0
You can customize it by getting into your Setting
and putting that
"editor.selectionBackground": "#666",
"editor.selectionHighlightBackground": "#666",
#666
is the color, you can test a lighter color that pleases you...
You enter the Configs here
Change the theme to one that you like. I don’t think you can change just one color, maybe with some extension
– Costamilam
@Young costamilam has a way to change yes, it’s in the VS Code specification itself, then if you’re interested in taking a look at that list. https://code.visualstudio.com/api/references/theme-color#editor-Colors Usually everything that starts with
editor.
is referring to the area where we enter the code.– hugocsl