An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Custom code color for [Visual Studio Code](http://code.visualstudio.com)

Visual Studio Marketplace Version

![20230915112812](https://github.com/warmthsea/vscode-custom-code-color/assets/45450994/e26815b1-22d2-4b6a-908a-a23712289eec)

## 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)