# @docmd/themes

Official themes for docmd - three production-ready designs with full light/dark mode support, each customisable via CSS variables.

| Theme | Style |
|:---|:---|
| **Sky** | Clean, modern, blue accents. Default. |
| **Ruby** | Elegant serif typography, red accents. |
| **Retro** | Terminal-style, neon, high contrast. |

## Quick start

```js
// docmd.config.js
module.exports = {
  theme: { name: 'retro' }
};
```

Part of the **[docmd](https://github.com/docmd-io/docmd)** documentation engine.

## Documentation

See **[docs.docmd.io/theming](https://docs.docmd.io/theming)** for customisation options and CSS variable reference.

## License

MIT