material3Scheme static method
Implementation
static LatexTheme material3Scheme(ColorScheme colorScheme) {
return LatexTheme.fixed(
colors: LatexThemeColors(
color: colorScheme.onSurface,
backgroundColor: colorScheme.surface,
),
);
}