paloma99 commited on
Commit
18f9e0d
·
verified ·
1 Parent(s): d2f93ac

Update theme.py

Browse files
Files changed (1) hide show
  1. theme.py +2 -1
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="#1b2b14",
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",