🎨 Icons
Icon color system for Echo with theme-aware colors.🔧 Icon Colors Setup
Echo uses a dedicated color system for icons that adapts to light and dark themes.Icon Colors Configuration File
Go to/constants/colors.ts
:
Icon Colors Hook
Create/hooks/useIconColors.ts
:
📱 Usage
1. Basic Icon Usage
2. Different Icon States
3. Dynamic Icon Colors
🎨 Available Icon Colors
Color Types
- base - Black/White (theme adaptive)
- primary - Orange accent color
- secondary - Gray neutral
- success - Green for positive actions
- error - Red for dangerous/negative actions
- warning - Yellow for caution
- info - Blue for information
- muted - Light gray for inactive elements
Usage Examples
🎨 Customization
Change Icon Colors
To modify icon colors, edit the hex values in the colors object:Add Custom Icon Colors
🎨 Icon System Ready ✅ Theme-aware icon colors for your entire app!