Brand color
Privy’s default UIs for Expo support theming by using the brand color you have set in the dashboard, or by setting a value specific to your mobile application by using thePrivyElements config prop.
If you want to set the value manually, instead of automatically through the dashboard, you should set the accentColor config option on the PrivyElements component.
Color scheme (light and dark mode)
Privy’s default UIs also support adapting the color scheme to both light and dark mode, via thecolorScheme config option.
You can set a fixed value if that best matches the experience and design of your application, or you can use React Native’s own useColorScheme hook to get a dynamic value and adapt to your user’s settings.

