mirror of
https://github.com/kbenestad/mdcms.git
synced 2026-06-18 07:24:31 +00:00
80 lines
2.6 KiB
YAML
80 lines
2.6 KiB
YAML
# mdcms v0.4 | DO NOT REMOVE THIS COMMENT
|
|
# mdcms theme — festal
|
|
# Cream and gold. Christmas, Easter, and the great festivals.
|
|
|
|
# ──────────────────────────────────
|
|
# Colours
|
|
# ──────────────────────────────────
|
|
light:
|
|
accent: "#B58A1A"
|
|
background: "#FBF8E8"
|
|
nav-background: "#F3E9B8"
|
|
text: "#2A2410"
|
|
text-muted: "#6E6440"
|
|
nav-link: "#2A2410"
|
|
nav-link-active: "#7F6112"
|
|
nav-section-heading: "#6E6440"
|
|
nav-sitename: "#2A2410"
|
|
nav-description: "#6E6440"
|
|
nav-toggle: "#6E6440"
|
|
|
|
dark:
|
|
accent: "#E5C04A"
|
|
background: "#14110A"
|
|
nav-background: "#1F1A0F"
|
|
text: "#F4ECD0"
|
|
text-muted: "#A89A78"
|
|
|
|
# ──────────────────────────────────
|
|
# Semantic colours
|
|
# colours-semantic applies to both modes.
|
|
# colours-semantic-dark overrides for dark mode only.
|
|
# ──────────────────────────────────
|
|
colours-semantic:
|
|
info: "#2B5797"
|
|
warning: "#B58A1A"
|
|
success: "#2F7A4A"
|
|
error: "#9C3A2A"
|
|
|
|
colours-semantic-dark:
|
|
info: "#80A5DB"
|
|
warning: "#EBC970"
|
|
success: "#89D2A3"
|
|
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: "#B58A1A"
|
|
background-colour: "#B58A1A"
|
|
success:
|
|
icon: success
|
|
primary-colour: "#2F7A4A"
|
|
background-colour: "#2F7A4A"
|
|
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
|