Spaces:
Sleeping
Sleeping
Update .streamlit/config.toml
Browse files- .streamlit/config.toml +3 -3
.streamlit/config.toml
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
gatherUsageStats = false
|
3 |
|
4 |
[theme]
|
5 |
-
primaryColor = "#
|
6 |
-
backgroundColor = "#
|
7 |
secondaryBackgroundColor = "#EEF2F9"
|
8 |
-
textColor = "#
|
9 |
font = "sans serif"
|
|
|
2 |
gatherUsageStats = false
|
3 |
|
4 |
[theme]
|
5 |
+
primaryColor = "#FFD200"
|
6 |
+
backgroundColor = "#f7eeb7"
|
7 |
secondaryBackgroundColor = "#EEF2F9"
|
8 |
+
textColor = "#42181A"
|
9 |
font = "sans serif"
|