Themes Documentation

May 29, 2026 · View on GitHub

中文

This directory centralizes documentation for all themes, including design intent, configuration, and migration notes.

Theme Index

ThemeEnglish Docs中文文档
ClaudeCLAUDE.en.mdCLAUDE.md
EndspaceENDSPACE.en.mdENDSPACE.md
FuwariFUWARI.mdFUWARI.md
ThoughtLite (WIP)THOUGHTLITE.en.mdTHOUGHTLITE.md · plan (zh)

Maintenance Rules

  • 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.md and docs/README.en.md as navigators; place theme details here.
  • When merging into the upstream repo: besides themes/<id>/, commit <id>.png and <id>.webp under public/images/themes-preview/, and add name / summary (and optional cover / coverWebp, tier) to THEME_SWITCH_MANIFEST in conf/themeSwitch.manifest.js; see THEME_MIGRATION_GUIDE §8 (中文 §8). Local-only themes do not require this.