Create .streamlit/config.toml
Browse files- .streamlit/config.toml +5 -0
.streamlit/config.toml
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[theme]
|
| 2 |
+
primaryColor = "#FF6600"
|
| 3 |
+
backgroundColor = "#0E1117"
|
| 4 |
+
secondaryBackgroundColor = "#262730"
|
| 5 |
+
textColor = "#FAFAFA"
|