Theme Config
Customisation of the Auth UI is achievable through the theme config.
Themes
DefaultTheme: Delivers the classic Futureverse aesthetic, ready to use out of the box.
CoreColors: Includes essential colors, such as black, white, and transparent variants for versatile styling (these cannot be edited).
Other Typesafe Theme Types: Access additional types like ThemeConfig, AuthOption, Colors and Fonts for enhanced customization.
Whitelabeling: Add a modal logo or background image/video to seamlessly integrate the auth UI modal with your personalized brand identity.
Overwrite Theming and Font Examples
Color Values: All color properties must be specified using RGBA values for consistency and transparency control.
Font Customization: You can easily integrate custom fonts by providing the font URL and name.
Comprehensive Theming: The theme object allows you to customize various aspects. You can either create a completely custom theme or selectively override specific elements while inheriting the rest from the default theme.
Example:
All color values only accept hex codes.
Last updated