mirror of
https://github.com/kbenestad/mdcms.git
synced 2026-06-18 15:24:32 +00:00
80 lines
2.6 KiB
YAML
80 lines
2.6 KiB
YAML
# mdcms v0.4 | DO NOT REMOVE THIS COMMENT
|
|
# mdcms theme — terminal · robco
|
|
# RobCo Industries Unified Operating System. The Pip-Boy green you boot up in a vault.
|
|
|
|
# ──────────────────────────────────
|
|
# Colours
|
|
# ──────────────────────────────────
|
|
light:
|
|
accent: "#00532D"
|
|
background: "#F4ECCB"
|
|
nav-background: "#2A1F12"
|
|
text: "#1F2A1F"
|
|
text-muted: "#5A7058"
|
|
nav-link: "#E2E2E2"
|
|
nav-link-active: "#FFFFFF"
|
|
nav-section-heading: "#9A9A9A"
|
|
nav-sitename: "#FFFFFF"
|
|
nav-description: "#9A9A9A"
|
|
nav-toggle: "#9A9A9A"
|
|
|
|
dark:
|
|
accent: "#1AFF6A"
|
|
background: "#040A06"
|
|
nav-background: "#000F06"
|
|
text: "#1AFF6A"
|
|
text-muted: "#1AAA4A"
|
|
|
|
# ──────────────────────────────────
|
|
# Semantic colours
|
|
# colours-semantic applies to both modes.
|
|
# colours-semantic-dark overrides for dark mode only.
|
|
# ──────────────────────────────────
|
|
colours-semantic:
|
|
info: "#1AFF6A"
|
|
warning: "#FFB800"
|
|
success: "#1AFF6A"
|
|
error: "#FF3333"
|
|
|
|
colours-semantic-dark:
|
|
info: "#1AFF6A"
|
|
warning: "#FFB800"
|
|
success: "#1AFF6A"
|
|
error: "#FF5C5C"
|
|
|
|
# ──────────────────────────────────
|
|
# Callout defaults
|
|
# primary-colour matches colours-semantic (light mode).
|
|
# ──────────────────────────────────
|
|
callouts:
|
|
info:
|
|
icon: info
|
|
primary-colour: "#1AFF6A"
|
|
background-colour: "#1AFF6A"
|
|
warning:
|
|
icon: warning
|
|
primary-colour: "#FFB800"
|
|
background-colour: "#FFB800"
|
|
success:
|
|
icon: success
|
|
primary-colour: "#1AFF6A"
|
|
background-colour: "#1AFF6A"
|
|
error:
|
|
icon: error
|
|
primary-colour: "#FF3333"
|
|
background-colour: "#FF3333"
|
|
|
|
# ──────────────────────────────────
|
|
# Typography
|
|
# Format: "provider:Font Name:weight" (provider: bunny | google)
|
|
# ──────────────────────────────────
|
|
font-body: "google:VT323:400"
|
|
font-heading: "google:VT323:400"
|
|
font-size: 1.30 # unitless multiplier (1.0 = 16px base)
|
|
line-height: 1.55 # unitless multiplier
|
|
|
|
# ──────────────────────────────────
|
|
# Layout
|
|
# ──────────────────────────────────
|
|
main-width: 80em
|
|
nav-width: 20em
|