Service that opens a standalone Theme Studio window.
The studio lets developers live-edit every CSS custom property defined in the
@theredhead design-token manifest. Changes are applied in real time to the
opener window via document.documentElement.style.setProperty(). The studio
supports:
Searching / filtering tokens by name, description, type, scope, namespace
Exporting an override CSS stylesheet
Importing / exporting overrides as JSON
The popup uses its own self-contained styles so it is never affected by the
app's theme changes.
Service that opens a standalone Theme Studio window.
The studio lets developers live-edit every CSS custom property defined in the
@theredheaddesign-token manifest. Changes are applied in real time to the opener window viadocument.documentElement.style.setProperty(). The studio supports:The popup uses its own self-contained styles so it is never affected by the app's theme changes.
Example