mirror of
https://github.com/kbenestad/mdcms.git
synced 2026-06-18 07:24:31 +00:00
74 lines
2.4 KiB
YAML
74 lines
2.4 KiB
YAML
# mdcms v0.4 | DO NOT REMOVE THIS COMMENT
|
|
# mdcms theme — kids · meadow
|
|
# Fresh meadow green on a sunny cream. Outdoors and curious.
|
|
|
|
# ──────────────────────────────────
|
|
# Colours
|
|
# ──────────────────────────────────
|
|
light:
|
|
accent: "#4A8F3F"
|
|
background: "#F7FBF3"
|
|
nav-background: "#DFEFD0"
|
|
text: "#1A2E1A"
|
|
text-muted: "#5E7858"
|
|
|
|
dark:
|
|
accent: "#88C870"
|
|
background: "#0E1A0C"
|
|
nav-background: "#14241F"
|
|
text: "#ECF4E2"
|
|
text-muted: "#8AA88A"
|
|
|
|
# ──────────────────────────────────
|
|
# Semantic colours
|
|
# colours-semantic applies to both modes.
|
|
# colours-semantic-dark overrides for dark mode only.
|
|
# ──────────────────────────────────
|
|
colours-semantic:
|
|
info: "#2A6FCF"
|
|
warning: "#E69B1F"
|
|
success: "#4A8F3F"
|
|
error: "#C04848"
|
|
|
|
colours-semantic-dark:
|
|
info: "#77A5E3"
|
|
warning: "#EFBD6C"
|
|
success: "#93D289"
|
|
error: "#D58686"
|
|
|
|
# ──────────────────────────────────
|
|
# 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: "#4A8F3F"
|
|
background-colour: "#4A8F3F"
|
|
error:
|
|
icon: error
|
|
primary-colour: "#C04848"
|
|
background-colour: "#C04848"
|
|
|
|
# ──────────────────────────────────
|
|
# 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
|