How to add other themes? #181
Answered
by
onurusluca
onurusluca
asked this question in
Q&A
-
Hi! I am trying to add a light(default theme) when the dark mode is on but I couldn't find a way to add one. How do I do it? Thank you!
|
Beta Was this translation helpful? Give feedback.
Answered by
onurusluca
Dec 5, 2022
Replies: 1 comment
-
After some research, I have come up with this:
This works fine enough. Though |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
onurusluca
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After some research, I have come up with this:
This works fine enough. Though
import { EditorView } from "@codemirror/view";
returns type error.