Open
Description
The applyTheme
function as referenced below, creates CSS variables on a given target element and scopes everything to the sys token type. However, custom colors are not factored in. Given that the custom colors do account for "color", "on", and "container" (as well as light/dark) is there a convention for how these should be tokenized. Also, is there a reason that the convention would/wouldn't be applied in the applyTheme
function ?
material-color-utilities/typescript/utils/theme_utils.ts
Lines 154 to 166 in 9e67d5e