Update .streamlit/config.toml
Browse files- .streamlit/config.toml +4 -5
.streamlit/config.toml
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
-
# .streamlit/config.toml
|
2 |
[theme]
|
3 |
base="light"
|
4 |
-
primaryColor="#
|
5 |
-
backgroundColor="#
|
6 |
-
secondaryBackgroundColor="#
|
7 |
-
textColor="#
|
8 |
font="sans serif"
|
|
|
|
|
1 |
[theme]
|
2 |
base="light"
|
3 |
+
primaryColor="#673ab7"
|
4 |
+
backgroundColor="#fff"
|
5 |
+
secondaryBackgroundColor="#f3eaff"
|
6 |
+
textColor="#222"
|
7 |
font="sans serif"
|