VSCodeThemes icon indicating copy to clipboard operation
VSCodeThemes copied to clipboard

Earthsong Theme highlight hides text

Open jyboudreau opened this issue 6 years ago • 2 comments

Currently the Earthsong Theme highlight color hides the selected text:

image

Thanks @gerane for the great collection of themes!

jyboudreau avatar Oct 23 '17 22:10 jyboudreau

This happens with boolean keys too: image

MarcelloTheArcane avatar Dec 13 '19 10:12 MarcelloTheArcane

A workaround as we wait would be to change it yourself in the vscode settings.json:

"workbench.colorCustomizations": {
   "editor.selectionBackground": "#ae9f7074",
},

Then choose a color you find suiting.

kamerat avatar Aug 20 '20 11:08 kamerat