mirror of
https://github.com/kbenestad/mdcms.git
synced 2026-06-18 07:24:31 +00:00
74 lines
2.5 KiB
YAML
74 lines
2.5 KiB
YAML
# mdcms v0.4 | DO NOT REMOVE THIS COMMENT
|
|
# mdcms theme — violet
|
|
# Penitential violet. Advent and Lent — preparation and repentance.
|
|
|
|
# ──────────────────────────────────
|
|
# Colours
|
|
# ──────────────────────────────────
|
|
light:
|
|
accent: "#4D1F65"
|
|
background: "#FFFFFF"
|
|
nav-background: "#EFE6F2"
|
|
text: "#1F1226"
|
|
text-muted: "#6E5C73"
|
|
|
|
dark:
|
|
accent: "#C8A3D8"
|
|
background: "#150A1B"
|
|
nav-background: "#1F1226"
|
|
text: "#F0E8F2"
|
|
text-muted: "#A998AE"
|
|
|
|
# ──────────────────────────────────
|
|
# Semantic colours
|
|
# colours-semantic applies to both modes.
|
|
# colours-semantic-dark overrides for dark mode only.
|
|
# ──────────────────────────────────
|
|
colours-semantic:
|
|
info: "#4D1F65"
|
|
warning: "#B26A1F"
|
|
success: "#2F7A4A"
|
|
error: "#9C3A2A"
|
|
|
|
colours-semantic-dark:
|
|
info: "#BB82D9"
|
|
warning: "#E7AF74"
|
|
success: "#89D2A3"
|
|
error: "#DC8C7E"
|
|
|
|
# ──────────────────────────────────
|
|
# Callout defaults
|
|
# primary-colour matches colours-semantic (light mode).
|
|
# ──────────────────────────────────
|
|
callouts:
|
|
info:
|
|
icon: info
|
|
primary-colour: "#4D1F65"
|
|
background-colour: "#4D1F65"
|
|
warning:
|
|
icon: warning
|
|
primary-colour: "#B26A1F"
|
|
background-colour: "#B26A1F"
|
|
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
|