19 lines
321 B
TOML
19 lines
321 B
TOML
|
|
[browser]
|
|
serverAddress = "localhost"
|
|
gatherUsageStats = false
|
|
serverPort = 8501
|
|
|
|
[theme]
|
|
base = "light"
|
|
backgroundColor = "#E6F4FF"
|
|
secondaryBackgroundColor = "#D6EDFF"
|
|
|
|
font = "Ubuntu, sans-serif"
|
|
baseFontSize = 16
|
|
baseFontWeight = 300
|
|
headingFont = "Ubuntu, sans-serif"
|
|
|
|
baseRadius = "small"
|
|
#borderColor = "#D6EDFF"
|