@streamdown/code@1.1.0
coleam00/Archon@streamdown/code@1.1.0Mar 5, 2026
AI Summary
This minor version update adds configuration flexibility to the code plugin by enabling users to specify custom Shiki themes for syntax highlighting.
Key Highlights
- Added support for custom Shiki themes
- Accepts light/dark theme pairs or full registration objects
New Features
- Custom Shiki themes support via 'themes' option
Full Release Notes
### Minor Changes - 01d27e9: Add support for custom Shiki themes via a `themes` option on `createCodePlugin`, accepting a `[light, dark]` pair of bundled theme names or full theme registration objects.