Skip to main content
Reown Docs

Theming

1 min read

Usage#

Wrap your composable component with AppKitTheme

Mode#

Colors#

Customizable colors in AppKitTheme. To override colors you need to use methods AppKitTheme.provideLightAppKitColors or AppKitTheme.provideDarkAppKitColors To override foreground or background ColorPalette you can define new palette or use one of the AppKitTheme methods to provide Palette and override selected colors

ColorPalette