Inititial Commit
This commit is contained in:
23
Adaptation/.vscode/settings.json
vendored
23
Adaptation/.vscode/settings.json
vendored
@ -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
|
||||
}
|
Reference in New Issue
Block a user