Spaces:
Running
Running
changing background to black
Browse files- .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"
|