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
"editor.tokenColorCustomizations": {
"[Material Theme]": {
"comments": "#229977"
},
"..."
"textMateRules": [
{
"scope": "ELEMENT_SCOPE",
"settings": {
"foreground": "HEX COLOR"
}
}
]
},
"workbench.colorCustomizations": {
"[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
```js