Conversation
|
Hi @twerske, I was giving a try to the template (I'm using @angular/material 16.0.1) and I think I found 2 issues (if not mistaken) :
$font-family Really not sure of myself but wanted to let you know. Would be cool also if the theme could be generated also via @material/material-color-utilities |
| A100: var(--md-sys-color-primary-light), | ||
| A200: var(--md-sys-color-primary-light), | ||
| A400: var(--md-sys-color-primary-light), | ||
| A700: var(--md-sys-color-primary-light), |
There was a problem hiding this comment.
@twerske I am wondering if it is ok to use the same color for different tones and shouldn't we use something like this?
50: var(--md-ref-palette-primary95),
100: var(--md-ref-palette-primary90),
200: var(--md-ref-palette-primary80),
300: var(--md-ref-palette-primary70),
400: var(--md-ref-palette-primary60),
500: var(--md-ref-palette-primary40),
600: var(--md-ref-palette-primary40),
700: var(--md-ref-palette-primary30),
800: var(--md-ref-palette-primary20),
900: var(--md-ref-palette-primary10),|
Hello any update on this? The issue #38 was closed but the PR was never merge. |
closes #38
Add export template for Angular Material theming based off of the CSS var exports (similar to the Web CSS option).
Thanks @rodydavis!