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

[Feature Request] allow to change theme colors #43

Closed juanlatorre closed 3 years ago

juanlatorre commented 3 years ago

Hi, extending the theme can be an interesting feature, currently I change the background using chakra-ui color mode to achieve something like this:

image image

But when I wrote code on the box..

image

Is it possible to customize the syntax highlight colors?

jaywcjlove commented 3 years ago

@juanlatorre You can customize the syntax highlighting color.

@uiw/react-textarea-code-editor/dist.css

juanlatorre commented 3 years ago

@juanlatorre You can customize the syntax highlighting color.

@uiw/react-textarea-code-editor/dist.css

omg, you are right, thanks !