syntaxTheme property

AdaptiveChromaTheme? syntaxTheme
final

Adaptive syntax theme that selects dark/light based on background.

Takes precedence over explicitSyntaxTheme when both are provided. Use this for automatic theme adaptation.

Implementation

final AdaptiveChromaTheme? syntaxTheme;