CodeBeamOrg / CodeBeam.MudBlazor.Extensions

Useful third party extension components for MudBlazor, from the contributors.
https://mudextensions.codebeam.org/
MIT License
367 stars 62 forks source link

[MudColorProvider] -- updates to match changes in the material 3 specification #246

Closed segfault- closed 11 months ago

segfault- commented 11 months ago

https://m3.material.io/styles/color/the-color-system/tokens

image image
mckaragoz commented 11 months ago

Can you describe the material changes (not need to all details) in here? It will be helpful for future PRs.

segfault- commented 11 months ago

This PR mainly adds the new definition(s) for Neutral colors from : https://m3.material.io/styles/color/the-color-system/key-colors-tones

(light mode) Surface Dim - N-87 Surface - N-98 Surface Bright - N-98 Surface Container Lowest - N-100 Surface Container Low - N-96 Surface Container - N-94 Surface Container High - N-92 Surface Container Highest - N-90 On Surface - N-10 On Surface Variant - NV-30 Outline - NV-50 Outline Variant - NV-80

mckaragoz commented 11 months ago

Thanks 🥇