mirror of
https://github.com/kbenestad/mdcms.git
synced 2026-06-18 07:24:31 +00:00
80 lines
2.7 KiB
YAML
80 lines
2.7 KiB
YAML
# mdcms v0.4 | DO NOT REMOVE THIS COMMENT
|
|
# mdcms theme — terminal · teletype
|
|
# 1950s Selectric typebar — navy ink on ivory paper. Office of Records, mid-century.
|
|
|
|
# ──────────────────────────────────
|
|
# Colours
|
|
# ──────────────────────────────────
|
|
light:
|
|
accent: "#1F2D5C"
|
|
background: "#F4ECD8"
|
|
nav-background: "#E6D9B0"
|
|
text: "#1A1612"
|
|
text-muted: "#6E5E40"
|
|
nav-link: "rgba(0,0,0,0.85)"
|
|
nav-link-active: "#1F2D5C"
|
|
nav-section-heading: "rgba(0,0,0,0.60)"
|
|
nav-sitename: "#000000"
|
|
nav-description: "rgba(0,0,0,0.65)"
|
|
nav-toggle: "rgba(0,0,0,0.65)"
|
|
|
|
dark:
|
|
accent: "#E8D7A0"
|
|
background: "#14110A"
|
|
nav-background: "#1F1A0E"
|
|
text: "#F5E8C8"
|
|
text-muted: "#A89880"
|
|
|
|
# ──────────────────────────────────
|
|
# Semantic colours
|
|
# colours-semantic applies to both modes.
|
|
# colours-semantic-dark overrides for dark mode only.
|
|
# ──────────────────────────────────
|
|
colours-semantic:
|
|
info: "#1F2D5C"
|
|
warning: "#8B5A00"
|
|
success: "#3F6B3C"
|
|
error: "#9C3A2A"
|
|
|
|
colours-semantic-dark:
|
|
info: "#8598D6"
|
|
warning: "#FFC55C"
|
|
success: "#8DD289"
|
|
error: "#DC8C7E"
|
|
|
|
# ──────────────────────────────────
|
|
# Callout defaults
|
|
# primary-colour matches colours-semantic (light mode).
|
|
# ──────────────────────────────────
|
|
callouts:
|
|
info:
|
|
icon: info
|
|
primary-colour: "#1F2D5C"
|
|
background-colour: "#1F2D5C"
|
|
warning:
|
|
icon: warning
|
|
primary-colour: "#8B5A00"
|
|
background-colour: "#8B5A00"
|
|
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:IBM Plex Mono:400"
|
|
font-heading: "bunny:IBM Plex Mono:600"
|
|
font-size: 0.95 # unitless multiplier (1.0 = 16px base)
|
|
line-height: 1.75 # unitless multiplier
|
|
|
|
# ──────────────────────────────────
|
|
# Layout
|
|
# ──────────────────────────────────
|
|
main-width: 80em
|
|
nav-width: 20em
|