CRITCON / .streamlit /config.toml
MilanM's picture
Create .streamlit/config.toml
1d8f490 verified
raw
history blame contribute delete
560 Bytes
[theme]
# The preset Streamlit theme that your custom theme inherits from.
# One of "light" or "dark".
base = "light"
# Primary accent color for interactive elements.
primaryColor = "#9999FF"
# Background color for the main content area.
backgroundColor = "#E6EBFB"
# Background color used for the sidebar and most interactive widgets.
secondaryBackgroundColor = "#F7FBFD"
# Color used for almost all text.
textColor = "#26004D"
# Font family for all text in the app, except code blocks. One of "sans serif",
# "serif", or "monospace".
font ="sans serif"