chore: Update README

This commit is contained in:
Mattia Astorino 2017-10-16 21:28:23 +02:00
parent 9464525abf
commit 058e017b86
3 changed files with 4 additions and 2 deletions

View file

@ -93,6 +93,8 @@ Type `Material Theme` and choose `Material Theme: Settings`, then select `Change
"editor.lineHeight": 24, "editor.lineHeight": 24,
// Enables font ligatures // Enables font ligatures
"editor.fontLigatures": true, "editor.fontLigatures": true,
// Controls if file decorations should use badges.
"explorer.decorations.badges": false,
``` ```
# Other resources # Other resources

View file

@ -70,7 +70,7 @@
"themes": [ "themes": [
{ {
"label": "Material Theme", "label": "Material Theme",
"path": "./themes/Material-Theme-Palenight.json", "path": "./themes/Material-Theme-Darker.json",
"uiTheme": "vs-dark" "uiTheme": "vs-dark"
} }
], ],

File diff suppressed because one or more lines are too long