Theming
Usage
Wrap your composable component with AppKitTheme
Wrap your composable component with AppKitTheme
You can define AppKitTheme in yours style.xml
files
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
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
Was this page helpful?