rememberAlucardLightTheme

Creates and remembers the built-in Alucard (light) HighlightTheme.

Alucard is the official light color scheme for the Dracula Theme ecosystem. The name Alucard is Dracula spelled backward 😅. Alucard is a half-human, half-vampire dhampir who uniquely bridges two worlds, mirroring the library's journey to embrace both light and dark modes.

Alucard and rememberDraculaDarkTheme are designed to go together as a perfect light/dark pair.

Backed by a precompiled color map generated at build time, so no CSS parsing happens at runtime and no android.content.Context is needed.

HighlightThemeProvider(
lightHighlightTheme = rememberAlucardLightTheme(),
darkHighlightTheme = rememberDraculaDarkTheme(),
) { ... }

Return

A stable HighlightTheme instance remembered across recompositions.

See also