paloma99 commited on
Commit
7c55169
1 Parent(s): 210818b

Update theme.py

Browse files
Files changed (1) hide show
  1. theme.py +3 -1
theme.py CHANGED
@@ -46,7 +46,7 @@ class Theme(Base):
46
  block_label_text_color="#66814a",
47
  block_title_text_color="#66814a",
48
  body_text_color_subdued="#f5f5f5",
49
- body_background_fill="#a4c77f",
50
  background_fill_primary="#c8dcb4",
51
  background_fill_secondary="white",
52
  background_fill_primary_dark="#0e170b",
@@ -57,10 +57,12 @@ class Theme(Base):
57
  button_primary_background_fill_dark="*primary_600",
58
  button_primary_background_fill_hover_dark="*primary_600",
59
  button_primary_text_color="rgb(243, 239, 224)",
 
60
  button_primary_text_color_dark="white",
61
  button_secondary_background_fill="*button_primary_background_fill",
62
  button_secondary_background_fill_hover="*button_primary_background_fill_hover",
63
  button_secondary_text_color="*button_primary_text_color",
 
64
  button_cancel_background_fill="*button_primary_background_fill",
65
  button_cancel_background_fill_hover="*button_primary_background_fill_hover",
66
  button_cancel_text_color="*button_primary_text_color",
 
46
  block_label_text_color="#66814a",
47
  block_title_text_color="#66814a",
48
  body_text_color_subdued="#f5f5f5",
49
+ body_background_fill="#96b872",
50
  background_fill_primary="#c8dcb4",
51
  background_fill_secondary="white",
52
  background_fill_primary_dark="#0e170b",
 
57
  button_primary_background_fill_dark="*primary_600",
58
  button_primary_background_fill_hover_dark="*primary_600",
59
  button_primary_text_color="rgb(243, 239, 224)",
60
+ button_primary_text_color_hover="#4e6339"
61
  button_primary_text_color_dark="white",
62
  button_secondary_background_fill="*button_primary_background_fill",
63
  button_secondary_background_fill_hover="*button_primary_background_fill_hover",
64
  button_secondary_text_color="*button_primary_text_color",
65
+ button_secondary_text_color_hover="#4e6339"
66
  button_cancel_background_fill="*button_primary_background_fill",
67
  button_cancel_background_fill_hover="*button_primary_background_fill_hover",
68
  button_cancel_text_color="*button_primary_text_color",