-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathworkspace.code-workspace
More file actions
35 lines (35 loc) · 1.01 KB
/
workspace.code-workspace
File metadata and controls
35 lines (35 loc) · 1.01 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
{
"folders": [
{
"path": "."
}
],
"settings": {
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#bfd073",
"activityBar.activeBorder": "#3893a7",
"activityBar.background": "#bfd073",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#3893a7",
"activityBarBadge.foreground": "#e7e7e7",
"statusBar.background": "#aec34d",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#92a538",
"titleBar.activeBackground": "#aec34d",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#aec34d99",
"titleBar.inactiveForeground": "#15202b99"
},
"peacock.color": "#aec34d",
"liveServer.settings.port": 5501
},
"extensions": {
"recommendations": [
"aaron-bond.better-comments",
"coenraads.bracket-pair-colorizer",
"johnpapa.vscode-peacock",
"ritwickdey.liveserver"
]
}
}