Skip to content

Commit dfeb4d8

Browse files
authoredDec 17, 2021
Merge pull request #22 from Grande-Armee/PU/dtos
chore: remove errors, events and change dto to factories
2 parents 6542b5f + c1efe90 commit dfeb4d8

21 files changed

+574
-847
lines changed
 

‎.vscode/settings.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"workbench.colorCustomizations": {
3+
"activityBar.activeBackground": "#a13841",
4+
"activityBar.activeBorder": "#43a63a",
5+
"activityBar.background": "#a13841",
6+
"activityBar.foreground": "#e7e7e7",
7+
"activityBar.inactiveForeground": "#e7e7e799",
8+
"activityBarBadge.background": "#43a63a",
9+
"activityBarBadge.foreground": "#e7e7e7",
10+
"sash.hoverBorder": "#a13841",
11+
"statusBar.background": "#7b2b32",
12+
"statusBar.foreground": "#e7e7e7",
13+
"statusBarItem.hoverBackground": "#a13841",
14+
"statusBarItem.remoteBackground": "#7b2b32",
15+
"statusBarItem.remoteForeground": "#e7e7e7",
16+
"titleBar.activeBackground": "#7b2b32",
17+
"titleBar.activeForeground": "#e7e7e7",
18+
"titleBar.inactiveBackground": "#7b2b3299",
19+
"titleBar.inactiveForeground": "#e7e7e799"
20+
},
21+
"peacock.remoteColor": "#7b2b32"
22+
}

0 commit comments

Comments
 (0)
Please sign in to comment.