@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
// docmd.config.js
module.exports = {
theme: { name: 'retro' }
};
Part of the docmd documentation engine.
Documentation
See docs.docmd.io/theming for customisation options and CSS variable reference.
License
MIT