mdcms/themes/Reading/read-mono.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 · mono
# iA Writer-style true mono. Plex Mono for body and heads — distraction-free writing.
# ──────────────────────────────────
# Colours
# ──────────────────────────────────
light:
accent: "#2A5C8F"
background: "#FFFFFF"
nav-background: "#F4F4F4"
text: "#1A1A1A"
text-muted: "#6E6E6E"
dark:
accent: "#79A5D8"
background: "#1A1A1A"
nav-background: "#222222"
text: "#E8E8E8"
text-muted: "#9A9A9A"
# ──────────────────────────────────
# 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:IBM Plex Mono:400"
font-heading: "bunny:IBM Plex Mono:600"
font-size: 0.95 # unitless multiplier (1.0 = 16px base)
line-height: 1.75 # unitless multiplier
# ──────────────────────────────────
# Layout
# ──────────────────────────────────
main-width: 80em
nav-width: 20em