Hi I’m trying to get a custom name in the streamlit settings to show for a custom theme since I want preset in my project.
- I’m not too sure how to name it to like darker theme
how would I make it so where I can add it in the config.toml or something or if I need to have multiple toml files for each theme
I’ve tried this
[theme]
primaryColor = "#00FF00"
backgroundColor = "#000000"
secondaryBackgroundColor = "#222222"
textColor = "#FFFFFF"
font = "sans serif"
name = "My Custom Theme"
and it doesn’t seem to work