Spaces:
Sleeping
Sleeping
Update theme.py
Browse files
theme.py
CHANGED
|
@@ -49,11 +49,12 @@ class Theme(Base):
|
|
| 49 |
body_background_fill="#85a860",
|
| 50 |
background_fill_primary="#c8dcb4",
|
| 51 |
background_fill_secondary="*white",
|
| 52 |
-
background_fill_primary_dark="#
|
| 53 |
block_background_fill="#d3e3c3",
|
| 54 |
# Button Colors
|
| 55 |
button_primary_background_fill="#66814a",
|
| 56 |
button_primary_background_fill_hover='*primary_500',
|
|
|
|
| 57 |
button_primary_text_color="rgb(243, 239, 224)",
|
| 58 |
button_primary_text_color_dark="*white",
|
| 59 |
button_secondary_background_fill="*button_primary_background_fill",
|
|
|
|
| 49 |
body_background_fill="#85a860",
|
| 50 |
background_fill_primary="#c8dcb4",
|
| 51 |
background_fill_secondary="*white",
|
| 52 |
+
background_fill_primary_dark="#0e170b",
|
| 53 |
block_background_fill="#d3e3c3",
|
| 54 |
# Button Colors
|
| 55 |
button_primary_background_fill="#66814a",
|
| 56 |
button_primary_background_fill_hover='*primary_500',
|
| 57 |
+
button_primary_background_fill_dark="*primary_500",
|
| 58 |
button_primary_text_color="rgb(243, 239, 224)",
|
| 59 |
button_primary_text_color_dark="*white",
|
| 60 |
button_secondary_background_fill="*button_primary_background_fill",
|