All checks were successful
ENGIN CI / Build, test and smoke (push) Successful in 56s
21 lines
338 B
TOML
21 lines
338 B
TOML
[theme]
|
|
base = "dark"
|
|
primaryColor = "#28b7d9"
|
|
backgroundColor = "#081116"
|
|
secondaryBackgroundColor = "#101b22"
|
|
textColor = "#e8f1f5"
|
|
font = "sans-serif"
|
|
|
|
[client]
|
|
showErrorDetails = "none"
|
|
toolbarMode = "minimal"
|
|
|
|
[browser]
|
|
gatherUsageStats = false
|
|
|
|
[server]
|
|
headless = true
|
|
maxUploadSize = 10
|
|
runOnSave = false
|
|
fileWatcherType = "none"
|