mirror of
https://github.com/kbenestad/mdcms.git
synced 2026-06-18 15:24:32 +00:00
74 lines
2.5 KiB
YAML
74 lines
2.5 KiB
YAML
# mdcms v0.4 | DO NOT REMOVE THIS COMMENT
|
|
# mdcms theme — indigo · warm
|
|
# Off-white paper, warm gray chrome. Reads softer, more editorial.
|
|
|
|
# ──────────────────────────────────
|
|
# Colours
|
|
# ──────────────────────────────────
|
|
light:
|
|
accent: "#29307D"
|
|
background: "#FBF9F4"
|
|
nav-background: "#F1ECE0"
|
|
text: "#1F1B14"
|
|
text-muted: "#6E6557"
|
|
|
|
dark:
|
|
accent: "#B4B9F0"
|
|
background: "#14110C"
|
|
nav-background: "#1F1B14"
|
|
text: "#F1EDE2"
|
|
text-muted: "#A99E8A"
|
|
|
|
# ──────────────────────────────────
|
|
# Semantic colours
|
|
# colours-semantic applies to both modes.
|
|
# colours-semantic-dark overrides for dark mode only.
|
|
# ──────────────────────────────────
|
|
colours-semantic:
|
|
info: "#29307D"
|
|
warning: "#A35A0F"
|
|
success: "#3F6B3C"
|
|
error: "#9C3A2A"
|
|
|
|
colours-semantic-dark:
|
|
info: "#848BD7"
|
|
warning: "#F1AE6A"
|
|
success: "#8DD289"
|
|
error: "#DC8C7E"
|
|
|
|
# ──────────────────────────────────
|
|
# Callout defaults
|
|
# primary-colour matches colours-semantic (light mode).
|
|
# ──────────────────────────────────
|
|
callouts:
|
|
info:
|
|
icon: info
|
|
primary-colour: "#29307D"
|
|
background-colour: "#29307D"
|
|
warning:
|
|
icon: warning
|
|
primary-colour: "#A35A0F"
|
|
background-colour: "#A35A0F"
|
|
success:
|
|
icon: success
|
|
primary-colour: "#3F6B3C"
|
|
background-colour: "#3F6B3C"
|
|
error:
|
|
icon: error
|
|
primary-colour: "#9C3A2A"
|
|
background-colour: "#9C3A2A"
|
|
|
|
# ──────────────────────────────────
|
|
# Typography
|
|
# Format: "provider:Font Name:weight" (provider: bunny | google)
|
|
# ──────────────────────────────────
|
|
font-body: "bunny:IBM Plex Sans:300"
|
|
font-heading: "bunny:IBM Plex Sans:600"
|
|
font-size: 1.00 # unitless multiplier (1.0 = 16px base)
|
|
line-height: 1.70 # unitless multiplier
|
|
|
|
# ──────────────────────────────────
|
|
# Layout
|
|
# ──────────────────────────────────
|
|
main-width: 80em
|
|
nav-width: 20em
|