fix(colorScheme): rollback to default blur theme

pull/46/head
kostya.danovsky 2016-05-14 00:19:49 +03:00
parent 1724e0f824
commit b2fd6908d0
3 changed files with 8 additions and 8 deletions

View File

@ -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);
} }
})(); })();

View File

@ -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';