mdcms/themes/Government-Institutional/gov-civic.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.7 KiB
YAML

# mdcms v0.4 | DO NOT REMOVE THIS COMMENT
# mdcms theme — gov · civic
# USWDS-style civic palette — restrained navy and red on cool gray.
# ──────────────────────────────────
# Colours
# ──────────────────────────────────
light:
accent: "#112E51"
background: "#FFFFFF"
nav-background: "#F0F0F0"
text: "#1B1B1B"
text-muted: "#5C5C5C"
dark:
accent: "#5A9AD8"
background: "#0E1A2E"
nav-background: "#112E51"
text: "#F0F0F0"
text-muted: "#A8B0BC"
nav-link: "rgba(255,255,255,0.92)"
nav-link-active: "#112E51"
nav-section-heading: "rgba(255,255,255,0.65)"
nav-sitename: "#FFFFFF"
nav-description: "rgba(255,255,255,0.70)"
nav-toggle: "rgba(255,255,255,0.70)"
# ──────────────────────────────────
# Semantic colours
# colours-semantic applies to both modes.
# colours-semantic-dark overrides for dark mode only.
# ──────────────────────────────────
colours-semantic:
info: "#112E51"
warning: "#BE7E2C"
success: "#2E8540"
error: "#BE2C2C"
colours-semantic-dark:
info: "#78A8E3"
warning: "#E0B47A"
success: "#86D596"
error: "#E07A7A"
# ──────────────────────────────────
# Callout defaults
# primary-colour matches colours-semantic (light mode).
# ──────────────────────────────────
callouts:
info:
icon: info
primary-colour: "#112E51"
background-colour: "#112E51"
warning:
icon: warning
primary-colour: "#BE7E2C"
background-colour: "#BE7E2C"
success:
icon: success
primary-colour: "#2E8540"
background-colour: "#2E8540"
error:
icon: error
primary-colour: "#BE2C2C"
background-colour: "#BE2C2C"
# ──────────────────────────────────
# Typography
# Format: "provider:Font Name:weight" (provider: bunny | google)
# ──────────────────────────────────
font-body: "bunny:Public Sans:400"
font-heading: "bunny:Public Sans:700"
font-size: 1.00 # unitless multiplier (1.0 = 16px base)
line-height: 1.65 # unitless multiplier
# ──────────────────────────────────
# Layout
# ──────────────────────────────────
main-width: 80em
nav-width: 20em