Spaces:
Sleeping
Sleeping
File size: 742 Bytes
135f922 6a64be0 135f922 5987792 135f922 |
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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 |
[browser]
pageTitle = "UAP ANALYTICS"
pageIcon = ":alien:"
layout = "wide"
[server]
enableXsrfProtection = false
maxUploadSize=5000
maxMessageSize=5000
[theme]
# Primary accent for interactive elements
primaryColor = "#FFA500"
# Background color for the main content area
#backgroundColor = "#273346"
# Background color for sidebar and most interactive widgets
#secondaryBackgroundColor = "#B9F1C0"
# Color used for almost all text
#textColor = "#FFFFFF"
# Font family for all text in the app, except code blocks
# Accepted values (serif | sans serif | monospace)
# Default: "sans serif"
font = "sans serif"
# Base theme (light or dark)
base = "dark"
[runner]
magicEnabled = true
fastReruns = false
[client]
toolbarMode = "auto"
|