mirror of https://github.com/abpframework/abp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
926 B
27 lines
926 B
{
|
|
"search.exclude": {
|
|
"**/dist": true
|
|
},
|
|
"tslint.rulesDirectory": "../node_modules/codelyzer",
|
|
"typescript.tsdk": "../node_modules/typescript/lib",
|
|
"workbench.colorCustomizations": {
|
|
"activityBar.background": "#258ecd",
|
|
"activityBar.activeBackground": "#258ecd",
|
|
"activityBar.activeBorder": "#f0aed7",
|
|
"activityBar.foreground": "#e7e7e7",
|
|
"activityBar.inactiveForeground": "#e7e7e799",
|
|
"activityBarBadge.background": "#f0aed7",
|
|
"activityBarBadge.foreground": "#15202b",
|
|
"titleBar.activeBackground": "#1d70a2",
|
|
"titleBar.inactiveBackground": "#1d70a299",
|
|
"titleBar.activeForeground": "#e7e7e7",
|
|
"titleBar.inactiveForeground": "#e7e7e799",
|
|
"statusBar.background": "#1d70a2",
|
|
"statusBarItem.hoverBackground": "#258ecd",
|
|
"statusBar.foreground": "#e7e7e7",
|
|
"statusBar.border": "#1d70a2",
|
|
"titleBar.border": "#1d70a2"
|
|
},
|
|
"peacock.color": "#1D70A2"
|
|
}
|