aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/THEMES.md2
-rw-r--r--docs/superpowers/plans/2026-07-23-lectio-go-rewrite.md6
-rw-r--r--docs/superpowers/specs/2026-07-23-lectio-go-rewrite-design.md2
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/THEMES.md b/docs/THEMES.md
index b9bfeca..53fac9b 100644
--- a/docs/THEMES.md
+++ b/docs/THEMES.md
@@ -97,7 +97,7 @@ Religious orders:
tau/terracotta `#a8703a`, link/refrain olive.
- **memento_mori** (dark, greyscale) — ash `#1a1a1a` / bone `#d8d4cc`;
`#7a4a42` (dried blood) is reserved for the `.error` role only.
-- **camedules** (light) — `#f2f1ee` / slate `#3a3f44`, accent slate-blue
+- **camaldolese** (light) — `#f2f1ee` / slate `#3a3f44`, accent slate-blue
`#5f7a86`, refrain sage `#7a9a88`.
Liturgical seasons:
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 eaf0a58..6ab484e 100644
--- a/docs/superpowers/plans/2026-07-23-lectio-go-rewrite.md
+++ b/docs/superpowers/plans/2026-07-23-lectio-go-rewrite.md
@@ -1531,7 +1531,7 @@ spec's comments. (Small follow-up commit to internal/config.)
**Files:** Create `internal/web/render.go`, `internal/web/render_test.go`,
`internal/web/templates/*.html`, `internal/web/static/base.css`,
-`internal/web/static/themes/{transfiguration,desert_fathers,benedictines,franciscans,memento_mori,camedules,advent,nativity,lent,easter,pentecost,ordinary}.css`,
+`internal/web/static/themes/{transfiguration,desert_fathers,benedictines,franciscans,memento_mori,camaldolese,advent,nativity,lent,easter,pentecost,ordinary}.css`,
`internal/web/static/htmx.min.js` (download the pinned release), and a
`docs/THEMES.md` documenting the role classes for people writing their own.
@@ -1556,7 +1556,7 @@ it. Palettes (hex) — religious orders:
- **memento_mori** (dark greyscale) — bg `#1a1a1a` (ash), fg `#d8d4cc` (bone),
muted `#6b6862`, accent `#c4bdb0` (bone), link `#9a968e`, refrain `#8a8680`,
border `#333330`; use `#7a4a42` (dried blood) ONLY for an error/alert accent.
-- **camedules** (light) — bg `#f2f1ee`, fg `#3a3f44` (slate), muted `#8b9196`,
+- **camaldolese** (light) — bg `#f2f1ee`, fg `#3a3f44` (slate), muted `#8b9196`,
accent `#5f7a86` (slate blue), link `#6a8a94`, refrain `#7a9a88` (sage), border `#d8dad9`.
Liturgical seasons (proper colours):
@@ -1600,7 +1600,7 @@ func TestRenderReadings(t *testing.T) {
}
func TestBuiltinThemes(t *testing.T) {
t.Setenv("XDG_CONFIG_HOME", t.TempDir()) // no user themes
- for _, name := range []string{"transfiguration", "desert_fathers", "benedictines", "franciscans", "memento_mori", "camedules"} {
+ for _, name := range []string{"transfiguration", "desert_fathers", "benedictines", "franciscans", "memento_mori", "camaldolese"} {
if b, err := themeCSS(name); err != nil || len(b) == 0 {
t.Errorf("built-in theme %s not embedded", name)
}
diff --git a/docs/superpowers/specs/2026-07-23-lectio-go-rewrite-design.md b/docs/superpowers/specs/2026-07-23-lectio-go-rewrite-design.md
index 76aa26d..c201c27 100644
--- a/docs/superpowers/specs/2026-07-23-lectio-go-rewrite-design.md
+++ b/docs/superpowers/specs/2026-07-23-lectio-go-rewrite-design.md
@@ -314,7 +314,7 @@ self-contained single binary — no cgo, no build step.
- `benedictines` — dark: near-black habit, illuminated gold, parchment (ora et labora).
- `franciscans` — warm undyed-brown habit with olive/creation greens (Il Poverello).
- `memento_mori` — stark greyscale, ash and bone, one dried-blood accent (contemplative austerity).
- - `camedules` — light: white habit, cool slate-blue and sage, serene (Camaldolese hermits).
+ - `camaldolese` — light: white habit, cool slate-blue and sage, serene (Camaldolese hermits).
And a set following the **liturgical seasons** and their proper colours:
- `advent` — violet, contemplative preparation.