playing with colors

This commit is contained in:
nixa 2016-05-19 11:29:41 +03:00
parent 77a33d880b
commit 9fbe408c22
12 changed files with 121 additions and 114 deletions

View file

@ -31,7 +31,7 @@ export class BaThemeConfigProvider {
conf = {
theme: {
blur: false,
name: 'ng2',
},
colors: {
default: this.basic.default,
@ -64,6 +64,10 @@ export class BaThemeConfigProvider {
gossip: this.dashboardColors.gossip,
white: this.dashboardColors.white,
},
custom: {
dashboardLineChart: '#fff',
}
}
};