ProfessorLeVesseur commited on
Commit
83539a0
·
verified ·
1 Parent(s): b65932d

Update .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +16 -4
.streamlit/config.toml CHANGED
@@ -1,6 +1,18 @@
1
  [theme]
2
- primaryColor = "#375173"
3
- backgroundColor = "#FFFFFF"
4
- secondaryBackgroundColor = "#586e75"
 
 
 
 
 
 
 
 
5
  textColor = "#262621"
6
- font = "sans serif"
 
 
 
 
 
1
  [theme]
2
+
3
+ # Primary accent for interactive elements
4
+ primaryColor = "#48BB88"
5
+
6
+ # Background color for the main content area
7
+ backgroundColor = "#F7F6F1"
8
+
9
+ # Background color for sidebar and most interactive widgets
10
+ secondaryBackgroundColor = "#FFFFFF"
11
+
12
+ # Color used for almost all text
13
  textColor = "#262621"
14
+
15
+ # Font family for all text in the app, except code blocks
16
+ # Accepted values (serif | sans serif | monospace)
17
+ # Default: "sans serif"
18
+ font = "monospace"