feat: add glassmorphism design system

Dark-first color palette, glass surface styles with blur
backing, typography with text shadows, and spacing constants.
This commit is contained in:
Mathis Pruvot
2026-05-28 11:48:54 +00:00
parent 961d29ebe8
commit 1cccfbcb11
5 changed files with 199 additions and 0 deletions

5
src/theme/index.ts Normal file
View File

@@ -0,0 +1,5 @@
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";