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 — coffee · espresso
|
|
# Dark roast. Rich espresso brown on warm cream — strongest of the three.
|
|
|
|
# ──────────────────────────────────
|
|
# Colours
|
|
# ──────────────────────────────────
|
|
light:
|
|
accent: "#3D1E0F"
|
|
background: "#FAF2E2"
|
|
nav-background: "#3D1E0F"
|
|
text: "#2A1810"
|
|
text-muted: "#6E5640"
|
|
nav-link: "#E2E2E2"
|
|
nav-link-active: "#FFFFFF"
|
|
nav-section-heading: "#9A9A9A"
|
|
nav-sitename: "#FFFFFF"
|
|
nav-description: "#9A9A9A"
|
|
nav-toggle: "#9A9A9A"
|
|
|
|
dark:
|
|
accent: "#C99060"
|
|
background: "#140A05"
|
|
nav-background: "#000000"
|
|
text: "#F0E0CC"
|
|
text-muted: "#A88068"
|
|
|
|
# ──────────────────────────────────
|
|
# Semantic colours
|
|
# colours-semantic applies to both modes.
|
|
# colours-semantic-dark overrides for dark mode only.
|
|
# ──────────────────────────────────
|
|
colours-semantic:
|
|
info: "#3D1E0F"
|
|
warning: "#B26A1F"
|
|
success: "#3F6B3C"
|
|
error: "#9C3A2A"
|
|
|
|
colours-semantic-dark:
|
|
info: "#DF9C7C"
|
|
warning: "#E7AF74"
|
|
success: "#8DD289"
|
|
error: "#DC8C7E"
|
|
|
|
# ──────────────────────────────────
|
|
# Callout defaults
|
|
# primary-colour matches colours-semantic (light mode).
|
|
# ──────────────────────────────────
|
|
callouts:
|
|
info:
|
|
icon: info
|
|
primary-colour: "#3D1E0F"
|
|
background-colour: "#3D1E0F"
|
|
warning:
|
|
icon: warning
|
|
primary-colour: "#B26A1F"
|
|
background-colour: "#B26A1F"
|
|
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:Newsreader:400"
|
|
font-heading: "bunny:Newsreader:600"
|
|
font-size: 1.05 # unitless multiplier (1.0 = 16px base)
|
|
line-height: 1.65 # unitless multiplier
|
|
|
|
# ──────────────────────────────────
|
|
# Layout
|
|
# ──────────────────────────────────
|
|
main-width: 80em
|
|
nav-width: 20em
|