Browse Source

chore: update workspace settings

pull/1834/head
mehmet-erim 7 years ago
parent
commit
b913396358
  1. 21
      npm/ng-packs/.vscode/settings.json

21
npm/ng-packs/.vscode/settings.json

@ -1,5 +1,22 @@
{
"search.exclude": {
"**/dist": true
}
}
},
"tslint.rulesDirectory": "../node_modules/codelyzer",
"typescript.tsdk": "../node_modules/typescript/lib",
"workbench.colorCustomizations": {
"activityBar.background": "#df7fa2",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#c7ecb3",
"activityBarBadge.foreground": "#15202b",
"titleBar.activeBackground": "#d55685",
"titleBar.inactiveBackground": "#d5568599",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveForeground": "#15202b99",
"statusBar.background": "#d55685",
"statusBarItem.hoverBackground": "#c73169",
"statusBar.foreground": "#15202b"
},
"peacock.color": "#d55685"
}

Loading…
Cancel
Save