Files
docmd-io--docmd/packages/themes/README.md
T
wehub-resource-sync 6db8fca185
docmd CI verification / verify (push) Failing after 0s
chore: import upstream snapshot with attribution
2026-07-13 12:31:55 +08:00

28 lines
667 B
Markdown

# @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