/ dashboard / .streamlit / config.toml
config.toml
 1  [theme]
 2  base="dark"
 3  primaryColor="#00D4FF"
 4  backgroundColor="#0E1117"
 5  secondaryBackgroundColor="#262730"
 6  textColor="#FAFAFA"
 7  
 8  [server]
 9  enableCORS = true
10  enableXsrfProtection = true
11  
12  [logger]
13  level = "info"
14  messageFormat = "%(asctime)s %(levelname)s: %(message)s"
15  enableRich = false