From a86fefa7595d4a6de3cc123066edc9065a2866c0 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Wed, 18 Apr 2018 10:15:27 +0200 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7423c7e..e612f41 100644 --- a/README.md +++ b/README.md @@ -118,10 +118,14 @@ You can override the material theme ui and schemes colors by adding these theme- ```js "editor.tokenColorCustomizations": { - "[Material Theme]": { - "comments": "#229977" - }, - "..." + "textMateRules": [ + { + "scope": "ELEMENT_SCOPE", + "settings": { + "foreground": "HEX COLOR" + } + } + ] }, "workbench.colorCustomizations": { "[Material Theme]": { @@ -131,6 +135,8 @@ You can override the material theme ui and schemes colors by adding these theme- } ``` +You can read more about this VSC feature on the [official doc](https://code.visualstudio.com/docs/getstarted/themes#_customizing-a-color-theme) + # Recommended settings for a better experience ```js