PJamila commited on
Commit
28817b5
1 Parent(s): 6078e3a

Create .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +16 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [theme]
2
+ # Primary accent color for interactive elements.
3
+ primaryColor = "#d33682"
4
+
5
+ # Background color for the main content area.
6
+ backgroundColor = "#002b36"
7
+
8
+ # Background color used for the sidebar and most interactive widgets.
9
+ secondaryBackgroundColor = "#586e75"
10
+
11
+ # Color used for almost all text.
12
+ textColor = "#fafafa"
13
+
14
+ # Font family for all text in the app, except code blocks. One of "sans serif", "serif", or "monospace".
15
+ # Default: "sans serif"
16
+ font = "sans serif"