mirror of
https://github.com/kbenestad/mdcms.git
synced 2026-06-18 07:24:31 +00:00
74 lines
2.5 KiB
YAML
74 lines
2.5 KiB
YAML
# mdcms v0.4 | DO NOT REMOVE THIS COMMENT
|
|
# mdcms theme — mono · press
|
|
# Black-on-white editorial with ALL-CAPS Montserrat heads, Inter body, conservative blue links. AMOLED dark.
|
|
|
|
# ──────────────────────────────────
|
|
# Colours
|
|
# ──────────────────────────────────
|
|
light:
|
|
accent: "#1F3A6B"
|
|
background: "#FFFFFF"
|
|
nav-background: "#FAFAFA"
|
|
text: "#000000"
|
|
text-muted: "#6B6B6B"
|
|
|
|
dark:
|
|
accent: "#8AB0E8"
|
|
background: "#000000"
|
|
nav-background: "#000000"
|
|
text: "#F2F2F2"
|
|
text-muted: "#9C9C9C"
|
|
|
|
# ──────────────────────────────────
|
|
# Semantic colours
|
|
# colours-semantic applies to both modes.
|
|
# colours-semantic-dark overrides for dark mode only.
|
|
# ──────────────────────────────────
|
|
colours-semantic:
|
|
info: "#1F3A6B"
|
|
warning: "#9C5B12"
|
|
success: "#2F6B3C"
|
|
error: "#B3001B"
|
|
|
|
colours-semantic-dark:
|
|
info: "#80A0DA"
|
|
warning: "#EEB16D"
|
|
success: "#89D299"
|
|
error: "#FF5C74"
|
|
|
|
# ──────────────────────────────────
|
|
# Callout defaults
|
|
# primary-colour matches colours-semantic (light mode).
|
|
# ──────────────────────────────────
|
|
callouts:
|
|
info:
|
|
icon: info
|
|
primary-colour: "#1F3A6B"
|
|
background-colour: "#1F3A6B"
|
|
warning:
|
|
icon: warning
|
|
primary-colour: "#9C5B12"
|
|
background-colour: "#9C5B12"
|
|
success:
|
|
icon: success
|
|
primary-colour: "#2F6B3C"
|
|
background-colour: "#2F6B3C"
|
|
error:
|
|
icon: error
|
|
primary-colour: "#B3001B"
|
|
background-colour: "#B3001B"
|
|
|
|
# ──────────────────────────────────
|
|
# Typography
|
|
# Format: "provider:Font Name:weight" (provider: bunny | google)
|
|
# ──────────────────────────────────
|
|
font-body: "bunny:Inter:400"
|
|
font-heading: "bunny:Montserrat:800"
|
|
font-size: 1.00 # unitless multiplier (1.0 = 16px base)
|
|
line-height: 1.70 # unitless multiplier
|
|
|
|
# ──────────────────────────────────
|
|
# Layout
|
|
# ──────────────────────────────────
|
|
main-width: 78em
|
|
nav-width: 20em
|