mdcms/themes/CAP/indigo-monochrome.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 — indigo · monochrome
# Blue-tinted neutrals throughout. Calm, monochromatic, brand-forward.
# ──────────────────────────────────
# Colours
# ──────────────────────────────────
light:
accent: "#29307D"
background: "#F7F8FC"
nav-background: "#E7EAF4"
text: "#1A1E3A"
text-muted: "#5F6585"
dark:
accent: "#A5ABE6"
background: "#0A0D1F"
nav-background: "#141833"
text: "#E6E8F4"
text-muted: "#8A8FB0"
nav-link: "#E2E2E2"
nav-link-active: "#A5ABE6"
nav-section-heading: "#9A9A9A"
nav-sitename: "#FFFFFF"
nav-description: "#9A9A9A"
nav-toggle: "#9A9A9A"
# ──────────────────────────────────
# Semantic colours
# colours-semantic applies to both modes.
# colours-semantic-dark overrides for dark mode only.
# ──────────────────────────────────
colours-semantic:
info: "#29307D"
warning: "#C77A12"
success: "#0E8A5F"
error: "#D63F4A"
colours-semantic-dark:
info: "#848BD7"
warning: "#F1B869"
success: "#6BF0C2"
error: "#E27980"
# ──────────────────────────────────
# Callout defaults
# primary-colour matches colours-semantic (light mode).
# ──────────────────────────────────
callouts:
info:
icon: info
primary-colour: "#29307D"
background-colour: "#29307D"
warning:
icon: warning
primary-colour: "#C77A12"
background-colour: "#C77A12"
success:
icon: success
primary-colour: "#0E8A5F"
background-colour: "#0E8A5F"
error:
icon: error
primary-colour: "#D63F4A"
background-colour: "#D63F4A"
# ──────────────────────────────────
# Typography
# Format: "provider:Font Name:weight" (provider: bunny | google)
# ──────────────────────────────────
font-body: "bunny:IBM Plex Sans:300"
font-heading: "bunny:IBM Plex Sans:600"
font-size: 1.00 # unitless multiplier (1.0 = 16px base)
line-height: 1.70 # unitless multiplier
# ──────────────────────────────────
# Layout
# ──────────────────────────────────
main-width: 80em
nav-width: 20em