File size: 366 Bytes
5c7fa16 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
[theme]
# Primary colors
primaryColor="#0D0F18" # --wecopink: 343 98% 63%
backgroundColor="#F0EFE9" # --background: 49 10% 94%
secondaryBackgroundColor="#FFFFFF" # --card: 60 33.3% 98%
textColor="#0A0A0A" # --primary: 0 0% 17%
# Font
font="sans serif"
[ui]
hideTopBar = true
[client]
toolbarMode = "minimal"
showErrorDetails = true
showSidebarNavigation = false
|