diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/superpowers/plans/2026-07-23-lectio-go-rewrite.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/superpowers/plans/2026-07-23-lectio-go-rewrite.md b/docs/superpowers/plans/2026-07-23-lectio-go-rewrite.md index af00bb0..b4c6dd6 100644 --- a/docs/superpowers/plans/2026-07-23-lectio-go-rewrite.md +++ b/docs/superpowers/plans/2026-07-23-lectio-go-rewrite.md @@ -1705,6 +1705,19 @@ in the top bar. Full task detail in `.superpowers/sdd/task-B3-brief.md`. select from `cfg.WebDisplay`. - **README** (folds into Task 14): document the three modes + `web_display`. +## Post-build theme amendment (2026-07-23) + +The built-in theme set was revised after the initial build; `docs/THEMES.md` +and the `internal/web/static/themes/*.css` files are the authoritative list. +Changes vs the Task B1 palettes above: `camaldolese` removed (insufficiently +distinct); `deus_vult` (light silver/white/red), `dominicans` (light +black/white/gold), `marian` (light blue/white/gold), `epiphany` (dark +indigo/gold) added; `pentecost` retinted to red/white/gold; `franciscans` +ground darkened. A single non-colour override was introduced: a theme may set +`--theme-font` to change the reading face (`memento_mori` uses monospace); +`base.css` reads it as `--font-reading: var(--theme-font, <serif>)`. Final +count: 15 themes (7 religious orders, 8 seasons/feasts). + ## Self-Review Notes - Spec coverage: two binaries (T1,12,13,15-via-14), embedded corpora (T1,4), lookup (T4,5), aliases incl. `J`→John (T3), citation conversion + psalm systems (T2,6), fetch/parse (T7,8), cache HTML+JSON (T8), sigla harvest + offline (T9), config incl. `offline` (T10), render + dedup + pl→wuj (T11), subcommands (T12), colored reader TUI (T13), Makefile/cross/README (T1,14). All spec sections map to a task. |
