Create .streamlit/config.toml
Browse files- .streamlit/config.toml +6 -0
.streamlit/config.toml
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[theme]
|
2 |
+
primaryColor = "#00F0FF"
|
3 |
+
backgroundColor = "#333333"
|
4 |
+
secondaryBackgroundColor="#7E7E7E"
|
5 |
+
textColor="#00F0FF"
|
6 |
+
font="monospace"
|