While I was editing the site, the colors/theme was working fine. It didn’t go back to the default configuration. But when I deployed, the site’s theme went back to default.
I tried to create a ./.streamlit/config.toml file in the GitHub repository and wrote
[theme]
base="dark"
primaryColor="#ffcb00"
But ut still didn’t work.
How can I actually fix my site’s colors until after deploy?
Hi, @isa.rsn. I observed your repo and found that you have added config.toml file for 2 times.
One, which is inside the .streamlit/ folder and another in your repo.
Simply, remove this extra config.toml file from your repo & your app will run according to the theme you have provided inside .streamlit/config.toml file only.