Inititial Commit

This commit is contained in:
2023-04-22 21:42:57 -07:00
parent 660b89c129
commit c7995ffd4f
58 changed files with 1312 additions and 905 deletions

View File

@ -21,26 +21,27 @@
"Villach",
"Vrng"
],
"coverage-gutters.coverageBaseDir": "../../../../MESAFIBACKLOG/05_TestResults/TestResults/**",
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#9885b1",
"activityBar.activeBackground": "#5d8f9e",
"activityBar.activeBorder": "#dacec5",
"activityBar.background": "#9885b1",
"activityBar.background": "#5d8f9e",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#dacec5",
"activityBarBadge.foreground": "#15202b",
"sash.hoverBorder": "#9885b1",
"statusBar.background": "#7e669d",
"activityBarBadge.background": "#78476d",
"activityBarBadge.foreground": "#e7e7e7",
"sash.hoverBorder": "#5d8f9e",
"statusBar.background": "#4a727e",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#9885b1",
"statusBarItem.remoteBackground": "#7e669d",
"statusBarItem.hoverBackground": "#5d8f9e",
"statusBarItem.remoteBackground": "#4a727e",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#7e669d",
"titleBar.activeBackground": "#4a727e",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#7e669d99",
"titleBar.inactiveBackground": "#4a727e99",
"titleBar.inactiveForeground": "#e7e7e799",
"commandCenter.border": "#e7e7e799"
},
"peacock.color": "#7e669d",
"peacock.color": "#4a727e",
"cSpell.enabled": false
}