Spaces:
Running
Running
Update .streamlit/config.toml
Browse files- .streamlit/config.toml +28 -9
.streamlit/config.toml
CHANGED
@@ -14,16 +14,35 @@ enableStaticServing=true
|
|
14 |
|
15 |
|
16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
[theme]
|
18 |
base="light"
|
19 |
font="monospace"
|
20 |
backgroundColor="#8B9B7A"
|
21 |
-
secondaryBackgroundColor="#
|
22 |
-
primaryColor="#
|
23 |
-
textColor="#
|
24 |
-
accentColor="#
|
25 |
-
highlightColor="#
|
26 |
-
borderColor="#
|
27 |
-
warningColor="#
|
28 |
-
errorColor="#
|
29 |
-
successColor="#
|
|
|
|
|
|
|
|
14 |
|
15 |
|
16 |
|
17 |
+
#[theme]
|
18 |
+
#base="light"
|
19 |
+
#font="monospace"
|
20 |
+
#backgroundColor="#8B9B7A"
|
21 |
+
#secondaryBackgroundColor="#FF6B35"
|
22 |
+
#primaryColor="#FF8C00"
|
23 |
+
#textColor="#2F4F4F"
|
24 |
+
#accentColor="#FF4500"
|
25 |
+
#highlightColor="#FFA500"
|
26 |
+
#borderColor="#708090"
|
27 |
+
#warningColor="#FF7F00"
|
28 |
+
#errorColor="#FF4500"
|
29 |
+
#successColor="#FF8C00"
|
30 |
+
|
31 |
+
|
32 |
+
|
33 |
[theme]
|
34 |
base="light"
|
35 |
font="monospace"
|
36 |
backgroundColor="#8B9B7A"
|
37 |
+
secondaryBackgroundColor="#A0956B"
|
38 |
+
primaryColor="#8B7355"
|
39 |
+
textColor="#F5F5DC"
|
40 |
+
accentColor="#D2B48C"
|
41 |
+
highlightColor="#BDB76B"
|
42 |
+
borderColor="#696969"
|
43 |
+
warningColor="#CD853F"
|
44 |
+
errorColor="#A0522D"
|
45 |
+
successColor="#9ACD32"
|
46 |
+
|
47 |
+
[server]
|
48 |
+
enableStaticServing = true
|