12 lines
199 B
TOML
12 lines
199 B
TOML
[theme]
|
|
base = "light"
|
|
primaryColor = "#2E75B6"
|
|
backgroundColor = "#ffffff"
|
|
secondaryBackgroundColor = "#f0f2f6"
|
|
textColor = "#1a1a1a"
|
|
font = "sans serif"
|
|
|
|
[server]
|
|
address = "127.0.0.1"
|
|
port = 8501
|