Set Theme Mode
design_set_themeSet the design project's theme to light or dark, updating the client dashboard accordingly.
Instructions
Set the theme mode for the design project (light or dark). The client dashboard will update accordingly.
Args:
mode (string): Theme mode — 'light' or 'dark'
Example:
design_set_theme(mode="dark")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | Theme mode |