Dark Mode Token Migration

Add dark mode to a light-only app that styles with RAW color utilities (Tailwind `stone-*`/`slate-*`/`gray-*`) via a semantic token layer, migrating utilities onto it so light stays PIXEL-IDENTICAL and dark comes for free. Use when asked to "add dark mode", or to refactor hardcoded color utilities into a themeable token system. Not for apps already on semantic tokens — just add `.dark` values plus a toggle.

ever-just 7b47b8d 3 files · 25.5 KB Updated

File contents

ever-just/agentskills/tree/main/skills/dark-mode-token-migration commit 7b47b8deef

Frequently asked questions

npx skillmds@latest add ever-just/dark-mode-token-migration