generated from foambubble/foam-template
-
Notifications
You must be signed in to change notification settings - Fork 5
/
settings.json
47 lines (47 loc) · 1.54 KB
/
settings.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"editor.minimap.enabled": false,
"editor.wrappingIndent": "indent",
"editor.overviewRulerBorder": false,
"editor.lineHeight": 24,
"workbench.colorTheme": "Material Theme Darker",
"[markdown]": {
"editor.quickSuggestions": {
"comments": "on",
"strings": "on",
"other": "on"
}
},
"git.enableSmartCommit": true,
"git.postCommitCommand": "sync",
"files.defaultLanguage": "markdown",
"files.exclude": {
"**/node_modules": true
},
"files.watcherExclude": {
"**/node_modules": true
},
"vscodeMarkdownNotes.noteCompletionConvention": "noExtension",
"vscodeMarkdownNotes.slugifyMethod": "github-slugger",
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#ef7a33",
"activityBar.activeBorder": "#097632",
"activityBar.background": "#ef7a33",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#097632",
"activityBarBadge.foreground": "#e7e7e7",
"statusBar.background": "#de5e11",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#ef7a33",
"titleBar.activeBackground": "#de5e11",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#de5e1199",
"titleBar.inactiveForeground": "#e7e7e799",
"sash.hoverBorder": "#ef7a33",
"statusBarItem.remoteBackground": "#de5e11",
"statusBarItem.remoteForeground": "#e7e7e7",
"commandCenter.border": "#e7e7e799"
},
"peacock.color": "#de5e11",
"python.formatting.provider": "black"
}