tvst / st-annotated-text

A simple component to display annotated text in Streamlit apps.
Apache License 2.0
523 stars 41 forks source link

Dark Mode support #13

Closed philippedeb closed 3 years ago

philippedeb commented 3 years ago

Streamlit applications using this component are not properly visible when preferring Dark Mode or have it set as system default.

Light Mode

st_annotated_text_light_mode

Dark Mode

st_annotated_text_dark_mode

The non-highlighted text colors should inherit from the current Theme (Light/Dark/Custom).

belma-ibrahimovic commented 3 years ago

Any news regarding this issue?

tvst commented 3 years ago

This is supported now, since 2.0 was released yesterday. Closing