Spaces:
Sleeping
Sleeping
John Graham Reynolds
commited on
Commit
·
a7e4964
1
Parent(s):
380e9fc
update color scheme
Browse files- .streamlit/config.toml +3 -3
.streamlit/config.toml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
[theme]
|
2 |
-
primaryColor="#
|
3 |
-
backgroundColor="#
|
4 |
-
secondaryBackgroundColor="#
|
5 |
textColor="#1B3139"
|
6 |
font="sans serif"
|
|
|
1 |
[theme]
|
2 |
+
primaryColor="#FBC67D"
|
3 |
+
backgroundColor="#AAD3F1"
|
4 |
+
secondaryBackgroundColor="#FBC67D"
|
5 |
textColor="#1B3139"
|
6 |
font="sans serif"
|