butterproject / butter-desktop-angular

Angular version of butter-desktop
Other
98 stars 43 forks source link

Theming system #14

Open hadim opened 8 years ago

hadim commented 8 years ago

@BoLaMN started working on it.

BoLaMN commented 8 years ago

If you want a different colour scheme you just create a different palette\theme thru $mdThemeProvider such as the one defined in the colors.coffee so as long as you stick to using the defined classes it will automatically adjust the shades and text to what's needed for that colour.

The system I built on top of mdThemeProvider was so i was able to utilise the selected themes colours outside of the angular material components.

https://material.angularjs.org/latest/Theming/01_introduction

SrPatinhas commented 8 years ago

@BoLaMN you will help in this one? :p

BoLaMN commented 8 years ago

@SrPatinhas you wish ;) only offer hints and tips as I'm swamped at work and that pays the bills!