Spaces:
Sleeping
Sleeping
Update theme.py
Browse files
theme.py
CHANGED
@@ -51,14 +51,14 @@ class Theme(Base):
|
|
51 |
background_fill_primary_dark="#60544c", # Fondo primario oscuro en tonos pasteles de verde
|
52 |
background_fill_secondary_dark="#60544c", # Fondo secundario oscuro en tonos pasteles de verde
|
53 |
block_background_fill="#d3e3c3", # Fondo de bloque en tonos pasteles de verde
|
54 |
-
block_background_fill_dark="#
|
55 |
-
input_background_fill_dark="#
|
56 |
# Button Colors
|
57 |
button_primary_background_fill="#66814a",
|
58 |
button_primary_background_fill_hover='*primary_500',
|
59 |
button_primary_text_color="rgb(243, 239, 224)",
|
60 |
-
button_primary_background_fill_dark="#
|
61 |
-
button_primary_background_fill_hover_dark="#
|
62 |
button_primary_text_color_dark="white",
|
63 |
button_secondary_background_fill="*button_primary_background_fill",
|
64 |
button_secondary_background_fill_hover="*button_primary_background_fill_hover",
|
|
|
51 |
background_fill_primary_dark="#60544c", # Fondo primario oscuro en tonos pasteles de verde
|
52 |
background_fill_secondary_dark="#60544c", # Fondo secundario oscuro en tonos pasteles de verde
|
53 |
block_background_fill="#d3e3c3", # Fondo de bloque en tonos pasteles de verde
|
54 |
+
block_background_fill_dark="#85a860", # Fondo oscuro de bloque en tonos pasteles de verde
|
55 |
+
input_background_fill_dark="#58534f", # Fondo de entrada oscura en tonos pasteles de verde
|
56 |
# Button Colors
|
57 |
button_primary_background_fill="#66814a",
|
58 |
button_primary_background_fill_hover='*primary_500',
|
59 |
button_primary_text_color="rgb(243, 239, 224)",
|
60 |
+
button_primary_background_fill_dark="#58534f",
|
61 |
+
button_primary_background_fill_hover_dark="#58534f",
|
62 |
button_primary_text_color_dark="white",
|
63 |
button_secondary_background_fill="*button_primary_background_fill",
|
64 |
button_secondary_background_fill_hover="*button_primary_background_fill_hover",
|