forked from javascript-colombo/javascriptcolombo.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
28 lines (28 loc) · 929 Bytes
/
settings.json
File metadata and controls
28 lines (28 loc) · 929 Bytes
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
{
"eslint.workingDirectories": [
{
"mode": "auto"
}
],
"editor.formatOnSave": true,
"peacock.color": "#42b",
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#5a36da",
"activityBar.background": "#5a36da",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#36140a",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#5a36da",
"statusBar.background": "#4422bb",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#5a36da",
"statusBarItem.remoteBackground": "#4422bb",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#4422bb",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#4422bb99",
"titleBar.inactiveForeground": "#e7e7e799"
}
}