chore: starter template

This commit is contained in:
e2e
2026-07-10 20:17:46 +02:00
commit 5c1e65dc5f
157 changed files with 6462 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
// Generated by the fabric-theme tool — do not edit by hand.
// One JSON per theme. Each bundles a `brand` (colours + fonts) and a
// `structure` (radius/shadows/spacing) section. Add themes via the fabric-theme tool.
import t_default from './default.json'
export const themeSpecs: Record<string, unknown> = {
default: t_default,
}