mrbeliever commited on
Commit
1d7383f
·
verified ·
1 Parent(s): 0f83caf

Create .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +7 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ [theme]
2
+ base = "dark"
3
+ primaryColor = "#1f77b4"
4
+ backgroundColor = "#0e1117"
5
+ secondaryBackgroundColor = "#262730"
6
+ textColor = "#fafafa"
7
+ font = "sans serif"