Update theme.py
Browse files
theme.py
CHANGED
@@ -51,15 +51,15 @@ class Theme(Base):
|
|
51 |
background_fill_primary="#c8dcb4", # Fondo primario en tonos pasteles de verde
|
52 |
background_fill_primary_dark="#89BD88", # Fondo primario oscuro en tonos pasteles de verde
|
53 |
background_fill_secondary_dark="#89BD88", # Fondo secundario oscuro en tonos pasteles de verde
|
54 |
-
block_background_fill="#
|
55 |
block_background_fill_dark="#c8dcb4", # Fondo oscuro de bloque en tonos pasteles de verde
|
56 |
input_background_fill_dark="#c8dcb4", # Fondo de entrada oscura en tonos pasteles de verde
|
57 |
# Button Colors
|
58 |
button_primary_background_fill="#66814a",
|
59 |
button_primary_background_fill_hover='*primary_200',
|
60 |
button_primary_text_color="white",
|
61 |
-
button_primary_background_fill_dark="
|
62 |
-
button_primary_background_fill_hover_dark="
|
63 |
button_primary_text_color_dark="white",
|
64 |
button_secondary_background_fill="*button_primary_background_fill",
|
65 |
button_secondary_background_fill_hover="*button_primary_background_fill_hover",
|
@@ -72,8 +72,8 @@ class Theme(Base):
|
|
72 |
checkbox_label_text_color="*button_primary_text_color",
|
73 |
checkbox_background_color_selected="*neutral_600",
|
74 |
checkbox_background_color_dark="*neutral_700",
|
75 |
-
checkbox_background_color_selected_dark="
|
76 |
-
checkbox_border_color_selected_dark="*
|
77 |
# Padding
|
78 |
checkbox_label_padding="*spacing_md",
|
79 |
button_large_padding="*spacing_lg",
|
|
|
51 |
background_fill_primary="#c8dcb4", # Fondo primario en tonos pasteles de verde
|
52 |
background_fill_primary_dark="#89BD88", # Fondo primario oscuro en tonos pasteles de verde
|
53 |
background_fill_secondary_dark="#89BD88", # Fondo secundario oscuro en tonos pasteles de verde
|
54 |
+
block_background_fill="#d3e3c3", # Fondo de bloque en tonos pasteles de verde
|
55 |
block_background_fill_dark="#c8dcb4", # Fondo oscuro de bloque en tonos pasteles de verde
|
56 |
input_background_fill_dark="#c8dcb4", # Fondo de entrada oscura en tonos pasteles de verde
|
57 |
# Button Colors
|
58 |
button_primary_background_fill="#66814a",
|
59 |
button_primary_background_fill_hover='*primary_200',
|
60 |
button_primary_text_color="white",
|
61 |
+
button_primary_background_fill_dark="green",
|
62 |
+
button_primary_background_fill_hover_dark="green",
|
63 |
button_primary_text_color_dark="white",
|
64 |
button_secondary_background_fill="*button_primary_background_fill",
|
65 |
button_secondary_background_fill_hover="*button_primary_background_fill_hover",
|
|
|
72 |
checkbox_label_text_color="*button_primary_text_color",
|
73 |
checkbox_background_color_selected="*neutral_600",
|
74 |
checkbox_background_color_dark="*neutral_700",
|
75 |
+
checkbox_background_color_selected_dark="green",
|
76 |
+
checkbox_border_color_selected_dark="*green",
|
77 |
# Padding
|
78 |
checkbox_label_padding="*spacing_md",
|
79 |
button_large_padding="*spacing_lg",
|