https://github.com/warmthsea/vscode-custom-code-color
vscode plugin
https://github.com/warmthsea/vscode-custom-code-color
vscode vscode-code-snippets vscode-color-theme vscode-plugin
Last synced: 11 months ago
JSON representation
vscode plugin
- Host: GitHub
- URL: https://github.com/warmthsea/vscode-custom-code-color
- Owner: warmthsea
- License: mit
- Created: 2023-09-12T02:35:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-03T00:44:15.000Z (over 1 year ago)
- Last Synced: 2025-03-14T18:58:38.345Z (12 months ago)
- Topics: vscode, vscode-code-snippets, vscode-color-theme, vscode-plugin
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=warmthsea.vscode-custom-code-color
- Size: 89.8 KB
- Stars: 15
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Custom code color for [Visual Studio Code](http://code.visualstudio.com)

## Download
[marketplace.visualstudio/vscode-custom-code-color](https://marketplace.visualstudio.com/items?itemName=warmthsea.vscode-custom-code-color)
## Getting started
### `.vscode/settings.json`
``` 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`
``` json
{
"recommendations": [
"warmthsea.vscode-custom-code-color"
]
}
```
## License
[MIT License](./LICENSE) © 2023-present [warmthsea](https://github.com/warmthsea)