@streamdown/code@1.1.0
aloshdenny/reverse-SynthID@streamdown/code@1.1.0Mar 5, 2026
AI Summary
Adds support for custom Shiki themes via a new `themes` option in the code plugin configuration.
Key Highlights
- Added support for custom Shiki themes
- New `themes` option on `createCodePlugin`
- Accepts `[light, dark]` pair of bundled theme names or full theme registration objects
New Features
- Custom Shiki themes support
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.