paloma99 commited on
Commit
1930eb0
·
verified ·
1 Parent(s): bb320e7

Update theme.py

Browse files
Files changed (1) hide show
  1. theme.py +3 -3
theme.py CHANGED
@@ -49,11 +49,11 @@ class Theme(Base):
49
  body_background_fill="#85a860",
50
  background_fill_primary="#c8dcb4",
51
  background_fill_secondary="*white",
52
- background_fill_primary_dark="#1c3006",
53
  background_fill_secondary_dark="#263317",
54
  block_background_fill="#d3e3c3",
55
- block_background_fill_dark="#263317",
56
- input_background_fill_dark="#263317",
57
  # Button Colors
58
  button_primary_background_fill="#66814a",
59
  button_primary_background_fill_hover='*primary_500',
 
49
  body_background_fill="#85a860",
50
  background_fill_primary="#c8dcb4",
51
  background_fill_secondary="*white",
52
+ background_fill_primary_dark="#8f8b88",
53
  background_fill_secondary_dark="#263317",
54
  block_background_fill="#d3e3c3",
55
+ block_background_fill_dark="#8f8b88",
56
+ input_background_fill_dark="#8f8b88",
57
  # Button Colors
58
  button_primary_background_fill="#66814a",
59
  button_primary_background_fill_hover='*primary_500',