KatGaw commited on
Commit
4b4996d
·
1 Parent(s): e87888c

changing background to black

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +6 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ [theme]
2
+ primaryColor = "#00A6FF" # Cool Blue
3
+ backgroundColor = "#0E1117" # Dark Mode Background
4
+ secondaryBackgroundColor = "#262730" # Dark Gray
5
+ textColor = "#E0E0E0" # Light Gray
6
+ font = "sans serif"