SuhasGholkar commited on
Commit
0e44012
·
verified ·
1 Parent(s): e814334

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
- primaryColor="#2563EB" # Indigo 600
4
- backgroundColor="#F9FAFB" # Gray 50
5
- secondaryBackgroundColor="#FFFFFF" # Card BG
6
- textColor="#111827" # Gray 900
7
- font="sans serif"
 
1
  [theme]
2
+ base = "light"
3
+ primaryColor = "#1E3A8A" # Indigo-900
4
+ backgroundColor = "#F8FAFC" # Slate-50
5
+ secondaryBackgroundColor = "#FFFFFF"
6
+ textColor = "#0F172A" # Slate-900
7
+ font = "sans serif"