BertrandBev / code_field

A customizable code text field supporting syntax highlighting
https://bertrandbev.github.io/code_field/
MIT License
232 stars 61 forks source link

README Update for theme and CodeTheme #71

Closed semperos closed 1 year ago

semperos commented 1 year ago

Thanks for your open source contributions!

The README still shows usage of the once-deprecated and now-deleted theme argument for CodeController, where now a wrapping CodeTheme with CodeThemeData are needed.

Thanks for updating the executable examples, that made it straightforward to find a working usage.

dhust commented 1 year ago

It's not clear how to implement CodeTheme or CodeThemeData. It would be great if someone could provide an example please :)