VSCodeThemes
VSCodeThemes copied to clipboard
Earthsong Theme highlight hides text
Currently the Earthsong Theme highlight color hides the selected text:

Thanks @gerane for the great collection of themes!
This happens with boolean keys too:

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.