Directories
¶
| Path | Synopsis |
|---|---|
|
Package a11y publishes the operating system's accessibility display preferences — reduce motion, increased contrast, larger text — as an rx.Observable[A11yPrefs] that emits only when a value actually changes.
|
Package a11y publishes the operating system's accessibility display preferences — reduce motion, increased contrast, larger text — as an rx.Observable[A11yPrefs] that emits only when a value actually changes. |
|
cmd
|
|
|
a11y-check
command
a11y-check prints OS accessibility preferences once per second.
|
a11y-check prints OS accessibility preferences once per second. |
|
vg-tokens
command
Command vg-tokens writes the Claude Design project layout — theme.json, styles.css, readme.md and the foundation pages under foundations/ — for a spectrum theme into a target directory.
|
Command vg-tokens writes the Claude Design project layout — theme.json, styles.css, readme.md and the foundation pages under foundations/ — for a spectrum theme into a target directory. |
|
APCA (Accessible Perceptual Contrast Algorithm), the contrast metric ADR-007 gates the palette on.
|
APCA (Accessible Perceptual Contrast Algorithm), the contrast metric ADR-007 gates the palette on. |
|
Package export serialises a theme.Theme emission into the project layout claude.ai/design consumes: theme.json, the machine-readable generative parameters; styles.css, the token sheet; readme.md, the project's front door; and the foundation pages under foundations/.
|
Package export serialises a theme.Theme emission into the project layout claude.ai/design consumes: theme.json, the machine-readable generative parameters; styles.css, the token sheet; readme.md, the project's front door; and the foundation pages under foundations/. |
|
Package preferences persists the user's explicit appearance choice — a theme name and the accessibility overrides — across launches, as JSON in an OS-appropriate config directory.
|
Package preferences persists the user's explicit appearance choice — a theme name and the accessibility overrides — across launches, as JSON in an OS-appropriate config directory. |
|
Package system publishes the operating system's appearance — dark mode and the accent colour — as a reactive stream, and bridges it to the theme the components above read.
|
Package system publishes the operating system's appearance — dark mode and the accent colour — as a reactive stream, and bridges it to the theme the components above read. |
|
Package theme carries the design tokens a component reads while it lays out.
|
Package theme carries the design tokens a component reads while it lays out. |
|
Package tokens holds the typed design values the whole system is styled from: the ColorTokens colour vocabulary — ADR-007's nine-step functional ramps, pinned role bases and thin semantic layer, derived from a brand seed by FromSeed, with the MD3-only names kept as deprecated aliases — the Material Design 3 type scale in dp, and the 4-pt spacing, radius, elevation and motion scales.
|
Package tokens holds the typed design values the whole system is styled from: the ColorTokens colour vocabulary — ADR-007's nine-step functional ramps, pinned role bases and thin semantic layer, derived from a brand seed by FromSeed, with the MD3-only names kept as deprecated aliases — the Material Design 3 type scale in dp, and the 4-pt spacing, radius, elevation and motion scales. |
|
Package transition is a forwarding shim for github.com/vibrantgio/pulse/transition, which is where the colour-token tween bridge now lives: it is animation code depending on pulse/tween, and a foundation module should not depend on the effects layer (ADR-001).
|
Package transition is a forwarding shim for github.com/vibrantgio/pulse/transition, which is where the colour-token tween bridge now lives: it is animation code depending on pulse/tween, and a foundation module should not depend on the effects layer (ADR-001). |
|
Package window scopes a theme to a window.
|
Package window scopes a theme to a window. |
Click to show internal directories.
Click to hide internal directories.