-
Notifications
You must be signed in to change notification settings - Fork 1
docs: align VitePress documentation site with re:cinq brand guidelines v1.0 #683
Copy link
Copy link
Open
Description
Context
The re:cinq brand guidelines v1.0 have been finalised. The Wave documentation site (VitePress) currently uses a generic indigo/purple palette and system fonts that don't match the official brand identity.
Brand Specifications
Color Palette (Primary)
| Token | Name | Hex | Usage |
|---|---|---|---|
--brand-midnight-navy |
Midnight Navy | #0F1F49 |
Main neutral, dark backgrounds, typography |
--brand-crystal-white |
Crystal White | #FFFFFF |
Light backgrounds, text on dark |
--brand-quantum-blue |
Quantum Blue | #0014EB |
Accent: buttons, links, highlights |
--brand-aurora-start |
Aurora gradient start | #E4E6FD |
Gradient backgrounds |
--brand-aurora-mid |
Aurora gradient mid | #5664F4 |
Gradient backgrounds |
--brand-aurora-end |
Aurora gradient end | #8F96F6 |
Gradient backgrounds |
Color Palette (Secondary)
| Token | Name | Hex | Usage |
|---|---|---|---|
--brand-pulse-blue |
Pulse Blue | #5664F4 |
Supporting accent |
--brand-soft-indigo |
Soft Indigo | #8F96F6 |
Supporting accent |
--brand-nebula-light |
Nebula Light | #E6E8FD |
Light backgrounds, cards |
--brand-neutral-fog |
Neutral Fog | #F2F2F7 |
Subtle backgrounds |
Typography
- Font family: Neue Montreal (sans-serif) — headlines and body
- H1: Bold, 64px/48pt
- H2: Medium/Bold, 40px/30pt
- H3: Medium/Regular, 24px/18pt
- Body: Regular, 16-18px/12-14pt
- Captions: Light/Regular, 12-14px/9-10pt
- Mono (code): keep JetBrains Mono
Visual Elements
- Aurora gradient for hero/banner sections
- Rounded corners: 8-12px (callout/highlight blocks)
- Brand Pattern 1.0: white at 20-30% opacity on Aurora/Pulse Blue backgrounds
- Leaf logomark (blue, brackets/slashes inside)
- Clean, minimal icon style with soft gradients
Scope
Files to update
docs/.vitepress/theme/styles/custom.css— replace--wave-*colour variables with brand tokens, add Neue Montreal@font-faceor Google Fonts importdocs/.vitepress/theme/styles/components.css— update component coloursdocs/.vitepress/config.ts— update font preconnect, og metadata, site title/description if neededdocs/public/logo.svg— replace with re:cinq logomark (blue leaf)docs/public/favicon.ico— replace with re:cinq favicon (simplified leaf icon)docs/index.md— update hero section if it uses hardcoded brand elements
Changes
- Colour tokens — map all
--wave-primary,--wave-accent,--wave-secondaryto brand palette. Dark mode: use Midnight Navy backgrounds. Light mode: use Crystal White/Neutral Fog backgrounds with Quantum Blue accents - VitePress brand vars —
--vp-c-brand-1/2/3should map to Quantum Blue / Pulse Blue / Soft Indigo - Hero gradient — replace current
linear-gradient(135deg, ...)with Aurora gradient - Typography — add Neue Montreal as primary sans-serif font; keep JetBrains Mono for code
- Logo & favicon — replace Wave SVG with re:cinq leaf logomark
- Feature cards — update hover shadow, border, and background to match brand callout style (Aurora gradient bg, 8-12px radius)
- Trust badges / status colours — keep functional green/amber/red but ensure they work against new backgrounds
Out of scope
- Content rewrites (that's a separate pass)
wave serveweb dashboard (separate issue)
Acceptance Criteria
-
docs/.vitepress/theme/styles/custom.cssuses brand hex values exclusively (no legacy#4f46e5etc.) - Neue Montreal loads correctly and renders in headings + body
- Logo and favicon match re:cinq logomark
- Dark mode uses Midnight Navy (
#0F1F49) backgrounds - Light mode uses Crystal White / Neutral Fog backgrounds
- Aurora gradient visible in hero section
-
npm run docs:devrenders without visual regressions
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels