Pill toggle for light / breeze / dark.
Inline pill toggle for switching themes. Three modes (Light / Breeze / Dark) or four (add Graphite). Stores choice in localStorage + syncs to system preference if no override.
import { ThemeSwitcher } from "@/components/ui/theme-switcher";
<ThemeSwitcher modes={["light", "breeze", "dark", "graphite"]} />components/ui/ folder. You own the code.