diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-23 21:22:45 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-23 21:22:45 +0200 |
| commit | 138c03e34489e8e04f135546ef680e0fa79a6c32 (patch) | |
| tree | b6c3a0b675565137f70355f903a2e1010215f236 /README.md | |
| parent | a7e3ad33070dee77fd7a7796a1e6da9a762440e5 (diff) | |
| download | lectio-138c03e34489e8e04f135546ef680e0fa79a6c32.tar.gz lectio-138c03e34489e8e04f135546ef680e0fa79a6c32.zip | |
web: distinct per-theme fonts + bolder accents; memento_mori bare monospace
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 28 |
1 files changed, 16 insertions, 12 deletions
@@ -213,20 +213,24 @@ only; the file itself is never rewritten. ## Themes `lectio-web` ships 14 built-in, colour-only themes (they set colours — with -all fonts, spacing, borders and layout fixed in `base.css`). A theme may -additionally set `--theme-font` to change the reading face, and a monospace -reading face can be turned on for any theme (see `web_mono` and the "mono" -top-bar toggle below): +all spacing, borders and layout fixed in `base.css`). Each theme now also +sets a distinct typeface — serif variants (plain, old-style, classic or +Iowan), humanist sans, or plain sans — so themes are told apart by face as +well as palette, on top of which a monospace reading face can be turned on +for any theme (see `web_mono` and the "mono" top-bar toggle below): -Religious orders: `transfiguration` (dark, gold/olive — the default), -`desert_fathers` (light, sand/umber), `benedictines` (dark, black/gold), -`franciscans` (dark, brown/terracotta), `memento_mori` (dark, greyscale, -monospace), `dominicans` (black & white). +Religious orders: `transfiguration` (dark, gold/olive, serif — the +default), `desert_fathers` (light, sand/umber, Iowan serif), `benedictines` +(dark, black/gold, old-style serif), `franciscans` (dark, brown/terracotta, +humanist sans), `memento_mori` (dark, bare monospace — no role colours, just +plain text), `dominicans` (black & white, classic serif). -Liturgical seasons and feasts: `advent` (dark violet), `nativity` (light -white/gold), `lent` (dark ashen violet), `easter` (light radiant gold), -`pentecost` (red/white/gold), `ordinary` (light green), `epiphany` (dark -indigo/gold), `marian` (light blue/white/gold). +Liturgical seasons and feasts: `advent` (dark violet, classic serif), +`nativity` (light white/gold, old-style serif), `lent` (dark ashen violet, +serif), `easter` (light radiant gold, Iowan serif), `pentecost` +(red/white/gold, humanist sans), `ordinary` (light green, sans), `epiphany` +(dark indigo/gold, serif), `marian` (light blue/white/gold, old-style +serif). Set the default with `web_theme` in config, or pick one live from the "motyw" dropdown in the browser UI. |
