Create .streamlit/config.toml
Browse files- .streamlit/config.toml +6 -0
.streamlit/config.toml
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[theme]
|
2 |
+
primaryColor = "#f63366"
|
3 |
+
backgroundColor = "#0e1117"
|
4 |
+
secondaryBackgroundColor = "#31333F"
|
5 |
+
textColor = "#fafafa"
|
6 |
+
font = "sans serif"
|