diff --git a/README.md b/README.md index d9dfc24..5d4cbbe 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,6 @@ You can override the Material Theme UI and schemes colors by adding these theme- ```js "editor.tokenColorCustomizations": { "[Material Theme VARIANT]": { - "sideBar.background": "#347890", "textMateRules": [ { "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