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 — orange · paper
|
|
# White paper, neutral chrome. Colour used as a confident accent.
|
|
|
|
# ──────────────────────────────────
|
|
# Colours
|
|
# ──────────────────────────────────
|
|
light:
|
|
accent: "#EA580C"
|
|
background: "#FFFFFF"
|
|
nav-background: "#F4F5F8"
|
|
text: "#15161B"
|
|
text-muted: "#5C5F6E"
|
|
|
|
dark:
|
|
accent: "#FB923C"
|
|
background: "#0B0C10"
|
|
nav-background: "#15171C"
|
|
text: "#ECEDF1"
|
|
text-muted: "#8E919C"
|
|
|
|
# ──────────────────────────────────
|
|
# Semantic colours
|
|
# colours-semantic applies to both modes.
|
|
# colours-semantic-dark overrides for dark mode only.
|
|
# ──────────────────────────────────
|
|
colours-semantic:
|
|
info: "#2B5797"
|
|
warning: "#EA580C"
|
|
success: "#2F7A4A"
|
|
error: "#B33A2A"
|
|
|
|
colours-semantic-dark:
|
|
info: "#80A5DB"
|
|
warning: "#F79664"
|
|
success: "#89D2A3"
|
|
error: "#E0877B"
|
|
|
|
# ──────────────────────────────────
|
|
# Callout defaults
|
|
# primary-colour matches colours-semantic (light mode).
|
|
# ──────────────────────────────────
|
|
callouts:
|
|
info:
|
|
icon: info
|
|
primary-colour: "#2B5797"
|
|
background-colour: "#2B5797"
|
|
warning:
|
|
icon: warning
|
|
primary-colour: "#EA580C"
|
|
background-colour: "#EA580C"
|
|
success:
|
|
icon: success
|
|
primary-colour: "#2F7A4A"
|
|
background-colour: "#2F7A4A"
|
|
error:
|
|
icon: error
|
|
primary-colour: "#B33A2A"
|
|
background-colour: "#B33A2A"
|
|
|
|
# ──────────────────────────────────
|
|
# 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
|