Theming Guide

Customize your LinkBreeze page with 10 presets and a full token system.

Theming

LinkBreeze ships with 10 built-in theme presets. Each is fully customizable via the theme token system.

Built-in Themes

  1. Aurora - animated aurora gradient (the flagship)
  2. Glassmorphism - frosted glass cards over mesh gradient
  3. Neon Cyberpunk - glowing neon on dark void
  4. Editorial Paper - clean serif editorial
  5. Terminal Mono - monospace green-on-black
  6. Pastel Soft - soft gradient pills
  7. Brutalist - hard edges, thick borders
  8. Retro Sunset - synthwave sunset
  9. Minimal Light - clean professional SaaS
  10. 8-Bit Retro - pixel-perfect retro gaming

Token System

Every theme is controlled by CSS variables (tokens):

  • --lb-bg - page background
  • --lb-card-bg - card background
  • --lb-card-border - card border color
  • --lb-text - primary text color
  • --lb-muted - secondary text color
  • --lb-primary - accent/primary color
  • --lb-secondary - secondary accent color

Custom CSS

For advanced customization, add custom CSS directly in the theme editor. This overrides any token value.

Background Types

  • Solid - single color
  • Gradient - linear gradient (2+ colors)
  • Radial - radial gradient
  • Mesh - multi-point mesh gradient
  • Image - background image with overlay
  • Aurora - animated aurora blobs