Update README.md

This commit is contained in:
Mattia Astorino 2018-04-18 10:15:27 +02:00 committed by GitHub
parent 1ed1cc7bc7
commit a86fefa759
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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