Spaces:
Sleeping
Sleeping
Update .streamlit/config.toml
Browse files- .streamlit/config.toml +7 -2
.streamlit/config.toml
CHANGED
@@ -1,2 +1,7 @@
|
|
1 |
-
[
|
2 |
-
base = "dark"
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[theme]
|
2 |
+
base = "dark"
|
3 |
+
primaryColor = "#1f77b4"
|
4 |
+
backgroundColor = "#000000"
|
5 |
+
secondaryBackgroundColor = "#262730"
|
6 |
+
textColor = "#ffffff"
|
7 |
+
font = "monospace"
|