bright1 commited on
Commit
8505c1a
1 Parent(s): 52c1b81

Changed the theme of the app

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +6 -5
.streamlit/config.toml CHANGED
@@ -1,6 +1,7 @@
1
  [theme]
2
- primaryColor = "#1E8449"
3
- backgroundColor = "#F9E79F"
4
- secondaryBackgroundColor = "#F5B041"
5
- textColor = "#17202A"
6
- font = "sans serif"
 
 
1
  [theme]
2
+ primaryColor="#FF4B4B"
3
+ backgroundColor="#0E1117"
4
+ secondaryBackgroundColor="#262730"
5
+ textColor="#FAFAFA"
6
+ font="sans serif"
7
+