From 71236ed3043df2e1bfd46ad5c37e9f851c4fa1ee Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Mon, 29 Jul 2019 09:57:13 +0200 Subject: [PATCH] Update readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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