mdcms/themes/Developer/dev-nord.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.4 KiB
YAML

# mdcms v0.4 | DO NOT REMOVE THIS COMMENT
# mdcms theme — nord
# Arctic, north-bluish palette — Polar Night + Snow Storm + Frost.
# ──────────────────────────────────
# Colours
# ──────────────────────────────────
light:
accent: "#5E81AC"
background: "#ECEFF4"
nav-background: "#E5E9F0"
text: "#2E3440"
text-muted: "#4C566A"
dark:
accent: "#88C0D0"
background: "#2E3440"
nav-background: "#3B4252"
text: "#ECEFF4"
text-muted: "#D8DEE9"
# ──────────────────────────────────
# Semantic colours
# colours-semantic applies to both modes.
# colours-semantic-dark overrides for dark mode only.
# ──────────────────────────────────
colours-semantic:
info: "#5E81AC"
warning: "#D08770"
success: "#A3BE8C"
error: "#BF616A"
colours-semantic-dark:
info: "#89AAD2"
warning: "#D79884"
success: "#AAD289"
error: "#D28990"
# ──────────────────────────────────
# Callout defaults
# primary-colour matches colours-semantic (light mode).
# ──────────────────────────────────
callouts:
info:
icon: info
primary-colour: "#5E81AC"
background-colour: "#5E81AC"
warning:
icon: warning
primary-colour: "#D08770"
background-colour: "#D08770"
success:
icon: success
primary-colour: "#A3BE8C"
background-colour: "#A3BE8C"
error:
icon: error
primary-colour: "#BF616A"
background-colour: "#BF616A"
# ──────────────────────────────────
# 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