Documentation Index
Fetch the complete documentation index at: https://docs.getpara.com/llms.txt
Use this file to discover all available pages before exploring further.
Simplified Theming
The v3.0 release dramatically simplifies modal theming. Instead of managing 13+ theme properties with separate dark mode colors and deeply nested custom palettes, you now set aforegroundColor and backgroundColor and the system generates a complete, harmonious palette using OKLCH color space.
One Color Drives Everything
SetforegroundColor and buttons, accents, rings, and interactive elements are automatically derived:
No More Dark/Light Variant Properties
No more maintaining separatedarkForegroundColor, darkBackgroundColor, and darkAccentColor. Just provide your dark colors directly — the system auto-detects dark mode from the background color lightness:
mode to override it.
CSS Overrides for Power Users
ReplacecustomPalette with cssOverrides for raw CSS variable control when you need granular adjustments:
Fine-Tune with Foreground Mix Ratio
The newforegroundMixRatio property lets you control how much your accent color bleeds into surface colors: