iii / worker
$preview

worker badge

dial in any worker slug and see the readme badge across both themes and both README backdrops. copy the embed snippet you need.

controls

theme × backdrop matrix

theme=lightgithub light bg (#ffffff)
iii badge for iii-database — theme=light on light bg
theme=darkgithub light bg (#ffffff)
iii badge for iii-database — theme=dark on light bg
theme=lightgithub dark bg (#0d1117)
iii badge for iii-database — theme=light on dark bg
theme=darkgithub dark bg (#0d1117)
iii badge for iii-database — theme=dark on dark bg

embed snippets

markdown — light theme (canonical)
![iii iii-database](https://workers.iii.dev/workers/iii-database/badge.svg)
markdown — dark theme
![iii iii-database](https://workers.iii.dev/workers/iii-database/badge.svg?theme=dark)
github auto dark/light — html <picture>
<picture>
  <source media="(prefers-color-scheme: dark)" srcset="https://workers.iii.dev/workers/iii-database/badge.svg?theme=dark">
  <img src="https://workers.iii.dev/workers/iii-database/badge.svg" alt="iii iii-database">
</picture>
github auto dark/light — markdown (#gh-*-mode-only)
![iii iii-database](https://workers.iii.dev/workers/iii-database/badge.svg#gh-light-mode-only)
![iii iii-database](https://workers.iii.dev/workers/iii-database/badge.svg?theme=dark#gh-dark-mode-only)