jellyfin / jellyfin-android

Android Client for Jellyfin
https://jellyfin.org
GNU General Public License v2.0
1.58k stars 252 forks source link

Provide Material You palette as CSS variables #1468

Open 0neGal opened 3 months ago

0neGal commented 3 months ago

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 */
}