Spaces:
Sleeping
Sleeping
Update config.toml
Browse files- config.toml +5 -8
config.toml
CHANGED
|
@@ -1,9 +1,6 @@
|
|
| 1 |
[theme]
|
| 2 |
-
primaryColor="#
|
| 3 |
-
backgroundColor="#
|
| 4 |
-
secondaryBackgroundColor="#
|
| 5 |
-
textColor="#
|
| 6 |
-
font="sans serif"
|
| 7 |
-
|
| 8 |
-
[browser]
|
| 9 |
-
gatherUsageStats = false
|
|
|
|
| 1 |
[theme]
|
| 2 |
+
primaryColor = "#4F46E5"
|
| 3 |
+
backgroundColor = "#FFFFFF"
|
| 4 |
+
secondaryBackgroundColor = "#F3F4F6"
|
| 5 |
+
textColor = "#000000"
|
| 6 |
+
font = "sans serif"
|
|
|
|
|
|
|
|
|