postiz/.vscode/settings.json

29 lines
1.0 KiB
JSON

{
"explorer.compactFolders": false,
"explorer.fileNesting.enabled": false,
"editor.lineHeight": 27,
"editor.folding": true,
"editor.foldingImportsByDefault": true,
"editor.fontLigatures": false,
"gitlens.codeLens.enabled": false,
"gitlens.currentLine.enabled": false,
"typescript.updateImportsOnFileMove.enabled": "always",
"typescript.suggest.autoImports": true,
"javascript.suggest.autoImports": true,
"editor.codeActionsOnSave": {
"source.addMissingImports": "explicit"
},
"workbench.activityBar.orientation": "vertical",
"workbench.colorCustomizations": {
"activityBar.background": "#393c3e",
"editor.background": "#2b2b2b",
"editorGutter.background": "#2b2b2b",
"editorIndentGuide.background1": "#373737",
"editorIndentGuide.activeBackground1": "#587973",
"editor.lineHighlightBackground": "#323232",
"editor.selectionHighlightBackground": "#40404080",
"editor.selectionBackground": "#214283",
"editor.hoverHighlightBackground": "#40404080",
}
}