get_theme
Fetch a named theme's token assignments, raw SCSS body, light-dark() support flag, and source path from css-is-awesome-mcp.
Instructions
Return one theme: declared token assignments, raw SCSS body, light-dark() support flag, and source path. Themes are authored through @mixin theme($name, $scheme: light dark, $standalone: true); $standalone: false drops the bare :root for multi-theme bundles. Never hand-write the selector.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Theme name (e.g. "boilerplate", "terminal", "press", "sketchbook-dark"). |