-
Notifications
You must be signed in to change notification settings - Fork 0
/
workspace.code-workspace
38 lines (38 loc) · 1.22 KB
/
workspace.code-workspace
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
38
{
"folders": [
{
"path": "."
}
],
"settings": {
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#4488f5",
"activityBar.activeBorder": "#fcc2d8",
"activityBar.background": "#4488f5",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#fcc2d8",
"activityBarBadge.foreground": "#15202b",
"statusBar.background": "#1469f2",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#4488f5",
"titleBar.activeBackground": "#1469f2",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#1469f299",
"titleBar.inactiveForeground": "#e7e7e799",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#4488f5",
"statusBarItem.remoteBackground": "#1469f2",
"statusBarItem.remoteForeground": "#e7e7e7"
},
"peacock.color": "#1469f2"
},
"extensions": {
"recommendations": [
"aaron-bond.better-comments",
"coenraads.bracket-pair-colorizer",
"johnpapa.vscode-peacock",
"ritwickdey.liveserver"
]
}
}