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

74 lines
2.5 KiB
YAML

# mdcms v0.4 | DO NOT REMOVE THIS COMMENT
# mdcms theme — reading · paper
# Off-white paper with warm grays. Lora serif throughout — built for long-form reading.
# ──────────────────────────────────
# Colours
# ──────────────────────────────────
light:
accent: "#6B4A2A"
background: "#F8F5EE"
nav-background: "#EFE9DC"
text: "#1F1B16"
text-muted: "#6E665A"
dark:
accent: "#C9A47A"
background: "#18150F"
nav-background: "#221F18"
text: "#E8E2D0"
text-muted: "#9A9282"
# ──────────────────────────────────
# Semantic colours
# colours-semantic applies to both modes.
# colours-semantic-dark overrides for dark mode only.
# ──────────────────────────────────
colours-semantic:
info: "#2A5C8F"
warning: "#8B5A00"
success: "#2F6B3C"
error: "#9C3A2A"
colours-semantic-dark:
info: "#81ADDA"
warning: "#FFC55C"
success: "#89D299"
error: "#DC8C7E"
# ──────────────────────────────────
# Callout defaults
# primary-colour matches colours-semantic (light mode).
# ──────────────────────────────────
callouts:
info:
icon: info
primary-colour: "#2A5C8F"
background-colour: "#2A5C8F"
warning:
icon: warning
primary-colour: "#8B5A00"
background-colour: "#8B5A00"
success:
icon: success
primary-colour: "#2F6B3C"
background-colour: "#2F6B3C"
error:
icon: error
primary-colour: "#9C3A2A"
background-colour: "#9C3A2A"
# ──────────────────────────────────
# Typography
# Format: "provider:Font Name:weight" (provider: bunny | google)
# ──────────────────────────────────
font-body: "bunny:Lora:400"
font-heading: "bunny:Lora:600"
font-size: 1.05 # unitless multiplier (1.0 = 16px base)
line-height: 1.75 # unitless multiplier
# ──────────────────────────────────
# Layout
# ──────────────────────────────────
main-width: 80em
nav-width: 20em