Spaces:
Sleeping
Sleeping
Added a dark theme
Browse files- .streamlit/config.toml +7 -0
.streamlit/config.toml
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[theme]
|
2 |
+
primaryColor="#FF4B4B"
|
3 |
+
backgroundColor="#0E1117"
|
4 |
+
secondaryBackgroundColor="#262730"
|
5 |
+
textColor="#FAFAFA"
|
6 |
+
font="sans serif"
|
7 |
+
|