-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathworkspace.code-workspace
More file actions
37 lines (37 loc) · 1.29 KB
/
Copy pathworkspace.code-workspace
File metadata and controls
37 lines (37 loc) · 1.29 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": "."
}
],
"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": "#a41b55",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#091c36",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#091c3699",
"titleBar.inactiveForeground": "#e7e7e799",
"activityBarTop.activeBackground": "#103362",
"activityBarTop.background": "#103362",
"activityBarTop.foreground": "#e7e7e7",
"activityBarTop.inactiveForeground": "#e7e7e799",
"commandCenter.foreground": "#e7e7e7",
"statusBar.debuggingBackground": "#091c36",
"statusBar.debuggingForeground": "#e7e7e7"
},
"peacock.color": "#091c36"
}
}