levalencia commited on
Commit
33f05c3
·
1 Parent(s): 7499969

Update Streamlit configuration to modify theme colors for improved aesthetics.

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +3 -3
.streamlit/config.toml CHANGED
@@ -10,7 +10,7 @@ developmentMode = false
10
 
11
  [theme]
12
  primaryColor = "#FF4B4B"
13
- backgroundColor = "#FFFFFF"
14
- secondaryBackgroundColor = "#F0F2F6"
15
- textColor = "#262730"
16
  font = "sans serif"
 
10
 
11
  [theme]
12
  primaryColor = "#FF4B4B"
13
+ backgroundColor = "#0E1117"
14
+ secondaryBackgroundColor = "#262730"
15
+ textColor = "#FAFAFA"
16
  font = "sans serif"