Specifies the full list of acceptable color token names in LiftKit.
type LkColor =
| "primary"
| "onprimary"
| "primarycontainer"
| "onprimarycontainer"
| "secondary"
| "onsecondary"
| "secondarycontainer"
| "onsecondarycontainer"
| "tertiary"
| "ontertiary"
| "tertiarycontainer"
| "ontertiarycontainer"
| "error"
| "onerror"
| "errorcontainer"
| "onerrorcontainer"
| "background"
| "onbackground"
| "surface"
| "onsurface"
| "surfacevariant"
| "onsurfacevariant"
| "shadow"
| "inversesurface"
| "scrim"
| "inverseonsurface"
| "inverseprimary"
| "success"
| "onsuccess"
| "successcontainer"
| "onsuccesscontainer"
| "warning"
| "onwarning"
| "warningcontainer"
| "onwarningcontainer"
| "info"
| "oninfo"
| "infocontainer"
| "oninfocontainer"
| "primaryfixed"
| "onprimaryfixed"
| "primaryfixeddim"
| "onprimaryfixedvariant"
| "secondaryfixed"
| "onsecondaryfixed"
| "secondaryfixeddim"
| "onsecondaryfixedvariant"
| "tertiaryfixed"
| "ontertiaryfixed"
| "tertiaryfixeddim"
| "ontertiaryfixedvariant"
| "surfacedim"
| "surfacebright"
| "surfacecontainerlowest"
| "surfacecontainerlow"
| "surfacecontainer"
| "surfacecontainerhigh"
| "surfacecontainerhighest"
| "outline"
| "outlinevariant"
| "transparent";
Components that use this type.