LocalDarkHighlightTheme

CompositionLocal that provides the dark HighlightTheme configured in HighlightThemeProvider.

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

Throws a descriptive error if accessed without a HighlightThemeProvider ancestor.