Spaces:
Running
Running
add theme
Browse files- .streamlit/config.toml +7 -0
.streamlit/config.toml
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[theme]
|
2 |
+
primaryColor="#1C9BEF"
|
3 |
+
base = "dark"
|
4 |
+
backgroundColor="#2B2F54"
|
5 |
+
secondaryBackgroundColor="#01AE9D"
|
6 |
+
textColor="#D8D8E5"
|
7 |
+
font="monospace"
|