halilozercan / compose-richtext

A collection of Compose libraries for advanced text formatting and alternative display types.
https://halilibo.com/compose-richtext
Apache License 2.0
750 stars 59 forks source link

Set Text Color in Markdown #124

Closed pjp94 closed 8 months ago

pjp94 commented 8 months ago

Is there a way to change the text color in the Markdown composable or RichTextScope? It just renders the text as black which isn't visible on a dark mode background.

Edit: Looked at the source code and doesn't seem possible without forking and modifying it.