Spaces:
Sleeping
Sleeping
Update .streamlit/config.toml
Browse files- .streamlit/config.toml +5 -5
.streamlit/config.toml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
[theme]
|
2 |
-
primaryColor = "#
|
3 |
-
backgroundColor = "#
|
4 |
-
secondaryBackgroundColor = "#
|
5 |
-
textColor = "#
|
6 |
-
font = "
|
|
|
1 |
[theme]
|
2 |
+
primaryColor = "#e2bd7b"
|
3 |
+
backgroundColor = "#f8f8f5"
|
4 |
+
secondaryBackgroundColor = "#b5adb0"
|
5 |
+
textColor = "#60615d"
|
6 |
+
font = "monospace"
|