Update readme

This commit is contained in:
Mattia Astorino 2019-07-29 09:57:13 +02:00
parent 3e7fd67b25
commit 71236ed304
No known key found for this signature in database
GPG key ID: CDFA82D8B1132C65

View file

@ -109,7 +109,6 @@ You can override the Material Theme UI and schemes colors by adding these theme-
```js ```js
"editor.tokenColorCustomizations": { "editor.tokenColorCustomizations": {
"[Material Theme VARIANT]": { "[Material Theme VARIANT]": {
"sideBar.background": "#347890",
"textMateRules": [ "textMateRules": [
{ {
"scope": [ "scope": [
@ -125,6 +124,12 @@ You can override the Material Theme UI and schemes colors by adding these theme-
] ]
}, },
}, },
"workbench.colorCustomizations": {
"[Material Theme VARIANT]": {
"sideBar.background": "#ff0000",
}
},
``` ```
## Recommended settings for a better experience ## Recommended settings for a better experience