Create .streamlit directory
Browse files- .streamlit/config.toml +11 -0
.streamlit/config.toml
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[theme]
|
| 2 |
+
|
| 3 |
+
primaryColor = '#e5bf4d'
|
| 4 |
+
|
| 5 |
+
backgroundColor = '#1c1f25'
|
| 6 |
+
|
| 7 |
+
secondaryBackgroundColor = '#3d4351'
|
| 8 |
+
|
| 9 |
+
textColor = '#e5bf4d'
|
| 10 |
+
|
| 11 |
+
font = "monospace"
|