remember Github Light Theme
Creates and remembers the built-in GitHub Light HighlightTheme.
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 = rememberGithubLightTheme(),
) { ... }Content copied to clipboard
Return
A stable HighlightTheme instance remembered across recompositions.