paloma99 commited on
Commit
2d90b23
1 Parent(s): 024ce36

Update theme.py

Browse files
Files changed (1) hide show
  1. theme.py +3 -1
theme.py CHANGED
@@ -50,7 +50,9 @@ class Theme(Base):
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',
 
50
  background_fill_primary="#c8dcb4",
51
  background_fill_secondary="white",
52
  background_fill_primary_dark="#0e170b",
53
+ block_background_fill="#d3e3c3",
54
+ color_accent='*primary_500',
55
+ color_accent_soft='*primary_500',
56
  # Button Colors
57
  button_primary_background_fill="#66814a",
58
  button_primary_background_fill_hover='*primary_500',