From a12c8621bd90bad9e476cbbd2753718688f0efde Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Sun, 11 Feb 2018 14:36:43 +0100 Subject: [PATCH] chore: Update README --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ad014a1..07362d5 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ Type `Material Theme` and choose `Material Theme: Settings`, then select `Change ## Override theme colors You can override the material theme ui and schemes colors by adding these theme-specific settings to your configuration. -```json +```js "editor.tokenColorCustomizations": { "[Material Theme]": { "comments": "#229977" @@ -122,7 +122,8 @@ You can override the material theme ui and schemes colors by adding these theme- # Recommended settings for a better experience -```json +```js +{ // Controls the font family. "editor.fontFamily": "Operator Mono", // Controls the line height. Use 0 to compute the lineHeight from the fontSize. @@ -130,7 +131,8 @@ You can override the material theme ui and schemes colors by adding these theme- // Enables font ligatures "editor.fontLigatures": true, // Controls if file decorations should use badges. - "explorer.decorations.badges": false, + "explorer.decorations.badges": false +} ``` # Other resources