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 — terminal · vt100
|
|
# 1970s DEC VT100 amber phosphor. The terminal of every documentary about the early internet.
|
|
|
|
# ──────────────────────────────────
|
|
# Colours
|
|
# ──────────────────────────────────
|
|
light:
|
|
accent: "#7A3F00"
|
|
background: "#FAF0D8"
|
|
nav-background: "#F0DBA0"
|
|
text: "#2A1A0A"
|
|
text-muted: "#6E5A40"
|
|
nav-link: "rgba(0,0,0,0.85)"
|
|
nav-link-active: "#7A3F00"
|
|
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: "#FFB000"
|
|
background: "#180D00"
|
|
nav-background: "#2A1A00"
|
|
text: "#FFB000"
|
|
text-muted: "#B07A00"
|
|
nav-link: "#E2E2E2"
|
|
nav-link-active: "#FFB000"
|
|
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: "#5BC0FF"
|
|
warning: "#FFB000"
|
|
success: "#80FF40"
|
|
error: "#FF5040"
|
|
|
|
colours-semantic-dark:
|
|
info: "#5CC0FF"
|
|
warning: "#FFB000"
|
|
success: "#80FF40"
|
|
error: "#FF695C"
|
|
|
|
# ──────────────────────────────────
|
|
# Callout defaults
|
|
# primary-colour matches colours-semantic (light mode).
|
|
# ──────────────────────────────────
|
|
callouts:
|
|
info:
|
|
icon: info
|
|
primary-colour: "#5BC0FF"
|
|
background-colour: "#5BC0FF"
|
|
warning:
|
|
icon: warning
|
|
primary-colour: "#FFB000"
|
|
background-colour: "#FFB000"
|
|
success:
|
|
icon: success
|
|
primary-colour: "#80FF40"
|
|
background-colour: "#80FF40"
|
|
error:
|
|
icon: error
|
|
primary-colour: "#FF5040"
|
|
background-colour: "#FF5040"
|
|
|
|
# ──────────────────────────────────
|
|
# Typography
|
|
# Format: "provider:Font Name:weight" (provider: bunny | google)
|
|
# ──────────────────────────────────
|
|
font-body: "google:VT323:400"
|
|
font-heading: "google:VT323:400"
|
|
font-size: 1.25 # unitless multiplier (1.0 = 16px base)
|
|
line-height: 1.60 # unitless multiplier
|
|
|
|
# ──────────────────────────────────
|
|
# Layout
|
|
# ──────────────────────────────────
|
|
main-width: 80em
|
|
nav-width: 20em
|