- primary_color: Main brand color for buttons, links, and highlights
- secondary_color: Supporting brand color for accents
- alert_color: Error states and warnings
Understand the foundational concepts of social.plus UIKit customization across all levels
preferred_theme
- Sets the default theme modetheme
- Defines light and dark color palettesexcludes
- Components to exclude from the appcustomizations
- Specific component modificationsPrimary Colors
Base Colors
Background
base_color
is dark in light theme and light in dark theme.preferred_theme
to "default"
will respect the user’s system theme preference and automatically switch between light and dark modes.excludes
array:
customizations
object:
page_name/*/*
- Target all instances of a pagepage_name/*/component_name
- Target specific components on a page*/*/*
- Target all components globallyChoose Your Primary Color
Create Supporting Colors
Test Accessibility
Create Dark Variants