Custom code color for Visual Studio Code

Visual Studio Marketplace Version

20230915112812

Download

marketplace.visualstudio/vscode-custom-code-color

Getting started

.vscode/settings.json

{
  "vscodeCustomCodeColor.fileLanguageIdList": [
    "vue",
    "typescript"
  ],
  "vscodeCustomCodeColor.highlightValue": "v-role", // ["v-role", "v-auth"]
  "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-present warmthsea