-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathworkspace.code-workspace
More file actions
30 lines (30 loc) · 978 Bytes
/
workspace.code-workspace
File metadata and controls
30 lines (30 loc) · 978 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
29
30
{
"folders": [
{
"path": "."
}
],
"settings": {
"liveServer.settings.port": 5501,
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#103362",
"activityBar.background": "#103362",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#c01f64",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#103362",
"statusBar.background": "#091c36",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#103362",
"statusBarItem.remoteBackground": "#091c36",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#091c36",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#091c3699",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#091c36"
}
}