Light/Dark Harmony for Modern Web Apps.
Chiaroscuro UI is now a lightweight starter for a design-system playground: a zero-build, zero-runtime CSS foundation with a small interactive demo you can open directly in the browser or serve locally.
tenebrism, sfumato, and umbra..
├── index.html # Demo page / playground
├── package.json # Small helper scripts
└── src
├── chiaroscuro.css # Theme tokens and component primitives
└── playground.js # Theme + mode interactions and token swatches
Open index.html in a browser to inspect the starter system.
npm run start
This starts a static server on http://localhost:4173 using Python's built-in HTTP server.
npm run start — serves the demo locally.npm run check — syntax-checks src/playground.js with Node.core.css package.