Spaces:
Running
Running
Update .streamlit/config.toml
Browse files- .streamlit/config.toml +4 -5
.streamlit/config.toml
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
[theme]
|
2 |
-
primaryColor="#
|
3 |
-
backgroundColor="#
|
4 |
-
secondaryBackgroundColor="#
|
5 |
-
textColor="#
|
6 |
-
font="roboto"
|
|
|
1 |
[theme]
|
2 |
+
primaryColor="#bd93f9"
|
3 |
+
backgroundColor="#282a36"
|
4 |
+
secondaryBackgroundColor="#44475a"
|
5 |
+
textColor="#f8f8f2"
|
|