Theme & dark-mode products
How the organization splits doc-site chrome and dark mode across repositories.
Product map
| Product | Role | Install shape |
|---|---|---|
Composed doc-site chrome (mast, header, layout, VCS icons) with bundled dark mode |
Release |
|
Dark mode only — toggle, FOUC prevention, CSS overlay |
|
|
|
Former monolithic package (chrome + dark in one name) |
Do not use. Migrate to Valentus (full) or |
Choose quickly
-
Need sticky header, breadcrumb mast, and dark toggle together → valentus-theme
-
Already happy with Default UI (or another theme) and only want a dark toggle → antora-dark-mode
-
Still pinning
antora-dark-themeURLs or a personal fork of that name → migrate (see below)
Do not put Valentus in ui.bundle and also layer antora-dark-mode on top — Valentus already includes dark mode.
Canonical docs
-
Valentus: GitHub Pages
-
Dark mode overlay: GitHub Pages · hub stub Antora Dark Mode
-
Migration from the old name: Legacy names & migration
GitHub topic strings (gallery + dependents)
The theme gallery uses prescribed capability topics such as antora-theme, antora-dark-theme, and antora-dark-mode for appearance filters.
Those topic strings describe capability (full theme vs slipstream overlay) — they are not the retired npm package name.
Separately, every site that depends on a named theme must add that theme’s product topic (exact GitHub repository name) so dependents stay rediscoverable:
-
Valentus consumers → topic
valentus-theme(gh search repos --topic valentus-theme) -
Dark-mode overlay consumers → topic
antora-dark-modewhen appropriate
See the extensions-registry contributing guide (Product dependency topics) and the Valentus guide on GitHub Topics.
See also
-
Antora Dark Mode (portal stub)