UNPKG

@atlaskit/tokens

Version:

Design tokens are the single source of truth to name and store design decisions.

7 lines 378 B
/** * Theme modes: The general purpose of a theme. * This attr is used to apply the appropriate system-preference option * It may also be used as a selector for mode-specific overrides such as light/dark images. * The idea is there may exist many color themes, but every theme must either fit into light or dark. */ export const themeColorModes = ['light', 'dark', 'auto'];