uiwjs / react-codemirror

CodeMirror 6 component for React. @codemirror https://uiwjs.github.io/react-codemirror/
https://uiwjs.github.io/react-codemirror/
MIT License
1.63k stars 130 forks source link

White box in auto completetion instead of dark box in Dracula mode #438

Closed NaviTheCoderboi closed 1 year ago

NaviTheCoderboi commented 1 year ago

Describe the issue

When i use auto completetion, the suggestion box should be dark but it's white, pls fix it or tell me a solution pls IMG_20221218_185000

Browser and platform

No response

Reproduction link

No response

jaywcjlove commented 1 year ago

@NaviTheCoderboi

image

I'm not sure how your theme is set up.

Are you sure it's a dark theme? rather than a bright theme.

https://github.com/uiwjs/react-codemirror/blob/86c484572bbbec32d64735f975ce0e2a8b51c6cb/core/src/theme/light.ts#L3-L12

NaviTheCoderboi commented 1 year ago

@jaywcjlove do i need to specify it dark theme?

jaywcjlove commented 1 year ago

@NaviTheCoderboi yes