Update .streamlit/config.toml
Browse files- .streamlit/config.toml +3 -4
.streamlit/config.toml
CHANGED
@@ -2,9 +2,8 @@
|
|
2 |
enableStaticServing = true
|
3 |
|
4 |
[theme]
|
5 |
-
primaryColor = '#
|
6 |
backgroundColor = '#1c1f25'
|
7 |
-
secondaryBackgroundColor = '#3d4351'
|
8 |
-
textColor = '#
|
9 |
-
answerColor="#1c1f2"
|
10 |
font = "monospace"
|
|
|
2 |
enableStaticServing = true
|
3 |
|
4 |
[theme]
|
5 |
+
primaryColor = '#e5bf4d'
|
6 |
backgroundColor = '#1c1f25'
|
7 |
+
secondaryBackgroundColor = '#3d4351'
|
8 |
+
textColor = '#e5bf4d'
|
|
|
9 |
font = "monospace"
|