syntaxTheme property
Theme for syntax highlighting.
If null, uses ChromaTheme.dark. Available themes include:
- ChromaTheme.dark - Default dark theme
- ChromaTheme.light - Light terminal theme
- ChromaTheme.monokai - Monokai-inspired
- ChromaTheme.dracula - Dracula-inspired
- ChromaTheme.github - GitHub-inspired (light)
Implementation
final ChromaTheme? syntaxTheme;