portfolio / .streamlit /config.toml
Verathagnus's picture
Upload 6 files
9deef23 verified
raw
history blame contribute delete
508 Bytes
[server]
enableCORS=false
port = 8501
[theme]
# Primary accent for interactive elements
primaryColor = '#7792E3'
# Background color for the main content area
backgroundColor = '#000319'
# Background color for sidebar and most interactive widgets
secondaryBackgroundColor = '#52968e'
# Color used for almost all text
textColor = '#FFFFFF'
# Font family for all text in the app, except code blocks
# Accepted values (serif | sans serif | monospace)
# Default: "sans serif"
font = "sans serif"