Set VSCode/VSCodium to light theme
This commit is contained in:
parent
f8cb139aca
commit
499218dbf5
1 changed files with 2 additions and 1 deletions
|
@ -42,5 +42,6 @@
|
||||||
"workbench.localHistory.maxFileEntries": 0,
|
"workbench.localHistory.maxFileEntries": 0,
|
||||||
"workbench.settings.enableNaturalLanguageSearch": false,
|
"workbench.settings.enableNaturalLanguageSearch": false,
|
||||||
"workbench.startupEditor": "newUntitledFile",
|
"workbench.startupEditor": "newUntitledFile",
|
||||||
"window.newWindowDimensions": "maximized"
|
"window.newWindowDimensions": "maximized",
|
||||||
|
"workbench.colorTheme": "Default Light Modern"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue