Spaces:
Running
Running
Create .streamlit/config.toml
Browse files- .streamlit/config.toml +7 -0
.streamlit/config.toml
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[theme]
|
2 |
+
base="dark"
|
3 |
+
backgroundColor="#303134"
|
4 |
+
secondaryBackgroundColor="#202124"
|
5 |
+
primaryColor="#8ab4f8"
|
6 |
+
textColor="#e8eaed"
|
7 |
+
font="sans serif"
|