alexanderdavide / slidev-theme-academic

Academic presentations with Slidev made simple 🎓
https://slidev-theme-academic.alexeble.de
MIT License
99 stars 31 forks source link

Load Shiki Theme Directly #21

Closed Samarium150 closed 3 weeks ago

Samarium150 commented 1 month ago

Fix this warning in Slidev v0.49.29

[slidev] `loadTheme` in `setup/shiki.ts` is deprecated. Pass directly the theme name it's supported by Shiki. For custom themes, load it manually via `JSON.parse(fs.readFileSync(path, 'utf-8'))` and pass the raw JSON object instead.
alexanderdavide commented 3 weeks ago

Thanks for the PR, @Samarium150!