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 — time · dawn
|
|
# Pre-sunrise pale apricot and coral. Soft, warm, hopeful.
|
|
|
|
# ──────────────────────────────────
|
|
# Colours
|
|
# ──────────────────────────────────
|
|
light:
|
|
accent: "#D87B5A"
|
|
background: "#FFF6EE"
|
|
nav-background: "#FBE5D5"
|
|
text: "#3A2A20"
|
|
text-muted: "#8A6F5E"
|
|
nav-link: "#3A2A20"
|
|
nav-link-active: "#1A1A1A"
|
|
nav-section-heading: "#8A6F5E"
|
|
nav-sitename: "#3A2A20"
|
|
nav-description: "#8A6F5E"
|
|
nav-toggle: "#8A6F5E"
|
|
|
|
dark:
|
|
accent: "#FFA078"
|
|
background: "#1A140E"
|
|
nav-background: "#261A12"
|
|
text: "#F0E0D0"
|
|
text-muted: "#B89580"
|
|
|
|
# ──────────────────────────────────
|
|
# Semantic colours
|
|
# colours-semantic applies to both modes.
|
|
# colours-semantic-dark overrides for dark mode only.
|
|
# ──────────────────────────────────
|
|
colours-semantic:
|
|
info: "#5A7AB8"
|
|
warning: "#D87B5A"
|
|
success: "#5A8A5A"
|
|
error: "#B85040"
|
|
|
|
colours-semantic-dark:
|
|
info: "#89A2D2"
|
|
warning: "#E0957B"
|
|
success: "#89D289"
|
|
error: "#D59086"
|
|
|
|
# ──────────────────────────────────
|
|
# Callout defaults
|
|
# primary-colour matches colours-semantic (light mode).
|
|
# ──────────────────────────────────
|
|
callouts:
|
|
info:
|
|
icon: info
|
|
primary-colour: "#5A7AB8"
|
|
background-colour: "#5A7AB8"
|
|
warning:
|
|
icon: warning
|
|
primary-colour: "#D87B5A"
|
|
background-colour: "#D87B5A"
|
|
success:
|
|
icon: success
|
|
primary-colour: "#5A8A5A"
|
|
background-colour: "#5A8A5A"
|
|
error:
|
|
icon: error
|
|
primary-colour: "#B85040"
|
|
background-colour: "#B85040"
|
|
|
|
# ──────────────────────────────────
|
|
# Typography
|
|
# Format: "provider:Font Name:weight" (provider: bunny | google)
|
|
# ──────────────────────────────────
|
|
font-body: "bunny:Manrope:400"
|
|
font-heading: "bunny:Manrope:700"
|
|
font-size: 1.00 # unitless multiplier (1.0 = 16px base)
|
|
line-height: 1.70 # unitless multiplier
|
|
|
|
# ──────────────────────────────────
|
|
# Layout
|
|
# ──────────────────────────────────
|
|
main-width: 80em
|
|
nav-width: 20em
|