Update README.md

This commit is contained in:
Mattia Astorino 2021-08-16 09:14:42 +02:00 committed by GitHub
parent a1b2331583
commit d251d5200f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,7 +88,7 @@ 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*]": {
"textMateRules": [ "textMateRules": [
{ {
"scope": [ "scope": [
@ -104,7 +104,7 @@ You can override the Material Theme UI and schemes colors by adding these theme-
}, },
"workbench.colorCustomizations": { "workbench.colorCustomizations": {
"[Material Theme VARIANT]": { "[Material Theme*]": {
"sideBar.background": "#ff0000", "sideBar.background": "#ff0000",
} }
}, },