February 15, 2026
Customizing Your Theme
Theme customization in Rspress is straightforward and flexible.
Levels of Customization
1. CSS Variables
Modify the look with CSS variables:
2. Component Override
Override any built-in component via ESM re-export:
theme/index.tsx
3. Component Eject
Use the eject command to copy component source code:
Back to blog list!

