-
I'm using dark theme, is any way a set up codemirror theme for the new code block? |
Beta Was this translation helpful? Give feedback.
Answered by
petyosi
Apr 29, 2024
Replies: 2 comments 2 replies
-
editor/src/examples/toolbar.tsx Line 34 in 02b2a82 |
Beta Was this translation helpful? Give feedback.
1 reply
-
The code mirror extensions need to be passed to the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ajboni
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The code mirror extensions need to be passed to the
codeMirrorPlugin
. Check this commit.