Junaidb commited on
Commit
744f028
·
verified ·
1 Parent(s): b504ecd

Update .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +6 -6
.streamlit/config.toml CHANGED
@@ -1,7 +1,7 @@
1
  [theme]
2
- base="light"
3
- font="monospace"
4
- secondaryBackgroundColor="#02FDC8"
5
- primaryColor="red"
6
- [server]
7
- enableStaticServing = true
 
1
  [theme]
2
+
3
+ primaryColor = "#ff6b35"
4
+ backgroundColor = "#0f1419"
5
+ secondaryBackgroundColor = "#1e2328"
6
+ textColor = "#ffffff"
7
+ font = "sans serif"