Spaces:
Sleeping
Sleeping
File size: 549 Bytes
f3ffe02 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
[server]
enableXsrfProtection = false
enableCORS = false
[browser]
gatherUsageStats = false
[theme]
# Primary accent for interactive elements
primaryColor = '#7792E3'
# Background color for the main content area
backgroundColor = 'white'
# Background color for sidebar and most interactive widgets
secondaryBackgroundColor = '#D3D3D3'
# Color used for almost all text
textColor = 'black'
# Font family for all text in the app, except code blocks
# Accepted values (serif | sans serif | monospace)
# Default: "sans serif"
font = "sans serif"
|