mirror of
https://github.com/kbenestad/mdcms.git
synced 2026-06-18 15:24:32 +00:00
74 lines
2.4 KiB
YAML
74 lines
2.4 KiB
YAML
# mdcms v0.4 | DO NOT REMOVE THIS COMMENT
|
|
# mdcms theme — broadsheet
|
|
# All-serif editorial. Paper white, conservative navy accent.
|
|
|
|
# ──────────────────────────────────
|
|
# Colours
|
|
# ──────────────────────────────────
|
|
light:
|
|
accent: "#1F3A6B"
|
|
background: "#FFFFFF"
|
|
nav-background: "#F4F2EC"
|
|
text: "#121212"
|
|
text-muted: "#5E5A54"
|
|
|
|
dark:
|
|
accent: "#8AA8D9"
|
|
background: "#121110"
|
|
nav-background: "#1C1A18"
|
|
text: "#F2EFE8"
|
|
text-muted: "#9C988F"
|
|
|
|
# ──────────────────────────────────
|
|
# Semantic colours
|
|
# colours-semantic applies to both modes.
|
|
# colours-semantic-dark overrides for dark mode only.
|
|
# ──────────────────────────────────
|
|
colours-semantic:
|
|
info: "#1F3A6B"
|
|
warning: "#9C5B12"
|
|
success: "#2F6B3C"
|
|
error: "#B3001B"
|
|
|
|
colours-semantic-dark:
|
|
info: "#80A0DA"
|
|
warning: "#EEB16D"
|
|
success: "#89D299"
|
|
error: "#FF5C74"
|
|
|
|
# ──────────────────────────────────
|
|
# Callout defaults
|
|
# primary-colour matches colours-semantic (light mode).
|
|
# ──────────────────────────────────
|
|
callouts:
|
|
info:
|
|
icon: info
|
|
primary-colour: "#1F3A6B"
|
|
background-colour: "#1F3A6B"
|
|
warning:
|
|
icon: warning
|
|
primary-colour: "#9C5B12"
|
|
background-colour: "#9C5B12"
|
|
success:
|
|
icon: success
|
|
primary-colour: "#2F6B3C"
|
|
background-colour: "#2F6B3C"
|
|
error:
|
|
icon: error
|
|
primary-colour: "#B3001B"
|
|
background-colour: "#B3001B"
|
|
|
|
# ──────────────────────────────────
|
|
# Typography
|
|
# Format: "provider:Font Name:weight" (provider: bunny | google)
|
|
# ──────────────────────────────────
|
|
font-body: "bunny:Newsreader:400"
|
|
font-heading: "bunny:Newsreader:700"
|
|
font-size: 1.05 # unitless multiplier (1.0 = 16px base)
|
|
line-height: 1.55 # unitless multiplier
|
|
|
|
# ──────────────────────────────────
|
|
# Layout
|
|
# ──────────────────────────────────
|
|
main-width: 74em
|
|
nav-width: 20em
|