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 — coffee · latte
|
|
# Cream and milky caramel. Soft contrast — gentle on the eyes.
|
|
|
|
# ──────────────────────────────────
|
|
# Colours
|
|
# ──────────────────────────────────
|
|
light:
|
|
accent: "#8B5A3C"
|
|
background: "#F8F0E2"
|
|
nav-background: "#EDDFC8"
|
|
text: "#3A2A1A"
|
|
text-muted: "#75604A"
|
|
|
|
dark:
|
|
accent: "#D8A878"
|
|
background: "#1F1810"
|
|
nav-background: "#2A1F15"
|
|
text: "#F0E2CC"
|
|
text-muted: "#A89580"
|
|
|
|
# ──────────────────────────────────
|
|
# Semantic colours
|
|
# colours-semantic applies to both modes.
|
|
# colours-semantic-dark overrides for dark mode only.
|
|
# ──────────────────────────────────
|
|
colours-semantic:
|
|
info: "#5A7AB8"
|
|
warning: "#B26A1F"
|
|
success: "#3F6B3C"
|
|
error: "#9C3A2A"
|
|
|
|
colours-semantic-dark:
|
|
info: "#89A2D2"
|
|
warning: "#E7AF74"
|
|
success: "#8DD289"
|
|
error: "#DC8C7E"
|
|
|
|
# ──────────────────────────────────
|
|
# Callout defaults
|
|
# primary-colour matches colours-semantic (light mode).
|
|
# ──────────────────────────────────
|
|
callouts:
|
|
info:
|
|
icon: info
|
|
primary-colour: "#5A7AB8"
|
|
background-colour: "#5A7AB8"
|
|
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
|