This commit is contained in:
Mattia Astorino 2018-04-20 19:57:18 +02:00
commit 2042c707cb

View file

@ -118,10 +118,14 @@ You can override the material theme ui and schemes colors by adding these theme-
```js ```js
"editor.tokenColorCustomizations": { "editor.tokenColorCustomizations": {
"[Material Theme]": { "textMateRules": [
"comments": "#229977" {
}, "scope": "ELEMENT_SCOPE",
"..." "settings": {
"foreground": "HEX COLOR"
}
}
]
}, },
"workbench.colorCustomizations": { "workbench.colorCustomizations": {
"[Material Theme]": { "[Material Theme]": {
@ -131,6 +135,8 @@ You can override the material theme ui and schemes colors by adding these theme-
} }
``` ```
You can read more about this VSC feature on the [official doc](https://code.visualstudio.com/docs/getstarted/themes#_customizing-a-color-theme)
# Recommended settings for a better experience # Recommended settings for a better experience
```js ```js