Remove theme override

There's nothing more annoying than someone coming in and changing your setup to their own preferences without asking ;)
This commit is contained in:
Scripted Pixels Ltd 2020-08-04 08:31:49 +01:00 committed by GitHub
parent ae371fcbc6
commit 8add00e8ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,6 @@
"editor.wrappingIndent": "indent",
"editor.overviewRulerBorder": false,
"editor.lineHeight": 24,
"workbench.colorTheme": "Gray Matter Light",
"[markdown]": {
"editor.quickSuggestions": true
},