@streamdown/code@1.1.0
zjunlp/OmniThink@streamdown/code@1.1.0Mar 5, 2026
AI Summary
This minor release introduces theme customization capabilities, allowing users to specify light and dark Shiki themes via the plugin configuration options.
Key Highlights
- Add support for custom Shiki themes
- New 'themes' option accepts [light, dark] pairs
- Supports full theme registration objects
New Features
- Custom Shiki theme support via createCodePlugin
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.