mirror of
https://github.com/kbenestad/mdcms.git
synced 2026-06-18 15:24:32 +00:00
86 lines
2.8 KiB
YAML
86 lines
2.8 KiB
YAML
# mdcms v0.4 | DO NOT REMOVE THIS COMMENT
|
|
# mdcms theme — hokusai
|
|
# Prussian blue and cream paper from The Great Wave — soft pink on the horizon.
|
|
|
|
# ──────────────────────────────────
|
|
# Colours
|
|
# ──────────────────────────────────
|
|
light:
|
|
accent: "#1B3D6E"
|
|
background: "#F4ECDA"
|
|
nav-background: "#1B3D6E"
|
|
text: "#0F1F38"
|
|
text-muted: "#6E6450"
|
|
nav-link: "rgba(255,255,255,0.92)"
|
|
nav-link-active: "#FFFFFF"
|
|
nav-section-heading: "rgba(255,255,255,0.65)"
|
|
nav-sitename: "#FFFFFF"
|
|
nav-description: "rgba(255,255,255,0.70)"
|
|
nav-toggle: "rgba(255,255,255,0.70)"
|
|
|
|
dark:
|
|
accent: "#7AA5D8"
|
|
background: "#0A1828"
|
|
nav-background: "#06122A"
|
|
text: "#F0E5CC"
|
|
text-muted: "#A0B0C8"
|
|
nav-link: "#E2E2E2"
|
|
nav-link-active: "#7AA5D8"
|
|
nav-section-heading: "#9A9A9A"
|
|
nav-sitename: "#FFFFFF"
|
|
nav-description: "#9A9A9A"
|
|
nav-toggle: "#9A9A9A"
|
|
|
|
# ──────────────────────────────────
|
|
# Semantic colours
|
|
# colours-semantic applies to both modes.
|
|
# colours-semantic-dark overrides for dark mode only.
|
|
# ──────────────────────────────────
|
|
colours-semantic:
|
|
info: "#1B3D6E"
|
|
warning: "#B58A1A"
|
|
success: "#3F6B3C"
|
|
error: "#B8536A"
|
|
|
|
colours-semantic-dark:
|
|
info: "#7CA4DF"
|
|
warning: "#EBC970"
|
|
success: "#8DD289"
|
|
error: "#D28999"
|
|
|
|
# ──────────────────────────────────
|
|
# Callout defaults
|
|
# primary-colour matches colours-semantic (light mode).
|
|
# ──────────────────────────────────
|
|
callouts:
|
|
info:
|
|
icon: info
|
|
primary-colour: "#1B3D6E"
|
|
background-colour: "#1B3D6E"
|
|
warning:
|
|
icon: warning
|
|
primary-colour: "#B58A1A"
|
|
background-colour: "#B58A1A"
|
|
success:
|
|
icon: success
|
|
primary-colour: "#3F6B3C"
|
|
background-colour: "#3F6B3C"
|
|
error:
|
|
icon: error
|
|
primary-colour: "#B8536A"
|
|
background-colour: "#B8536A"
|
|
|
|
# ──────────────────────────────────
|
|
# 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.70 # unitless multiplier
|
|
|
|
# ──────────────────────────────────
|
|
# Layout
|
|
# ──────────────────────────────────
|
|
main-width: 78em
|
|
nav-width: 20em
|