Visual confusion: 'selected text' and 'selection matches' highlight color
As a daily VS Code user I found an earlier closed issue (Selection and selection matches highlight color #1636) about this - i.e. if you actually select some text it's highlighted, but the highlight colour is all but indistinguishable from the highlight used for matched code or the same word.
A local user settings-like CSS override?
If the system-wide highlight colour (when selecting any text system-wide) isn't portable to VS Code, I need a way to edit it. Perhaps in the theme's CSS or - preferably - in a user-generated 'override css' file or something (like VS Code's user settings). Is this in the pipeline? If not, does anyone have a fix?
ATM changing the highlight colour for selected text appears to be impossible. I'm using 'Dark', but the issue is the same no matter which theme.
To fill-in a couple of missing steps:
Open the settings.json file (see below for location of this file)
Add a comma to the last entry (before the closing brace
}
)Paste-in:
Example of a typical settings file, post mod:
Where to find the settings.json file:
ALTERNATE method to open the settings.json file:
Ctrl + , (comma) to open Settings
Workbench
Settings Editor
In the search box at top, paste-in
workbench.colorCustomizations
On the left, click
Workbench
and thenAppearance
Click the link to right:
Edit in settings.json
References:
https://code.visualstudio.com/api/references/theme-color#editor-colors
https://code.visualstudio.com/docs/getstarted/themes#_customize-a-color-theme
https://code.visualstudio.com/docs/getstarted/settings
Now there are many color customizations that can be done to vscode, including the selection options:
See vscode theme color options available from about v1.13 I believe.