peer / mind

Decide together.
http://peermind.org
Other
58 stars 12 forks source link

Use SCSS to change the color theme #121

Open mitar opened 8 years ago

mitar commented 8 years ago

Currently we use default color theme. We can use SCSS to configure variables which direct color theme.

See: https://github.com/Dogfalo/materialize/issues/1018

In our own styles we also use values based on those variables. We should see how we could use variables there as well.

mitar commented 8 years ago

Color theme should match our logo #47.

mitar commented 8 years ago

So it seems that one could create an override SCSS file with new values for variables for theme colors and Meteor should pick it up and then create our own Materialize-based theme. But it is unclear how to do that.

So ideally we would create such override file, and then create a match Stylus file for the rest of our styles (in Stylus). See #132.

I can help with finding a way how to create the override file in Meteor.

mitar commented 8 years ago

I made a file in packages/council/base/base.scss which allows us to override default colors and other variables from Materialize.

We should use this to match our logo colors (see #47).