Spaces:
Sleeping
Sleeping
Lauredecaudin
commited on
Commit
•
f6f3c81
1
Parent(s):
df7e375
Update .streamlit/config.toml
Browse files- .streamlit/config.toml +5 -16
.streamlit/config.toml
CHANGED
@@ -1,18 +1,7 @@
|
|
1 |
[theme]
|
2 |
|
3 |
-
#
|
4 |
-
|
5 |
-
|
6 |
-
#
|
7 |
-
|
8 |
-
|
9 |
-
# Background color for sidebar and most interactive widgets
|
10 |
-
secondaryBackgroundColor = '#E0E0E2'
|
11 |
-
|
12 |
-
# Color used for almost all text
|
13 |
-
textColor = '#FFFFFF'
|
14 |
-
|
15 |
-
# Font family for all text in the app, except code blocks
|
16 |
-
# Accepted values (serif | sans serif | monospace)
|
17 |
-
# Default: "sans serif"
|
18 |
-
font = "sans serif"
|
|
|
1 |
[theme]
|
2 |
|
3 |
+
primaryColor="#6eb52f"
|
4 |
+
backgroundColor="#f0f0f5"
|
5 |
+
secondaryBackgroundColor="#e0e0ef"
|
6 |
+
textColor="#262730"
|
7 |
+
font="sans serif"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|