Spaces:
Running
Running
Update .streamlit/config.toml
Browse files- .streamlit/config.toml +2 -2
.streamlit/config.toml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
[theme]
|
2 |
primaryColor = "#00A6FF" # Cool Blue
|
3 |
-
backgroundColor = "#
|
4 |
-
secondaryBackgroundColor = "#
|
5 |
textColor = "#0E1117" # Dark Text for contrast
|
6 |
font = "sans serif"
|
|
|
1 |
[theme]
|
2 |
primaryColor = "#00A6FF" # Cool Blue
|
3 |
+
backgroundColor = "#A7C7A3" # Earthy Green
|
4 |
+
secondaryBackgroundColor = "#D0E2C6" # Muted Sage Green
|
5 |
textColor = "#0E1117" # Dark Text for contrast
|
6 |
font = "sans serif"
|