-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Noob help changing the primary color #736
Comments
I don't know if this is the right way (maybe I misinterpreted someone saying that this _default-theme thing is just for upcoming theming) but the first thing working for me was changing the styles in the component (for example there are styles in the toolbar.js) so I just replaced the color code for the whole solution and it worked If I did it wrong and there is something else, let me know |
This is tracked via #123 We currently don't have a way for the end-user to customize the theme; this will be coming before beta. |
So, again, what is the suggested way to change primary color or adjust material theme? |
We unfortunately don't have user-controlled theming available yet at this On Wed, Jul 13, 2016 at 2:00 PM, Alex Sorokoletov [email protected]
|
@alexsorokoletov (I'm not part of material2 team;) ) as a temporary workaround you could fork material, modify _default-theme.scss and replace you npm dependency from material2-core to your own version... |
Thanks guys. I've heard similar solution from other person. As for now I reference Palette and theming functions in app component scss and add styles I need there. For toolbar this worked nice, but looking at button makes me dizzy :) |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
I want to change the primary color. I found the _default-theme.scss in the core folder, I tried to use sass to compile it, even after changing the name and compiling it produced an empty file. I feel like I'm doing this wrong, what is the correct way to set the primary color pallete?
Thanks,
Nate
The text was updated successfully, but these errors were encountered: