Spaces:
Sleeping
Sleeping
palitrajarshi
commited on
Commit
·
b6d257e
1
Parent(s):
fb4c8a4
Update .streamlit/config.toml
Browse files- .streamlit/config.toml +5 -5
.streamlit/config.toml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
[theme]
|
2 |
-
primaryColor =
|
3 |
-
backgroundColor =
|
4 |
-
secondaryBackgroundColor =
|
5 |
-
textColor =
|
6 |
-
font =
|
|
|
1 |
[theme]
|
2 |
+
primaryColor = "#E694FF"
|
3 |
+
backgroundColor = "#00172B"
|
4 |
+
secondaryBackgroundColor = "#0083B8"
|
5 |
+
textColor = "#DCDCDC"
|
6 |
+
font = "comic-sans"
|