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 — kids · crayon
|
|
# Saturated primaries on warm white. Bold but dignified — Nunito Sans bold.
|
|
|
|
# ──────────────────────────────────
|
|
# Colours
|
|
# ──────────────────────────────────
|
|
light:
|
|
accent: "#E63946"
|
|
background: "#FFFEF8"
|
|
nav-background: "#FFE8C8"
|
|
text: "#1A1A1A"
|
|
text-muted: "#6E6052"
|
|
nav-link: "#1A1A1A"
|
|
nav-link-active: "#A12831"
|
|
nav-section-heading: "#6E6052"
|
|
nav-sitename: "#1A1A1A"
|
|
nav-description: "#6E6052"
|
|
nav-toggle: "#6E6052"
|
|
|
|
dark:
|
|
accent: "#FF8B6E"
|
|
background: "#1A1814"
|
|
nav-background: "#2A2418"
|
|
text: "#FAF8F0"
|
|
text-muted: "#A89878"
|
|
|
|
# ──────────────────────────────────
|
|
# Semantic colours
|
|
# colours-semantic applies to both modes.
|
|
# colours-semantic-dark overrides for dark mode only.
|
|
# ──────────────────────────────────
|
|
colours-semantic:
|
|
info: "#2A6FCF"
|
|
warning: "#E69B1F"
|
|
success: "#2F8A4A"
|
|
error: "#E63946"
|
|
|
|
colours-semantic-dark:
|
|
info: "#77A5E3"
|
|
warning: "#EFBD6C"
|
|
success: "#85D69D"
|
|
error: "#ED6E78"
|
|
|
|
# ──────────────────────────────────
|
|
# Callout defaults
|
|
# primary-colour matches colours-semantic (light mode).
|
|
# ──────────────────────────────────
|
|
callouts:
|
|
info:
|
|
icon: info
|
|
primary-colour: "#2A6FCF"
|
|
background-colour: "#2A6FCF"
|
|
warning:
|
|
icon: warning
|
|
primary-colour: "#E69B1F"
|
|
background-colour: "#E69B1F"
|
|
success:
|
|
icon: success
|
|
primary-colour: "#2F8A4A"
|
|
background-colour: "#2F8A4A"
|
|
error:
|
|
icon: error
|
|
primary-colour: "#E63946"
|
|
background-colour: "#E63946"
|
|
|
|
# ──────────────────────────────────
|
|
# Typography
|
|
# Format: "provider:Font Name:weight" (provider: bunny | google)
|
|
# ──────────────────────────────────
|
|
font-body: "bunny:Nunito Sans:400"
|
|
font-heading: "bunny:Nunito Sans:800"
|
|
font-size: 1.05 # unitless multiplier (1.0 = 16px base)
|
|
line-height: 1.70 # unitless multiplier
|
|
|
|
# ──────────────────────────────────
|
|
# Layout
|
|
# ──────────────────────────────────
|
|
main-width: 80em
|
|
nav-width: 20em
|