Tokens, components and patterns — so a deck is something you assemble, not style. Seven themeable variants, keynote-grade output, written in plain frontmatter.
Most Slidev themes are some CSS and a few layouts. tahta has the parts of an actual design system — and a test that enforces its own rules.
A 3-tier token layer (primitives → semantic → variants), shipped as tokens.json. One accent derives the whole palette via OKLCH.
Stat, Plot (charts), Callout, Badge, Icon, Reveal, Fit — and 20 layouts, all variant-aware, all documented in layouts.json.
CI gates a token-contract and WCAG-AA contrast for every variant. Accessible by construction, not by hope.
Pick a layout, fill fields. No CSS, no grids, no layout HTML. Auto footers, page numbers, motion.
The same deck — every layout and component — switched live across all seven variants. Click the frame and use arrow keys.
variant: editorial · shareable as gallery/?variant=…
Authored almost entirely in frontmatter — the honest test of the system.
Install, point a deck at it, pick a variant. See the contract in AGENTS.md.
npm i slidev-theme-tahta echarts
---
theme: slidev-theme-tahta
title: My Talk
themeConfig: { variant: atelier } # or editorial · brutalist · soft · minimal · paper · notebook
layout: cover
kicker: Team · 2026
---