Spaces:
Sleeping
Sleeping
Update .streamlit/config.toml
Browse files- .streamlit/config.toml +27 -6
.streamlit/config.toml
CHANGED
|
@@ -1,7 +1,28 @@
|
|
| 1 |
[theme]
|
| 2 |
-
base="
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
font="monospace"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
[theme]
|
| 2 |
+
base = "dark"
|
| 3 |
+
primary_hue = "red"
|
| 4 |
+
secondary_hue = "slate"
|
| 5 |
+
neutral_hue = "slate"
|
| 6 |
+
text_size = "md"
|
| 7 |
+
font = "monospace"
|
| 8 |
+
font_mono = "monospace"
|
| 9 |
+
|
| 10 |
+
# Custom CSS variables for fine-tuning (optional)
|
| 11 |
+
[theme.variables]
|
| 12 |
+
# Primary accent color (matches your #FF4B4B)
|
| 13 |
+
color_accent = "#FF4B4B"
|
| 14 |
+
color_accent_soft = "#FF6B6B"
|
| 15 |
+
|
| 16 |
+
# Dark theme backgrounds
|
| 17 |
+
color_background_primary = "#0B0F19"
|
| 18 |
+
color_background_secondary = "#1F2937"
|
| 19 |
+
color_background_tertiary = "#374151"
|
| 20 |
+
|
| 21 |
+
# Text colors for dark theme
|
| 22 |
+
color_text_primary = "#F9FAFB"
|
| 23 |
+
color_text_secondary = "#E5E7EB"
|
| 24 |
+
color_text_tertiary = "#9CA3AF"
|
| 25 |
+
|
| 26 |
+
# Border and divider colors
|
| 27 |
+
color_border_primary = "#374151"
|
| 28 |
+
color_border_secondary = "#4B5563"
|