Skip to content
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

Include multiple color palettes #6

Closed
squidfunk opened this issue Feb 21, 2016 · 9 comments
Closed

Include multiple color palettes #6

squidfunk opened this issue Feb 21, 2016 · 9 comments
Assignees
Labels
change request Issue requests a new feature or improvement

Comments

@squidfunk
Copy link
Owner

The theme is easily customizable through compilation but it would be nice if there were some more nice material design colors palettes included. Suggestions for good palettes are welcome, maybe one for every color.

@squidfunk squidfunk added change request Issue requests a new feature or improvement help wanted labels Feb 21, 2016
@squidfunk squidfunk self-assigned this Feb 21, 2016
@sebastian-marinescu
Copy link
Contributor

MaterialUI.co have a nice Flat UI Colors palette. Her is a Gist in Scss and in Sass.
But of course you could tank in the whole palette of Bootstrap Material Design...

@squidfunk
Copy link
Owner Author

I know Materialui.co, really good resource. My point was more in the direction of good combinations of colors. However, thinking about it I came to realize that the best approach is to let the user decide. I will extend the Material theme to generate the right CSS for the 400- or 500-variant of every primary color in Google's Material Design palette and good matching accent colors, so the user can decide from the configuration file.

However, thanks for your feedback!

@sebastian-marinescu
Copy link
Contributor

Sounds good! Your welcome.

@carlosperate
Copy link

This is great, can't wait to try it!

@sebastian-marinescu
Copy link
Contributor

Nice work @squidfunk 👍

You should probably give an example how to use it, either on the
documentation-site or as an example mkdocs.yml, something like:

extra:
  # other config
  palette:
    primary: deep orange
    accent: light blue

@sebastian-marinescu
Copy link
Contributor

wow, nice 🎉 – I have only looked at "Customization"... I underestimated you, I'm sorry! 😄
and http://squidfunk.github.io/mkdocs-material/getting-started/#full-example you even integrated i18n 🙇

@squidfunk
Copy link
Owner Author

My pleasure, trying to build the best and most flexible MkDocs theme. Still loads of work to do (refactor project drawer, optimize typography), but we're on the way with the great help of you guys. Thanks!

@sebastian-marinescu
Copy link
Contributor

Best? Already. And most flexible MkDocs theme? Sounds good! 🍬

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
change request Issue requests a new feature or improvement
Projects
None yet
Development

No branches or pull requests

3 participants