You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this should apply a dark theme to the code when in light mode, and vice-versa
Launch the dev server and open the slide using the dev npm script
Go to the 5th slide where there is some code blocks: the colour of the code is the one from the shiki theme (i.e. colours of the min-dark code theme when in light mode and vice-versa), but the background remains the default one (i.e. a light background when in light mode and vice-versa)
System infos
Slidev version: 51.0.2
Browser: Firefox
OS: Ubuntu
The text was updated successfully, but these errors were encountered:
Describe the bug
When using a theme for shiki, the colours are effectively applied to the text, but the background of the code blocks remains in the default colour.
Minimal reproduction
Steps to reproduce the behavior:
setup
folder, and in it, ashiki.ts
file (as specified in the doc) with the following content:dev
npm scriptmin-dark
code theme when in light mode and vice-versa), but the background remains the default one (i.e. a light background when in light mode and vice-versa)System infos
The text was updated successfully, but these errors were encountered: