mdcms/themes/CAP/indigo-contrast.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 — indigo · contrast
# Pure white, near-black text, sharper chrome. High-contrast, minimal.
# ──────────────────────────────────
# Colours
# ──────────────────────────────────
light:
accent: "#29307D"
background: "#FFFFFF"
nav-background: "#FFFFFF"
text: "#0A0A0F"
text-muted: "#525266"
dark:
accent: "#C4C8F2"
background: "#000000"
nav-background: "#0A0A12"
text: "#FFFFFF"
text-muted: "#9C9FB5"
# ──────────────────────────────────
# Semantic colours
# colours-semantic applies to both modes.
# colours-semantic-dark overrides for dark mode only.
# ──────────────────────────────────
colours-semantic:
info: "#29307D"
warning: "#B26A1F"
success: "#1F7A4A"
error: "#C13030"
colours-semantic-dark:
info: "#848BD7"
warning: "#E7AF74"
success: "#7DDEAB"
error: "#DE7C7C"
# ──────────────────────────────────
# Callout defaults
# primary-colour matches colours-semantic (light mode).
# ──────────────────────────────────
callouts:
info:
icon: info
primary-colour: "#29307D"
background-colour: "#29307D"
warning:
icon: warning
primary-colour: "#B26A1F"
background-colour: "#B26A1F"
success:
icon: success
primary-colour: "#1F7A4A"
background-colour: "#1F7A4A"
error:
icon: error
primary-colour: "#C13030"
background-colour: "#C13030"
# ──────────────────────────────────
# 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.65 # unitless multiplier
# ──────────────────────────────────
# Layout
# ──────────────────────────────────
main-width: 80em
nav-width: 20em