Theme Tokens
The CSS variable system that powers every LinkBreeze theme.
Theme Token System
Every LinkBreeze theme is a set of CSS variables. You can override any of them.
Core Tokens
| Token | Purpose |
|---|---|
--lb-bg | Page background |
--lb-card-bg | Card background |
--lb-card-border | Card border color |
--lb-text | Primary text |
--lb-muted | Muted/secondary text |
--lb-primary | Accent color |
--lb-secondary | Secondary accent |
--lb-radius | Border radius for cards |
--lb-font-heading | Heading font family |
--lb-font-body | Body font family |
Background Types
LinkBreeze supports 8 background types:
- Solid — single color
- Gradient — linear gradient
- Radial — radial gradient
- Mesh — multi-point mesh gradient
- Image — background image with overlay
- Pattern — CSS pattern
- Aurora — animated aurora blobs
- Animated Gradient — CSS keyframe gradient animation
Link Styles
6 link styles control how link cards look:
- Rounded — standard rounded rectangles
- Sharp — no border radius
- Glass — frosted glass effect
- Pill — fully rounded pill shape
- Outline — transparent with border
- Neon — glowing neon effect