mirror of
https://github.com/kbenestad/mdcms.git
synced 2026-06-18 15:24:32 +00:00
74 lines
2.5 KiB
YAML
74 lines
2.5 KiB
YAML
# mdcms v0.4 | DO NOT REMOVE THIS COMMENT
|
|
# mdcms theme — ordinary
|
|
# Verdant green. Ordinary Time — the long season of growth.
|
|
|
|
# ──────────────────────────────────
|
|
# Colours
|
|
# ──────────────────────────────────
|
|
light:
|
|
accent: "#14532D"
|
|
background: "#FFFFFF"
|
|
nav-background: "#DDEEE0"
|
|
text: "#0A2A18"
|
|
text-muted: "#4A6E58"
|
|
|
|
dark:
|
|
accent: "#6FBE8F"
|
|
background: "#08140C"
|
|
nav-background: "#0E2014"
|
|
text: "#E8F2EC"
|
|
text-muted: "#8FB89A"
|
|
|
|
# ──────────────────────────────────
|
|
# Semantic colours
|
|
# colours-semantic applies to both modes.
|
|
# colours-semantic-dark overrides for dark mode only.
|
|
# ──────────────────────────────────
|
|
colours-semantic:
|
|
info: "#2B5797"
|
|
warning: "#B26A1F"
|
|
success: "#14532D"
|
|
error: "#9C3A2A"
|
|
|
|
colours-semantic-dark:
|
|
info: "#80A5DB"
|
|
warning: "#E7AF74"
|
|
success: "#7BDFA3"
|
|
error: "#DC8C7E"
|
|
|
|
# ──────────────────────────────────
|
|
# Callout defaults
|
|
# primary-colour matches colours-semantic (light mode).
|
|
# ──────────────────────────────────
|
|
callouts:
|
|
info:
|
|
icon: info
|
|
primary-colour: "#2B5797"
|
|
background-colour: "#2B5797"
|
|
warning:
|
|
icon: warning
|
|
primary-colour: "#B26A1F"
|
|
background-colour: "#B26A1F"
|
|
success:
|
|
icon: success
|
|
primary-colour: "#14532D"
|
|
background-colour: "#14532D"
|
|
error:
|
|
icon: error
|
|
primary-colour: "#9C3A2A"
|
|
background-colour: "#9C3A2A"
|
|
|
|
# ──────────────────────────────────
|
|
# Typography
|
|
# Format: "provider:Font Name:weight" (provider: bunny | google)
|
|
# ──────────────────────────────────
|
|
font-body: "bunny:Cormorant Garamond:500"
|
|
font-heading: "bunny:Cormorant Garamond:700"
|
|
font-size: 1.05 # unitless multiplier (1.0 = 16px base)
|
|
line-height: 1.60 # unitless multiplier
|
|
|
|
# ──────────────────────────────────
|
|
# Layout
|
|
# ──────────────────────────────────
|
|
main-width: 80em
|
|
nav-width: 20em
|