mirror of
https://github.com/kbenestad/mdcms.git
synced 2026-06-18 15:24:32 +00:00
86 lines
2.9 KiB
YAML
86 lines
2.9 KiB
YAML
# mdcms v0.4 | DO NOT REMOVE THIS COMMENT
|
|
# mdcms theme — indigo · bold
|
|
# Indigo as the sidebar itself. Gold accent for content links — institutional and confident.
|
|
|
|
# ──────────────────────────────────
|
|
# Colours
|
|
# ──────────────────────────────────
|
|
light:
|
|
accent: "#C9A23E"
|
|
background: "#FFFFFF"
|
|
nav-background: "#29307D"
|
|
text: "#15172B"
|
|
text-muted: "#5C6079"
|
|
nav-link: "rgba(255,255,255,0.92)"
|
|
nav-link-active: "#C9A23E"
|
|
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: "#E5C04A"
|
|
background: "#0C0E1C"
|
|
nav-background: "#1A1F4F"
|
|
text: "#FFFFFF"
|
|
text-muted: "#B0B8E0"
|
|
nav-link: "rgba(255,255,255,0.92)"
|
|
nav-link-active: "#E5C04A"
|
|
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)"
|
|
|
|
# ──────────────────────────────────
|
|
# Semantic colours
|
|
# colours-semantic applies to both modes.
|
|
# colours-semantic-dark overrides for dark mode only.
|
|
# ──────────────────────────────────
|
|
colours-semantic:
|
|
info: "#29307D"
|
|
warning: "#B58A1A"
|
|
success: "#2F7A4A"
|
|
error: "#B91C1C"
|
|
|
|
colours-semantic-dark:
|
|
info: "#848BD7"
|
|
warning: "#EBC970"
|
|
success: "#89D2A3"
|
|
error: "#EA7171"
|
|
|
|
# ──────────────────────────────────
|
|
# Callout defaults
|
|
# primary-colour matches colours-semantic (light mode).
|
|
# ──────────────────────────────────
|
|
callouts:
|
|
info:
|
|
icon: info
|
|
primary-colour: "#29307D"
|
|
background-colour: "#29307D"
|
|
warning:
|
|
icon: warning
|
|
primary-colour: "#B58A1A"
|
|
background-colour: "#B58A1A"
|
|
success:
|
|
icon: success
|
|
primary-colour: "#2F7A4A"
|
|
background-colour: "#2F7A4A"
|
|
error:
|
|
icon: error
|
|
primary-colour: "#B91C1C"
|
|
background-colour: "#B91C1C"
|
|
|
|
# ──────────────────────────────────
|
|
# 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
|