@qdesignsystems/theme-vestium
v0.1.0
Published
Vestium theme for Q Design System (Archivo, purple accent)
Readme
@qdesignsystems/theme-vestium
Vestium theme for the Q Design System: Archivo font family, purple primary/accent (#CB02EF / hsl(291 98% 47%)), light gray backgrounds, and semantic opacity tokens.
Install
npm install @qdesignsystems/design-system-core @qdesignsystems/theme-vestiumUsage
In your app entry (e.g. src/main.tsx), import CSS in this order:
import '@qdesignsystems/design-system-core/styles.css';
import '@qdesignsystems/theme-vestium/styles.css';Then use semantic Tailwind classes (bg-background, text-foreground, bg-primary, etc.) and ensure your Tailwind config extends the design system theme (e.g. from LOVABLE_SETUP.md in the design-system repo).
