paloma99 commited on
Commit
d2c57af
·
verified ·
1 Parent(s): 14a25a7

Update theme.py

Browse files
Files changed (1) hide show
  1. theme.py +3 -3
theme.py CHANGED
@@ -48,7 +48,7 @@ class Theme(Base):
48
  body_text_color_subdued="#f5f5f5", # Tonos pasteles de verde para el texto del cuerpo sutil
49
  body_background_fill="#85a860", # Fondo del cuerpo en tonos pasteles de verde
50
  background_fill_primary="#c8dcb4", # Fondo primario en tonos pasteles de verde
51
- background_fill_primary_dark="#89BD88", # Fondo primario oscuro en tonos pasteles de verde
52
  background_fill_secondary_dark="#89BD88", # 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="#d3e3c3", # Fondo oscuro de bloque en tonos pasteles de verde
@@ -57,8 +57,8 @@ class Theme(Base):
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="green",
61
- button_primary_background_fill_hover_dark="green",
62
  button_primary_text_color_dark="rgb(243, 239, 224)",
63
  button_secondary_background_fill="*button_primary_background_fill",
64
  button_secondary_background_fill_hover="*button_primary_background_fill_hover",
 
48
  body_text_color_subdued="#f5f5f5", # Tonos pasteles de verde para el texto del cuerpo sutil
49
  body_background_fill="#85a860", # Fondo del cuerpo en tonos pasteles de verde
50
  background_fill_primary="#c8dcb4", # Fondo primario en tonos pasteles de verde
51
+ background_fill_primary_dark="#4e6339", # Fondo primario oscuro en tonos pasteles de verde
52
  background_fill_secondary_dark="#89BD88", # 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="#d3e3c3", # Fondo oscuro de bloque en tonos pasteles de verde
 
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="#66814a",
61
+ button_primary_background_fill_hover_dark="*primary_500",
62
  button_primary_text_color_dark="rgb(243, 239, 224)",
63
  button_secondary_background_fill="*button_primary_background_fill",
64
  button_secondary_background_fill_hover="*button_primary_background_fill_hover",