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 */
function config(baConfigProvider, colorHelper) {
baConfigProvider.theme.blur = false;
var colors = baConfigProvider.colors;
colors.default = '#ffffff';
colors.defaultText = '#666666';
colors.dashboard.white = '#10c4b5';
colors.dashboard.whiteDark = colorHelper.shade(colors.dashboard.white, 5);
//baConfigProvider.theme.blur = false;
//
//var colors = baConfigProvider.colors;
//colors.default = '#ffffff';
//colors.defaultText = '#666666';
//colors.dashboard.white = '#10c4b5';
//colors.dashboard.whiteDark = colorHelper.shade(colors.dashboard.white, 5);
}
})();

View File

@ -1,3 +1,3 @@
@import 'theme/conf/mixins';
@import 'theme/conf/colorScheme/mint';
@import 'theme/conf/colorScheme/blur';
@import 'theme/conf/variables';