mirror of
https://github.com/foambubble/foam-template.git
synced 2025-07-25 03:18:55 +00:00
Auto detect color scheme
This commit is contained in:
parent
f1afee9df1
commit
cf5396c98a
1 changed files with 3 additions and 1 deletions
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
|
@ -3,7 +3,9 @@
|
|||
"editor.wrappingIndent": "indent",
|
||||
"editor.overviewRulerBorder": false,
|
||||
"editor.lineHeight": 24,
|
||||
"workbench.colorTheme": "Gray Matter Light",
|
||||
"window.autoDetectColorScheme": true,
|
||||
"workbench.preferredLightColorTheme": "Gray Matter Light",
|
||||
"workbench.preferredDarkColorTheme": "Gray Matter Dark",
|
||||
"[markdown]": {
|
||||
"editor.quickSuggestions": true
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue