I know that I can use the .streamlit/config.toml to set the theme colors, but I found this a little restricted for my design problem.
Is it possible to change how the theme colors work without changing the Streamlit module source code? If it is not, how can I effiently search and change it in the source code?
Specifically, I want either to set the font-color independently, or change the boxes background color (I don’t want it to be the same as the main backgorundColor)
Just for appointing the way I’ve finally resolve it, any other comments in this topic are welcome, either resolving the specific question or resolving through modifying the source code or developing a Streamlit Component
The color of the web elements can be change directly going for the html ids of this elements and using css to apply the changes. A “style.css” file is generated