# Design Tokens There's an attempt at standardizing a file format for representing design tokens, which are names that map to style information, such as: * Color * Font * Spacing * Etc. They can be grouped into categories and used as a building block for generating/consuming themes. This effort is led by a group of companies on https://github.com/design-tokens. They're working to standardize the structure and capabilities of design tokens. See: * [Specification](https://tr.designtokens.org/format/) * [GitHub - design-tokens/community-group: This is the official DTCG repository for the design tokens specification.](https://github.com/design-tokens/community-group) * [Native modes and theming support · Issue #210 · design-tokens/community-group · GitHub](https://github.com/design-tokens/community-group/issues/210)