- Version control your configuration files
- Document custom styling decisions
- Test after UIKit updates
- Plan for migration between versions
Comprehensive guide to customizing social.plus UIKit components to match your brand
config.json
file:
Configure Dynamic UI
Sync Configuration
Apply Changes
Test & Publish
Color Token | Purpose | Light Theme | Dark Theme |
---|---|---|---|
primary_color | Brand color, buttons, links | #1054DE | #1054DE |
secondary_color | Secondary actions | #292B32 | #292B32 |
background_color | Main background | #FFFFFF | #191919 |
base_color | Primary text | #292b32 | #ebecef |
base_shade1_color | Secondary text | #636878 | #a5a9b5 |
alert_color | Errors, warnings | #FA4D30 | #FA4D30 |
Breakpoint | Width | Use Case |
---|---|---|
Mobile | < 768px | Phone portrait/landscape |
Tablet | 768px - 1024px | Tablet portrait/landscape |
Desktop | > 1024px | Desktop and large screens |
🎨 Design Consistency
⚡ Performance
🔧 Maintenance
👥 User Experience