Skip to main content

Structure

EditorThemeValues

All tokens are strings resolved to CSS values at render time. Any valid CSS value is supported, including CSS variables (e.g. var(--my-brand-color)). EditorTheme inherits the base and semantic tokens from GraphTheme. Modify these tokens in the graph theme to update multiple elements at once.

Color tokens

Font tokens

Font tokens are passed to the CSS font property and use the CSS font shorthand syntax, which sets multiple font properties in a single declaration.