LocalLightHighlightTheme

CompositionLocal that provides the light HighlightTheme configured in HighlightThemeProvider.

Use this (along with LocalDarkHighlightTheme) when you need both variants in a single composable - for example, inside rememberHighlightedCodeBothThemes.

Throws a descriptive error if accessed without a HighlightThemeProvider ancestor.