angular.module('vision').config ($mdThemingProvider) ->
  $mdThemingProvider.theme 'default'
    .primaryPalette 'blue'
    .accentPalette 'pink'
