uiwjs / react-textarea-code-editor

A simple code editor with syntax highlighting.
https://uiwjs.github.io/react-textarea-code-editor/
MIT License
490 stars 23 forks source link

Dark mode #73

Closed marabesi closed 2 years ago

marabesi commented 2 years ago

Is there a way to use custom styles for the text area?

jaywcjlove commented 2 years ago

You can override the style. You can also rewrite the style.

https://uiwjs.github.io/npm-unpkg/#/pkg/@uiw/react-textarea-code-editor/file/esm/style/index.css

Use the babel plugin babel-plugin-transform-remove-imports to delete the css style in the package.

@marabesi