Spaces:
Running
Running
Update .streamlit/config.toml
Browse files- .streamlit/config.toml +13 -3
.streamlit/config.toml
CHANGED
@@ -1,12 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
[theme]
|
2 |
base="light"
|
3 |
primaryColor="slateBlue"
|
4 |
-
backgroundColor="
|
5 |
secondaryBackgroundColor="lavender"
|
6 |
baseRadius="full"
|
7 |
-
font="
|
|
|
|
|
|
|
8 |
|
9 |
[theme.sidebar]
|
10 |
backgroundColor="aliceBlue"
|
11 |
secondaryBackgroundColor="skyBlue"
|
12 |
-
baseRadius="none"
|
|
|
|
|
|
1 |
+
|
2 |
+
[[theme.fontFaces]]
|
3 |
+
family="SpaceMono"
|
4 |
+
url="https://pub-e4d20ff4ef334a2894d440ac56d680db.r2.dev/SpaceMono-Regular%20(2).ttf"
|
5 |
+
|
6 |
[theme]
|
7 |
base="light"
|
8 |
primaryColor="slateBlue"
|
9 |
+
backgroundColor="white"
|
10 |
secondaryBackgroundColor="lavender"
|
11 |
baseRadius="full"
|
12 |
+
font="SpaceMono"
|
13 |
+
borderColor="mediumSlateBlue"
|
14 |
+
showWidgetBorder=true
|
15 |
+
linkColor="darkOrchid"
|
16 |
|
17 |
[theme.sidebar]
|
18 |
backgroundColor="aliceBlue"
|
19 |
secondaryBackgroundColor="skyBlue"
|
20 |
+
baseRadius="none"
|
21 |
+
|
22 |
+
|