medichat_assignment / User.code-workspace
helamouri's picture
update model
eca6215
raw
history blame contribute delete
935 Bytes
{
"folders": [
{
"path": "C:/Users/hasso/AppData/Roaming/Code/User"
},
{
"path": ".."
}
],
"settings": {
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#5b5b5b",
"activityBar.background": "#5b5b5b",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#103010",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#5b5b5b",
"statusBar.background": "#424242",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#5b5b5b",
"statusBarItem.remoteBackground": "#424242",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#424242",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#42424299",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#424242"
}
}