12 lines
214 B
TOML
12 lines
214 B
TOML
[theme]
|
|
primaryColor = "#58A6FF"
|
|
backgroundColor = "#0D1117"
|
|
secondaryBackgroundColor = "#161B22"
|
|
textColor = "#E6EDF3"
|
|
font = "sans serif"
|
|
|
|
[server]
|
|
headless = true
|
|
enableCORS = false
|
|
enableXsrfProtection = false
|