check
Code copied to clipboard.
close
menu
menu_open
menu

LkColor

Specifies the full list of acceptable color token names in LiftKit.

Scope

Global
Local

Kind

Interface
Type

Source Code

content_copy

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";

Related Components

Components that use this type.

Related Types

Types with similar roles.