diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-23 16:17:43 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-23 16:17:43 +0200 |
| commit | 734eb4f3aec4e3c10064c7af4bd8e33c64ad07a7 (patch) | |
| tree | a0652fc0e71557831064cddf22620e1a839a6e12 /docs/superpowers | |
| parent | 36d87e27019fce743e63be87222e987510863e6f (diff) | |
| download | lectio-734eb4f3aec4e3c10064c7af4bd8e33c64ad07a7.tar.gz lectio-734eb4f3aec4e3c10064c7af4bd8e33c64ad07a7.zip | |
docs(plan): update theme amendment to final 14-theme set + mono toggle
Diffstat (limited to 'docs/superpowers')
| -rw-r--r-- | docs/superpowers/plans/2026-07-23-lectio-go-rewrite.md | 16 |
1 files changed, 9 insertions, 7 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 b4c6dd6..5bae6cf 100644 --- a/docs/superpowers/plans/2026-07-23-lectio-go-rewrite.md +++ b/docs/superpowers/plans/2026-07-23-lectio-go-rewrite.md @@ -1710,13 +1710,15 @@ in the top bar. Full task detail in `.superpowers/sdd/task-B3-brief.md`. 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). +distinct); `dominicans` (black & white), `marian` (light blue/white/gold), +`epiphany` (dark indigo/gold) added; `pentecost` retinted to red/white/gold; +`franciscans` ground darkened. (`deus_vult` was added then removed.) Two +type mechanisms were introduced, both routed through `base.css` +(`--font-reading: var(--theme-font, <serif>)`): a theme may set `--theme-font` +to change its reading face, and a global monospace toggle — config `web_mono` +plus a client-side "mono" top-bar checkbox that sets `body.mono` — forces +monospace for any theme. Final count: 14 themes (6 religious orders, 8 seasons +and feasts). ## Self-Review Notes |
