mirror of
https://github.com/foambubble/foam-template.git
synced 2025-07-25 19:38:56 +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.wrappingIndent": "indent",
|
||||||
"editor.overviewRulerBorder": false,
|
"editor.overviewRulerBorder": false,
|
||||||
"editor.lineHeight": 24,
|
"editor.lineHeight": 24,
|
||||||
"workbench.colorTheme": "Gray Matter Light",
|
"window.autoDetectColorScheme": true,
|
||||||
|
"workbench.preferredLightColorTheme": "Gray Matter Light",
|
||||||
|
"workbench.preferredDarkColorTheme": "Gray Matter Dark",
|
||||||
"[markdown]": {
|
"[markdown]": {
|
||||||
"editor.quickSuggestions": true
|
"editor.quickSuggestions": true
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue