[2629da]: / .streamlit / config.toml.txt

Download this file

18 lines (13 with data), 458 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
[theme]
# Primary accent for interactive elements
primaryColor = '#E694FF'
# Background color for the main content area
backgroundColor = '#00172B'
# Background color for sidebar and most interactive widgets
secondaryBackgroundColor = '#0083B8'
# 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"