Public brand and marketing assets for A11y Studio. Single source of truth for logos and Marketplace screenshots.
brand/
icon.svg # Canonical logo source (Figma export)
icon-128.png # VS Code Marketplace icon + website header (128×128)
icon-512.png # Marketing / high-res (512×512)
screenshots/ # VS Code UI captures for README / Marketplace Details
Stable raw links (replace main with a tag when pinning releases):
- Logo:
https://raw.githubusercontent.com/a11ystudio/media/main/brand/icon-128.png - Screenshots:
https://raw.githubusercontent.com/a11ystudio/media/main/screenshots/<filename>
| Product | Uses |
|---|---|
| a11ystudio.io | Logo URL above (no file copy in the monorepo) |
| VS Code extension | pnpm run sync:media in a11y-studio copies brand/ → apps/vscode-extension/media/ for the VSIX |
| Marketplace README | screenshots/ via raw.githubusercontent.com URLs |
To change the logo: edit brand/icon.svg here, regenerate PNGs (icon:render in the monorepo), commit and push this repo. The website updates without redeploying the code monorepo.