Files
lively/src/theme/index.ts
Mathis Pruvot 1cccfbcb11 feat: add glassmorphism design system
Dark-first color palette, glass surface styles with blur
backing, typography with text shadows, and spacing constants.
2026-05-28 11:48:54 +00:00

6 lines
250 B
TypeScript

export { colors } from "./colors";
export { glassSurface, glassIntensity, glassRadius, glassBorder } from "./glass";
export type { GlassVariant } from "./glass";
export { typography } from "./typography";
export { spacing, layout } from "./spacing";