atrenux commited on
Commit
e0a1329
1 Parent(s): f3f5555

Update .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +12 -0
.streamlit/config.toml CHANGED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [theme]
2
+ # Primary accent color for interactive elements.
3
+ primaryColor = "#F63366"
4
+
5
+ # Background color for the main content area.
6
+ backgroundColor = "#fff"
7
+
8
+ # Background color used for the sidebar and most interactive widgets.
9
+ secondaryBackgroundColor = "#F0F2F6"
10
+
11
+ # Color used for almost all text.
12
+ textColor = "#262730"