-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathboa-master.code-workspace
More file actions
36 lines (36 loc) · 1 KB
/
boa-master.code-workspace
File metadata and controls
36 lines (36 loc) · 1 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
{
"folders": [
{
"path": "."
}
],
"settings": {
"peacock.color": "#880000",
"workbench.colorCustomizations": {
"activityBar.background": "#bb0000",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#002000",
"activityBarBadge.foreground": "#e7e7e7",
"titleBar.activeBackground": "#880000",
"titleBar.inactiveBackground": "#88000099",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveForeground": "#e7e7e799",
"statusBar.background": "#880000",
"statusBarItem.hoverBackground": "#bb0000",
"statusBar.foreground": "#e7e7e7",
"activityBar.activeBackground": "#bb0000",
"activityBar.activeBorder": "#002000",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#bb0000",
"statusBarItem.remoteBackground": "#880000",
"statusBarItem.remoteForeground": "#e7e7e7"
}
},
"extensions": {
"recommendations": [
"vscjava.vscode-java-pack",
"ms-vsliveshare.vsliveshare-pack"
]
}
}