This directory centralizes documentation for all themes, including design intent, configuration, and migration notes.
| Theme | English Docs | 中文文档 |
|---|---|---|
| Claude | CLAUDE.en.md | CLAUDE.md |
| Endspace | ENDSPACE.en.md | ENDSPACE.md |
| Fuwari | FUWARI.md | FUWARI.md |
| ThoughtLite (WIP) | THOUGHTLITE.en.md | THOUGHTLITE.md · plan (zh) |
- For theme authors: building and maintaining themes is substantial work. Today the primary path is contributing free, redistributable themes via the main GitHub repo. If paid themes, a private author repo, or paid private deployment are introduced later, follow the roadmap in THEME_MIGRATION_GUIDE §8.4 and official announcements.
- Every new theme should add docs in this directory (at least features, configuration, and enablement steps).
- If a theme changes global files, document the global impact explicitly in its theme doc.
- Keep
docs/README.mdanddocs/README.en.mdas navigators; place theme details here. - When merging into the upstream repo: besides
themes/<id>/, commit<id>.pngand<id>.webpunderpublic/images/themes-preview/, and addname/summary(and optionalcover/coverWebp,tier) toTHEME_SWITCH_MANIFESTinconf/themeSwitch.manifest.js; see THEME_MIGRATION_GUIDE §8 (中文 §8). Local-only themes do not require this.