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

Provide Material You palette as CSS variables #1468

Open
0neGal opened this issue Aug 18, 2024 · 0 comments
Open

Provide Material You palette as CSS variables #1468

0neGal opened this issue Aug 18, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@0neGal
Copy link

0neGal commented Aug 18, 2024

Describe the feature you'd like
When available, Material You colors should be added as CSS variables, a custom theme can then make use of these to create device specific looks.

Additional context
Ideally these variables would be named something like:

:root {
    --system-accent1-1: ...;
    --system-accent3-100: ...;
    --system-neutral1-900: ...;
    /* and so forth, you get the gist */
}
@0neGal 0neGal added the enhancement New feature or request label Aug 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant