Theme export

Copy or download the current global theme CSS.

Select a preview theme and export a production-ready `global.css` where that theme is merged into `:root`. Other preview themes are removed from the output.

Export global.css
Export one selected theme as a standalone `global.css`. The output maps the selected theme to `:root` and removes the other preview themes.
Preset export6,490 bytes
Theme token JSON
3,872 bytes · uses preset styles
Export package
Download implementation notes alongside CSS and tokens.
global.css
Production CSS variables for the selected theme.
theme.json
Light and dark token source for preset persistence.
README.md
Package overview for handoff or sale.
shadcn-install.md
Implementation notes for shadcn/ui projects.
nextjs-usage.md
Implementation notes for Next.js starter projects.
Quality Gate
Export readiness based on contrast, token completeness, and scenario coverage.
Ready
Theme score
96/100
Contrast pass rate
93%
13/14
Missing tokens
0
complete
Scenario coverage
5/5
landing, pricing, dashboard, auth, settings
CLI export
Generate a physical CSS file from the same source.
pnpm export:theme theme-studio

The command writes `exports/global.css` for the requested theme. Use `theme-utility`, `theme-studio`, or `theme-console`.

The exported CSS has no `.theme-utility`, `.theme-studio`, or `.theme-console` blocks. The selected theme is already mapped to `:root`.