vscode-theme-darcula
vscode-theme-darcula copied to clipboard
Components without color on vue 3.
The quotation marks doesn't have color neither.
VSC
WebStorm
Thanks, this is a nice theme to use in vscode.
Yes, noticed this too. Sadly. Has anyone been able to fix it?
Have a same problem with props color mismatch
the way how I fixed it added to setting.json that
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": ["source.ts.embedded.html.vue", "source.vue"],
"settings": {
"foreground": "#9E7BB0"
}
}
]
}
parameters for textMateRules scope I got by calling cmd+shift+p -> type "Developer: Inspect editor tokens and scopes"
after that, when you hover with your mouse on the text, you get this popup window
and here you get these textmate scopes parameters