Skip to content
FelicityUI

Tokens

Primitive tokens stay in the catalog. Components consume semantic tokens generated per platform.

color.primitive.copper.600 is a palette value. Components use color.action.primary.

Themes: light, dark, and system on the website. Additional brand themes overlay the same semantic ids later — there is no theme builder in v1.

Generated representations:

  • CSS: --felicityui-color-action-primary and Tailwind --color-action-primary
  • Swift: DesignColor.actionPrimary
  • Compose: DesignColors.actionPrimary

Read the token catalog and install with felicityui add tokens.