Skip to content

docs: align VitePress site with re:cinq brand guidelines v1.0#686

Draft
nextlevelshit wants to merge 3 commits intomainfrom
683-brand-guidelines
Draft

docs: align VitePress site with re:cinq brand guidelines v1.0#686
nextlevelshit wants to merge 3 commits intomainfrom
683-brand-guidelines

Conversation

@nextlevelshit
Copy link
Copy Markdown
Collaborator

Summary

  • Replace legacy indigo/purple colour palette with official re:cinq brand tokens (Midnight Navy, Crystal White, Quantum Blue, Aurora gradients)
  • Map VitePress brand variables (--vp-c-brand-1/2/3) to Quantum Blue / Pulse Blue / Soft Indigo
  • Add Neue Montreal font family via CDN for headings and body text; keep JetBrains Mono for code
  • Update hero section with Aurora gradient background
  • Replace logo SVG with re:cinq leaf logomark and add brand favicon

Related to #683

Changes

  • docs/.vitepress/theme/styles/custom.css — replaced all --wave-* colour variables with brand tokens, added Neue Montreal @font-face import, dark/light mode palette
  • docs/.vitepress/theme/styles/components.css — updated component colours (cards, badges, callouts) to brand palette
  • docs/.vitepress/theme/components/HeroSection.vue — Aurora gradient hero background
  • docs/.vitepress/theme/components/TerminalPreview.vue — brand colour updates for terminal chrome
  • docs/.vitepress/theme/components/TerminalOutput.vue — accent colour alignment
  • docs/.vitepress/theme/components/PipelineVisualizer.vue — pipeline step colours to brand palette
  • docs/.vitepress/theme/components/CopyButton.vue — button accent colour
  • docs/.vitepress/config.ts — font preconnect for Neue Montreal CDN
  • docs/public/logo.svg — replaced with re:cinq leaf logomark (blue, brackets/slashes)
  • docs/public/favicon.svg — new brand favicon (simplified leaf icon)
  • specs/683-brand-guidelines/ — implementation plan, spec, and task tracking

Test Plan

  • Visual inspection of npm run docs:dev for correct brand colours in light and dark mode
  • Verified Neue Montreal font loads and renders in headings and body
  • Confirmed Aurora gradient renders in hero section
  • Checked logo and favicon display correctly
  • Verified no legacy #4f46e5 or --wave-primary references remain in updated files

@nextlevelshit nextlevelshit marked this pull request as draft March 30, 2026 19:32
#683)

Spec, plan, and task breakdown for aligning the VitePress documentation
site with re:cinq brand guidelines v1.0 — color palette, typography,
logo, and component style updates across 17 tasks in 4 phases.
…ines v1.0

Replace generic indigo/purple palette with re:cinq brand colors:
- Quantum Blue (#0014EB) as primary accent
- Midnight Navy (#0F1F49) for dark mode backgrounds
- Aurora gradient (E4E6FD → 5664F4 → 8F96F6) for hero sections
- Pulse Blue and Soft Indigo as supporting accents
- Crystal White / Neutral Fog for light mode backgrounds

Add Neue Montreal font-face declarations with fallback stack.
Replace logo.svg and favicon.svg with re:cinq leaf logomark.
Update all terminal preview colors to harmonize with Midnight Navy.
Update PipelineVisualizer persona colors to brand palette.
- Add recinq-theme.css to theme/styles/ and @import it in custom.css so
  --recinq-* custom properties are the authoritative brand token source
- Add design-tokens.json and tailwind-preset.js to docs/public/
- Replace inline --brand-* variable block with references to --recinq-*
- Replace pipeline-generated placeholder SVGs (logo.svg, favicon.svg)
  with the proper re:cinq leaf mark from brand guidelines v1.0
@nextlevelshit nextlevelshit force-pushed the 683-brand-guidelines branch from 98286b3 to fc000a7 Compare April 3, 2026 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant