-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvscode.json
25 lines (25 loc) · 907 Bytes
/
vscode.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"window.autoDetectColorScheme": true,
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.colorCustomizations": {
"[Solarized Light]": {
"editor.lineHighlightBackground": "#00000000",
"editor.lineHighlightBorder": "#00000000"
},
"[Default Dark Modern]": {
"editor.lineHighlightBackground": "#00000000",
"editor.lineHighlightBorder": "#00000000"
}
},
"editor.fontFamily": "FiraCode Nerd Font",
"editor.fontLigatures": true,
"editor.guides.highlightActiveIndentation": false,
"editor.guides.indentation": false,
"editor.lineNumbers": "off",
"editor.minimap.enabled": false,
"editor.padding.top": 20,
"editor.occurrencesHighlight": "off",
"editor.renderWhitespace": "trailing",
"files.autoSave": "afterDelay",
"diffEditor.ignoreTrimWhitespace": false
}