Colour issue on string template variables in Javascript
prajapati-parth opened this issue · 2 comments
prajapati-parth commented
zackkrida commented
Add this to your settings json file for vscode until the issue is fixed:
"editor.tokenColorCustomizations": {
"[GitHub Sharp Dark]": {
"textMateRules": [
{
"scope": [
"keyword.operator.accessor",
"meta.group.braces.round.function.arguments",
"meta.template.expression",
"markup.fenced_code meta.embedded.block"
],
"settings": {
"foreground": "#c3c6c9"
}
},
]
},
thenikso commented
thank you @zackkrida for the workaround. however this particular theme (GitHub Plus) only has a light background variant. so that has indeed been addressed in the other theme repo :)