-
Notifications
You must be signed in to change notification settings - Fork 2
/
BridgingIT.DevKit.code-workspace
37 lines (37 loc) · 1.38 KB
/
BridgingIT.DevKit.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
{
"folders": [
{
"path": "."
}
],
"settings": {
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#1a48ca",
"activityBar.activeBorder": "#e9567c",
"activityBar.background": "#1a48ca",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#e9567c",
"activityBarBadge.foreground": "#15202b",
"sash.hoverBorder": "#1a48ca",
"statusBar.background": "#14389d",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#1a48ca",
"statusBarItem.remoteBackground": "#14389d",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#14389d",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#14389d99",
"titleBar.inactiveForeground": "#e7e7e799",
"commandCenter.border": "#e7e7e799"
},
"peacock.color": "#14389d",
"dotnet.defaultSolution": "BridgingIT.DevKit.sln",
"yaml.schemas": {
"https://json.schemastore.org/qodana-1.0.json": [
"file:///f%3A/projects/bit/bIT.bITdevKit/qodana.yaml",
"file:///f%3A/projects/bit/bIT.bITdevKit/.qodana/qodana-profile.yaml"
]
}
}
}