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.
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.

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