mdcms/themes/Anglican/lit-requiem.yaml
kbenestad 893588d89b Updated themes, 2026-05-19
New folder structure plus HTML presentation.
2026-05-19 20:20:10 +07:00

80 lines
2.6 KiB
YAML

# mdcms v0.4 | DO NOT REMOVE THIS COMMENT
# mdcms theme — requiem
# Parchment and black. All Souls, funerals, mourning.
# ──────────────────────────────────
# Colours
# ──────────────────────────────────
light:
accent: "#1A1A1A"
background: "#FAF6EE"
nav-background: "#1A1A1A"
text: "#1A1A1A"
text-muted: "#6E665A"
nav-link: "#E2E2E2"
nav-link-active: "#FFFFFF"
nav-section-heading: "#9A9A9A"
nav-sitename: "#FFFFFF"
nav-description: "#9A9A9A"
nav-toggle: "#9A9A9A"
dark:
accent: "#F4ECD8"
background: "#050505"
nav-background: "#000000"
text: "#F4ECD8"
text-muted: "#9F9A8A"
# ──────────────────────────────────
# Semantic colours
# colours-semantic applies to both modes.
# colours-semantic-dark overrides for dark mode only.
# ──────────────────────────────────
colours-semantic:
info: "#1A1A1A"
warning: "#B26A1F"
success: "#2F7A4A"
error: "#9C3A2A"
colours-semantic-dark:
info: "#D28989"
warning: "#E7AF74"
success: "#89D2A3"
error: "#DC8C7E"
# ──────────────────────────────────
# Callout defaults
# primary-colour matches colours-semantic (light mode).
# ──────────────────────────────────
callouts:
info:
icon: info
primary-colour: "#1A1A1A"
background-colour: "#1A1A1A"
warning:
icon: warning
primary-colour: "#B26A1F"
background-colour: "#B26A1F"
success:
icon: success
primary-colour: "#2F7A4A"
background-colour: "#2F7A4A"
error:
icon: error
primary-colour: "#9C3A2A"
background-colour: "#9C3A2A"
# ──────────────────────────────────
# Typography
# Format: "provider:Font Name:weight" (provider: bunny | google)
# ──────────────────────────────────
font-body: "bunny:Cormorant Garamond:500"
font-heading: "bunny:Cormorant Garamond:700"
font-size: 1.05 # unitless multiplier (1.0 = 16px base)
line-height: 1.60 # unitless multiplier
# ──────────────────────────────────
# Layout
# ──────────────────────────────────
main-width: 80em
nav-width: 20em