Download
marketplace.visualstudio/vscode-custom-code-color
Getting started
.vscode/settings.json
{
"vscodeCustomCodeColor.fileLanguageIdList": [
"vue",
"typescript"
],
"vscodeCustomCodeColor.highlightValue": "v-role",
"vscodeCustomCodeColor.highlightValueColor": "#6366f1"
}
You can customize it, the above is just the default settings.
.vscode/extensions.json
{
"recommendations": [
"warmthsea.vscode-custom-code-color"
]
}
License
MIT License © 2023 warmthsea
| |