Spaces:
Sleeping
Sleeping
AlekseyKorshuk
commited on
Commit
•
f9ab51a
1
Parent(s):
f6e5f88
Create config.toml
Browse files- streamlit/config.toml +6 -0
streamlit/config.toml
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[theme]
|
2 |
+
primaryColor = "#d33682"
|
3 |
+
backgroundColor = "#002b36"
|
4 |
+
secondaryBackgroundColor = "#586e75"
|
5 |
+
textColor = "#fafafa"
|
6 |
+
font = "sans serif"
|