Spaces:
Running
Running
Update .streamlit/config.toml
Browse files- .streamlit/config.toml +7 -5
.streamlit/config.toml
CHANGED
@@ -1,9 +1,11 @@
|
|
1 |
[theme]
|
2 |
base="light"
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
6 |
|
7 |
[theme.sidebar]
|
8 |
-
backgroundColor="
|
9 |
-
secondaryBackgroundColor="
|
|
|
|
1 |
[theme]
|
2 |
base="light"
|
3 |
+
primaryColor="slateBlue"
|
4 |
+
backgroundColor="mintCream"
|
5 |
+
secondaryBackgroundColor="darkSeaGreen"
|
6 |
+
baseRadius="full"
|
7 |
|
8 |
[theme.sidebar]
|
9 |
+
backgroundColor="aliceBlue"
|
10 |
+
secondaryBackgroundColor="skyBlue"
|
11 |
+
baseRadius="none"
|