'how to disable dimming selection colors after some delay in vscode?
I set custom colors in settings.json
"workbench.colorCustomizations": {
"editor.selectionBackground": "#047692",
"editor.selectionHighlightBackground": "#9044aa",
but vscode keeps dimming / overwriting custom colors after a delay after selecting a word (or double clicking) as in this gif (especially at the end):
how to disable this behavior? So only my colors are shown
Solution 1:[1]
SOLVED. Disabled option
Editor: Occurrences Highlight
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | RiffShark |

