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

{/* Do not edit this file. It is automatically generated by API Documenter. */}

## ThemeTokens interface

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

**Signature:**

```typescript
interface ThemeTokens
```

## Properties

<table>
  <thead>
    <tr>
      <th>
        Property
      </th>

      <th>
        Modifiers
      </th>

      <th>
        Type
      </th>

      <th>
        Description
      </th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        [isLight](/en/creator-api/types/theme-tokens/is-light)
      </td>

      <td />

      <td>
        boolean
      </td>

      <td>
        Whether the current theme uses a light base
      </td>
    </tr>

    <tr>
      <td>
        [themeName](/en/creator-api/types/theme-tokens/theme-name)
      </td>

      <td />

      <td>
        string
      </td>

      <td>
        Theme identifier (e.g., 'dracula', 'lottiefiles-dark')
      </td>
    </tr>

    <tr>
      <td>
        [tokens](/en/creator-api/types/theme-tokens/tokens)
      </td>

      <td />

      <td>
        Record\<string, string>
      </td>

      <td>
        CSS variable name to resolved value map
      </td>
    </tr>
  </tbody>
</table>
