-
I want more colour choices for which I have HEX code but no human readable name. It does respect material design colour palette patterns or approach. So, how to contribute to adding more colour choices to this project? Do you think this could be good candidate to convert to issue and worked upon? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Thanks for asking. We have integrated the most fitting tints of the Material Design palette, and we stick to that. If we would add more color choices, it would increase the size of the bundle, specifically Good defaults and easy extensibility – that's what we aim for with everything we do. |
Beta Was this translation helpful? Give feedback.
Thanks for asking. We have integrated the most fitting tints of the Material Design palette, and we stick to that. If we would add more color choices, it would increase the size of the bundle, specifically
palette.css
, and thus negatively impact performance. When making choices what to integrate, we always have to strike for a balance between convenience, utility and performance. For colors, this choice has proven to be optimal. Additionally, we offer ways to override the defaults with your custom colors, see our documentation.Good defaults and easy extensibility – that's what we aim for with everything we do.