VS Code "Identifier under caret" background highlight color

406 Views Asked by At

How to change "Identifier under caret" background highlight color ?

Tried:

"workbench.colorCustomizations": { 
    "editor.findMatchBackground": "#000000",
    "editor.wordHighlightBackground": "#000000",
    "editor.findMatchHighlightBackground": "#000000",
    "editor.wordHighlightStrongBackground": "#000000",
    "editor.hoverHighlightBackground": "#000000",
}    

No result.

Identifier under caret

1

There are 1 best solutions below

0
On BEST ANSWER

After try many times:

"editor.wordHighlightTextBackground": "#ff0000"