grelin_templates/presentation/data/theme.typ
MORRO 91303740b8 Add presentation template scaffold and remove resume-career local README.
Scaffold 16:9 PPT directory for future work; drop tracked local README now covered by gitignore only.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-26 23:24:10 +08:00

24 lines
480 B
Plaintext

#import "/brand/colors.typ": *
#let color-primary = color-brand
#let color-heading = color-ink
#let color-text = color-body
#let color-text-light = color-muted
#let body-font = ("Segoe UI", "Microsoft YaHei UI", "Microsoft YaHei")
#let heading-font = body-font
#let size-title = 36pt
#let size-subtitle = 18pt
#let size-body = 16pt
#let size-section = 24pt
#let leading-body = size-body * 1.5
#let slide-margin = (
top: 2cm,
bottom: 2cm,
left: 2.5cm,
right: 2.5cm,
)