Skip to main content

Theme direction

Tahoe is the default Rainy visual identity: clear blue primaries, soft atmospheric gradients, and translucent surfaces.

Core Tahoe palette

TokenValueUsage
Tahoe primary#2563EBPrimary actions and links
Tahoe light#60A5FAHighlights and secondary accents
Tahoe deep#1E3A8ADark contrast accents
Dark background#0B1220Atmosphere for dark layouts
Light background#F8FAFFAtmosphere for light layouts

Source of truth in this repository

  • App theme tokens: src/lib/themes.ts (rainy-tahoe)
  • Base CSS tokens: src/global.css
  • Mintlify colors: rainy-docs/docs.json
  • Mintlify visual tuning: rainy-docs/custom.css

Surface pattern

For overlays, modals, and cards, use blur with translucent backgrounds.
<div className="backdrop-blur-md bg-white/10 border-white/20" />
This pattern keeps long workflows readable while preserving Tahoe depth.