mirror of https://github.com/akveo/blur-admin
fix(colorScheme): rollback to default blur theme
parent
1724e0f824
commit
b2fd6908d0
|
@ -10,12 +10,12 @@
|
||||||
|
|
||||||
/** @ngInject */
|
/** @ngInject */
|
||||||
function config(baConfigProvider, colorHelper) {
|
function config(baConfigProvider, colorHelper) {
|
||||||
baConfigProvider.theme.blur = false;
|
//baConfigProvider.theme.blur = false;
|
||||||
|
//
|
||||||
var colors = baConfigProvider.colors;
|
//var colors = baConfigProvider.colors;
|
||||||
colors.default = '#ffffff';
|
//colors.default = '#ffffff';
|
||||||
colors.defaultText = '#666666';
|
//colors.defaultText = '#666666';
|
||||||
colors.dashboard.white = '#10c4b5';
|
//colors.dashboard.white = '#10c4b5';
|
||||||
colors.dashboard.whiteDark = colorHelper.shade(colors.dashboard.white, 5);
|
//colors.dashboard.whiteDark = colorHelper.shade(colors.dashboard.white, 5);
|
||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
@import 'theme/conf/mixins';
|
@import 'theme/conf/mixins';
|
||||||
@import 'theme/conf/colorScheme/mint';
|
@import 'theme/conf/colorScheme/blur';
|
||||||
@import 'theme/conf/variables';
|
@import 'theme/conf/variables';
|
||||||
|
|
Loading…
Reference in New Issue