mirror of
https://github.com/kbenestad/mdcms.git
synced 2026-06-18 07:24:31 +00:00
82 lines
2.7 KiB
YAML
82 lines
2.7 KiB
YAML
# mdcms v0.4 | DO NOT REMOVE THIS COMMENT
|
|
# mdcms theme — os-amiga
|
|
# Workbench 1.3 revival. Iconic blue/orange/white/black on Workbench grey.
|
|
# Pixel-screen energy. The most idiosyncratic theme in the set.
|
|
#
|
|
# Original Workbench 1.x palette (4 colours, hardware-fixed):
|
|
# #0055AA blue (window chrome, background)
|
|
# #FFFFFF white
|
|
# #000000 black
|
|
# #FF8800 orange (highlights)
|
|
# 2.x onward added the warm grey #AAAAAA.
|
|
|
|
# ──────────────────────────────────
|
|
# Colours
|
|
# ──────────────────────────────────
|
|
light:
|
|
accent: "#FF8800"
|
|
background: "#FFFFFF"
|
|
nav-background: "#0055AA"
|
|
text: "#000000"
|
|
text-muted: "#555555"
|
|
|
|
dark:
|
|
accent: "#FF8800"
|
|
background: "#0055AA"
|
|
nav-background: "#003D7A"
|
|
text: "#FFFFFF"
|
|
text-muted: "#AAC4E0"
|
|
|
|
# ──────────────────────────────────
|
|
# Semantic colours
|
|
# ──────────────────────────────────
|
|
colours-semantic:
|
|
info: "#0055AA"
|
|
warning: "#FF8800"
|
|
success: "#00AA55"
|
|
error: "#CC0000"
|
|
|
|
colours-semantic-dark:
|
|
info: "#7FB2E0"
|
|
warning: "#FFB04A"
|
|
success: "#7FD9A4"
|
|
error: "#FF6B6B"
|
|
|
|
# ──────────────────────────────────
|
|
# Callout defaults
|
|
# ──────────────────────────────────
|
|
callouts:
|
|
info:
|
|
icon: info
|
|
primary-colour: "#0055AA"
|
|
background-colour: "#0055AA"
|
|
warning:
|
|
icon: warning
|
|
primary-colour: "#FF8800"
|
|
background-colour: "#FF8800"
|
|
success:
|
|
icon: success
|
|
primary-colour: "#00AA55"
|
|
background-colour: "#00AA55"
|
|
error:
|
|
icon: error
|
|
primary-colour: "#CC0000"
|
|
background-colour: "#CC0000"
|
|
|
|
# ──────────────────────────────────
|
|
# Typography
|
|
# VT323 portable default for the pixel-screen feel.
|
|
# Preferred for true Workbench-fidelity: "Topaz" or "Topaz New" (free
|
|
# pixel font replicas of the Amiga system font, widely available as TTF).
|
|
# For a more readable modern take, swap to "bunny:IBM Plex Mono:400".
|
|
# ──────────────────────────────────
|
|
font-body: "google:VT323:400"
|
|
font-heading: "google:VT323:400"
|
|
font-size: 1.15
|
|
line-height: 1.45
|
|
|
|
# ──────────────────────────────────
|
|
# Layout
|
|
# ──────────────────────────────────
|
|
main-width: 76em
|
|
nav-width: 20em
|