Spaces:
Running
Running
Update .streamlit/config.toml
Browse files- .streamlit/config.toml +27 -27
.streamlit/config.toml
CHANGED
@@ -1,28 +1,28 @@
|
|
|
|
1 |
[theme]
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
#
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
#
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
#
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
#
|
27 |
-
|
28 |
-
color_border_secondary = "#4B5563"
|
|
|
1 |
+
|
2 |
[theme]
|
3 |
+
# Light theme with orange accents and production-ready typography
|
4 |
+
|
5 |
+
# Primary color (main UI elements, buttons, links)
|
6 |
+
primaryColor = "#FF6B35" # Vibrant orange
|
7 |
+
|
8 |
+
# Background color (main content area)
|
9 |
+
backgroundColor = "#FFFFFF" # Pure white
|
10 |
+
|
11 |
+
# Secondary background color (sidebar, containers)
|
12 |
+
secondaryBackgroundColor = "#F8F9FA" # Light gray
|
13 |
+
|
14 |
+
# Text color
|
15 |
+
textColor = "#2C3E50" # Dark blue-gray for better readability
|
16 |
+
|
17 |
+
# Font family - Professional fonts with fallbacks
|
18 |
+
font = "sans serif" # Options: "sans serif", "serif", "monospace"
|
19 |
+
|
20 |
+
# Alternative font configurations (uncomment one if you prefer):
|
21 |
+
# For a more modern look:
|
22 |
+
# font = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif"
|
23 |
+
|
24 |
+
# For better readability:
|
25 |
+
# font = "system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif"
|
26 |
+
|
27 |
+
# Base theme (light/dark)
|
28 |
+
base = "light"
|
|