Skip to content

pantoken / formats/dtcg/src / themes

Variable: themes

const themes: Record<Theme, DtcgDoc>

Beta

Every theme's DTCG document, keyed by Theme.

Example

ts
import { themes } from "@pantoken/dtcg";

const doc = themes.canvasHighContrast;