Spaces:
Sleeping
Sleeping
John Graham Reynolds
commited on
Commit
·
d7d1b15
1
Parent(s):
6308ffc
update UI colors
Browse files- .streamlit/config.toml +2 -2
.streamlit/config.toml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
[theme]
|
2 |
-
primaryColor="#
|
3 |
-
backgroundColor="#
|
4 |
secondaryBackgroundColor="#f9f7f4"
|
5 |
textColor="#1B3139"
|
6 |
font="sans serif"
|
|
|
1 |
[theme]
|
2 |
+
primaryColor="#83715b"
|
3 |
+
backgroundColor="#FAEBD7"
|
4 |
secondaryBackgroundColor="#f9f7f4"
|
5 |
textColor="#1B3139"
|
6 |
font="sans serif"
|