Config.toml not working

Good day everyone,

No matter where I put config.toml, userprofile/.streamlit and app directory/.streamlit, it just will not work.

config.toml file only contain these 2 lines:
[theme]
base=“dark”

I assume this should launch the app in dark mode. It did not.

I also managed to integrate style.css, but setting the background-color to black has some undesired coloring e.g. weird mixed button colors.

Can someone help to point in the right direction? Maybe how to set style.css to have the same dark theme effect or something?

Thank you :slight_smile:

Note: Running locally on windows. Streamlit version 1.40.1 Python 3.12.7.

Ah nevermind.

Though it seems dark mode is not forced upon local browser, it looks to be working once deployed.

Hope this helps someone :slight_smile:

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.