Spaces:
Sleeping
Sleeping
Commit
·
33f05c3
1
Parent(s):
7499969
Update Streamlit configuration to modify theme colors for improved aesthetics.
Browse files- .streamlit/config.toml +3 -3
.streamlit/config.toml
CHANGED
@@ -10,7 +10,7 @@ developmentMode = false
|
|
10 |
|
11 |
[theme]
|
12 |
primaryColor = "#FF4B4B"
|
13 |
-
backgroundColor = "#
|
14 |
-
secondaryBackgroundColor = "#
|
15 |
-
textColor = "#
|
16 |
font = "sans serif"
|
|
|
10 |
|
11 |
[theme]
|
12 |
primaryColor = "#FF4B4B"
|
13 |
+
backgroundColor = "#0E1117"
|
14 |
+
secondaryBackgroundColor = "#262730"
|
15 |
+
textColor = "#FAFAFA"
|
16 |
font = "sans serif"
|