mirror of
https://github.com/kbenestad/mdcms.git
synced 2026-06-18 15:24:32 +00:00
74 lines
2.4 KiB
YAML
74 lines
2.4 KiB
YAML
# mdcms v0.4 | DO NOT REMOVE THIS COMMENT
|
|
# mdcms theme — catppuccin
|
|
# Soothing pastel theme — Latte for day, Mocha for night.
|
|
|
|
# ──────────────────────────────────
|
|
# Colours
|
|
# ──────────────────────────────────
|
|
light:
|
|
accent: "#1E66F5"
|
|
background: "#EFF1F5"
|
|
nav-background: "#E6E9EF"
|
|
text: "#4C4F69"
|
|
text-muted: "#6C6F85"
|
|
|
|
dark:
|
|
accent: "#89B4FA"
|
|
background: "#1E1E2E"
|
|
nav-background: "#181825"
|
|
text: "#CDD6F4"
|
|
text-muted: "#BAC2DE"
|
|
|
|
# ──────────────────────────────────
|
|
# Semantic colours
|
|
# colours-semantic applies to both modes.
|
|
# colours-semantic-dark overrides for dark mode only.
|
|
# ──────────────────────────────────
|
|
colours-semantic:
|
|
info: "#89B4FA"
|
|
warning: "#FAB387"
|
|
success: "#A6E3A1"
|
|
error: "#F38BA8"
|
|
|
|
colours-semantic-dark:
|
|
info: "#629BF8"
|
|
warning: "#FAB387"
|
|
success: "#A6E3A1"
|
|
error: "#F06B90"
|
|
|
|
# ──────────────────────────────────
|
|
# Callout defaults
|
|
# primary-colour matches colours-semantic (light mode).
|
|
# ──────────────────────────────────
|
|
callouts:
|
|
info:
|
|
icon: info
|
|
primary-colour: "#89B4FA"
|
|
background-colour: "#89B4FA"
|
|
warning:
|
|
icon: warning
|
|
primary-colour: "#FAB387"
|
|
background-colour: "#FAB387"
|
|
success:
|
|
icon: success
|
|
primary-colour: "#A6E3A1"
|
|
background-colour: "#A6E3A1"
|
|
error:
|
|
icon: error
|
|
primary-colour: "#F38BA8"
|
|
background-colour: "#F38BA8"
|
|
|
|
# ──────────────────────────────────
|
|
# 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
|