A one-button light/dark switch built on CSS variables. It follows the visitor’s system preference on the first visit, remembers their choice after that, and transitions smoothly.
Double-click snippet.html to see it working in your browser. It’s plain HTML, CSS & JavaScript — no install, build, or server needed, and no external libraries.
Keep this folder inside your website project (or anywhere Claude Code can read it), then ask Claude something like:
Prefer to paste it yourself? Open snippet.html, copy the part you need, and tell Claude: “integrate this into [page], matching my site’s existing styles.”
snippet.html from the Dark-Mode-Toggle folder” — so it references the exact snippet.:root and [data-theme="dark"] variables — point your styles at them (var(--bg), var(--text)…).localStorage key theme.