gerane / VSCodeThemes

Themes for Visual Studio Code
200 stars 77 forks source link

Earthsong Theme highlight hides text #54

Open jyboudreau opened 6 years ago

jyboudreau commented 6 years ago

Currently the Earthsong Theme highlight color hides the selected text:

image

Thanks @gerane for the great collection of themes!

MarcelloTheArcane commented 4 years ago

This happens with boolean keys too: image

kamerat commented 4 years ago

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.