From d251d5200fab401f499b4e9072abfc8094f27767 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Mon, 16 Aug 2021 09:14:42 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d84c11d..e1520ea 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ You can override the Material Theme UI and schemes colors by adding these theme- ```js "editor.tokenColorCustomizations": { - "[Material Theme VARIANT]": { + "[Material Theme*]": { "textMateRules": [ { "scope": [ @@ -104,7 +104,7 @@ You can override the Material Theme UI and schemes colors by adding these theme- }, "workbench.colorCustomizations": { - "[Material Theme VARIANT]": { + "[Material Theme*]": { "sideBar.background": "#ff0000", } },