alexnho / vscode-a-touch-of-lilac-theme

A Touch of Lilac Theme created for VS Code
MIT License
11 stars 5 forks source link

editor.selectionHighlightBackground must not be opaque so as not to hide underlying decorations. #2

Closed JacksonKearl closed 4 years ago

JacksonKearl commented 5 years ago

Currently it is impossible to differentiate between a word hilighted because it matches the current token and one hilighted because it matches the current token and is being selected. I personally chainged it to be:

"editor.selectionHighlightBackground": "#ff00ff33"

For the result: image Where the first cons is selected, the second is selected and hilighted, and the third is just hilighted.

alexnho commented 4 years ago

Hi @JacksonKearl , I've updated the theme with the color you mention since it looks good to me. Thanks for your help!