Spaces:
Running
Running
Update .streamlit/config.toml
Browse files- .streamlit/config.toml +20 -6
.streamlit/config.toml
CHANGED
@@ -1,9 +1,23 @@
|
|
1 |
-
[theme]
|
2 |
|
3 |
-
primaryColor = "#2563eb"
|
4 |
-
backgroundColor = "#ffffff"
|
5 |
-
secondaryBackgroundColor = "#f8fafc"
|
6 |
-
textColor = "#1f2937"
|
7 |
-
font = "monospace"
|
8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
|
|
|
1 |
+
#[theme]
|
2 |
|
3 |
+
#primaryColor = "#2563eb"
|
4 |
+
#backgroundColor = "#ffffff"
|
5 |
+
#secondaryBackgroundColor = "#f8fafc"
|
6 |
+
#textColor = "#1f2937"
|
7 |
+
#font = "monospace"
|
8 |
|
9 |
+
[theme]
|
10 |
+
primaryColor = "#bb5a38"
|
11 |
+
backgroundColor = "#f4f3ed"
|
12 |
+
secondaryBackgroundColor = "#ecebe3"
|
13 |
+
textColor = "#3d3a2a"
|
14 |
+
linkColor = "#3d3a2a"
|
15 |
+
borderColor = "#d3d2ca"
|
16 |
+
showWidgetBorder = true
|
17 |
+
baseRadius = "0.6rem"
|
18 |
+
font = "SpaceGrotesk"
|
19 |
+
headingFont = "SpaceGroteskHeader"
|
20 |
+
codeFont = "SpaceMono"
|
21 |
+
codeBackgroundColor = "#ecebe4"
|
22 |
+
showSidebarBorder = true
|
23 |
|