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)