Spaces:
Running
Running
Update .streamlit/config.toml
Browse files- .streamlit/config.toml +6 -6
.streamlit/config.toml
CHANGED
@@ -11,13 +11,13 @@ enableStaticServing=true
|
|
11 |
|
12 |
|
13 |
[theme]
|
14 |
-
base="
|
15 |
-
primaryColor="#
|
16 |
-
backgroundColor="#
|
17 |
-
secondaryBackgroundColor="#
|
18 |
-
textColor="#
|
19 |
baseRadius="full"
|
20 |
-
font="
|
21 |
fontSize=20
|
22 |
borderColor="mediumSlateBlue"
|
23 |
showWidgetBorder=true
|
|
|
11 |
|
12 |
|
13 |
[theme]
|
14 |
+
base="dark"
|
15 |
+
primaryColor="#FFD700" #slateBlue
|
16 |
+
backgroundColor="#0B0B0F" #white
|
17 |
+
secondaryBackgroundColor="#1C1C24" lavender
|
18 |
+
textColor="#FFFFFF"
|
19 |
baseRadius="full"
|
20 |
+
font="san serif"
|
21 |
fontSize=20
|
22 |
borderColor="mediumSlateBlue"
|
23 |
showWidgetBorder=true
|