ThemeTokens

Theme token data sent to plugins when the Creator UI theme changes.

ThemeTokens interface

Theme token data sent to plugins when the Creator UI theme changes.

Signature:

interface ThemeTokens

Properties

Property

Modifiers

Type

Description

isLight

boolean

Whether the current theme uses a light base

themeName

string

Theme identifier (e.g., 'dracula', 'lottiefiles-dark')

tokens

Record<string, string>

CSS variable name to resolved value map

Last updated: August 5, 2026 at 11:47 AMEdit this page