-
Notifications
You must be signed in to change notification settings - Fork 0
/
stip-backend.code-workspace
34 lines (34 loc) · 1.09 KB
/
stip-backend.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
{
"folders": [
{
"path": "./"
}
],
"settings": {
"files.exclude": {
"frontend/**": true
},
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#fb7c35",
"activityBar.background": "#fb7c35",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#027d2e",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#15202b99",
"sash.hoverBorder": "#fb7c35",
"statusBar.background": "#f85c05",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#c64904",
"statusBarItem.remoteBackground": "#f85c05",
"statusBarItem.remoteForeground": "#15202b",
"titleBar.activeBackground": "#f85c05",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#f85c0599",
"titleBar.inactiveForeground": "#15202b99"
},
"peacock.color": "#f85c05",
"java.compile.nullAnalysis.mode": "automatic",
"java.configuration.updateBuildConfiguration": "interactive"
}
}