Minimal Theme
A clean, understated theme with subtle shadows and neutral colors. Best suited for SaaS dashboards and developer tools.
Preview
- Soft white background with light borders
- Small, readable typography
- Subtle box shadow
- Compact padding
Usage
ts
import '@guideflow/core/styles'
import '@guideflow/core/styles/themes/minimal.css'Design Tokens
| Token | Value |
|---|---|
--gf-popover-bg | #ffffff |
--gf-popover-color | #374151 |
--gf-popover-border | 1px solid #e5e7eb |
--gf-popover-border-radius | 8px |
--gf-popover-shadow | 0 1px 3px rgba(0,0,0,0.1) |
--gf-btn-primary-bg | #3b82f6 |
--gf-btn-primary-color | #ffffff |