Streamlit: DarkMode

Created on 25 Oct 2019  路  3Comments  路  Source: streamlit/streamlit

It would be nice to see how streamlit will look in dark mode
Just a suggestion, please consider this along side giving ability to customize widgets and ui
there should be a one shortcut way to turn everything into darkmode side by side still having ability to tweak futher.

enhancement uui

Most helpful comment

Hey @amineHY , as a workaround you could use st.markdown() with unsafe_allow_html param and overwrite your own styles.

All 3 comments

I also would like to know if it is possible to customize the theme color ?

Hey @amineHY , as a workaround you could use st.markdown() with unsafe_allow_html param and overwrite your own styles.

Another workaround is to use the browser extension Dark Reader to view the streamlit app, although that will only change the appearance for yourself.
It works nicely while developing.

Screen Shot 2020-10-02 at 16 20 49

Was this page helpful?
0 / 5 - 0 ratings