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

TokenPurpose
--lb-bgPage background
--lb-card-bgCard background
--lb-card-borderCard border color
--lb-textPrimary text
--lb-mutedMuted/secondary text
--lb-primaryAccent color
--lb-secondarySecondary accent
--lb-radiusBorder radius for cards
--lb-font-headingHeading font family
--lb-font-bodyBody font family

Background Types

LinkBreeze supports 8 background types:

  1. Solid — single color
  2. Gradient — linear gradient
  3. Radial — radial gradient
  4. Mesh — multi-point mesh gradient
  5. Image — background image with overlay
  6. Pattern — CSS pattern
  7. Aurora — animated aurora blobs
  8. Animated Gradient — CSS keyframe gradient animation

6 link styles control how link cards look:

  1. Rounded — standard rounded rectangles
  2. Sharp — no border radius
  3. Glass — frosted glass effect
  4. Pill — fully rounded pill shape
  5. Outline — transparent with border
  6. Neon — glowing neon effect