-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcodecamp_24.code-workspace
More file actions
37 lines (37 loc) · 1.03 KB
/
codecamp_24.code-workspace
File metadata and controls
37 lines (37 loc) · 1.03 KB
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
{
"folders": [
{
"path": "source",
},
{
"path": ".github"
}
],
"extensions": {
"recommendations": [
"Vue.volar"
]
},
"settings": {
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#42b20c",
"activityBar.background": "#42b20c",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#1059ef",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#42b20c",
"statusBar.background": "#308209",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#42b20c",
"statusBarItem.remoteBackground": "#308209",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#308209",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#30820999",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#308209"
}
}