Spaces:
Sleeping
Sleeping
rafaldembski
commited on
Commit
•
9d1d07a
1
Parent(s):
10c0ef6
Create streamlit/config.toml
Browse files- streamlit/config.toml +9 -0
streamlit/config.toml
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# .streamlit/config.toml
|
2 |
+
|
3 |
+
[theme]
|
4 |
+
base = "dark"
|
5 |
+
primaryColor = "#02ab21"
|
6 |
+
backgroundColor = "#0e1117"
|
7 |
+
secondaryBackgroundColor = "#262730"
|
8 |
+
textColor = "#fafafa"
|
9 |
+
font = "sans serif"
|