paloma99 commited on
Commit
1c722b9
1 Parent(s): dcfcb5e

Update theme.py

Browse files
Files changed (1) hide show
  1. theme.py +4 -4
theme.py CHANGED
@@ -44,12 +44,12 @@ class Theme(Base):
44
  # Colors
45
  slider_color="*neutral_900",
46
  slider_color_dark="*neutral_500",
47
- body_text_color="rgb(243, 239, 224)",
48
- block_label_text_color="*body_text_color",
49
- block_title_text_color="*body_text_color",
50
  body_text_color_subdued="*neutral_700",
51
  body_background_fill='*secondary_900',
52
- background_fill_primary='*secondary_900',
53
  background_fill_primary_dark='*secondary_900',
54
  background_fill_secondary_dark='*secondary_900',
55
  block_background_fill='*natural_50',
 
44
  # Colors
45
  slider_color="*neutral_900",
46
  slider_color_dark="*neutral_500",
47
+ body_text_color="rgb(18,13,5)",
48
+ block_label_text_color="rgb(243, 239, 224)",
49
+ block_title_text_color="rgb(243, 239, 224)",
50
  body_text_color_subdued="*neutral_700",
51
  body_background_fill='*secondary_900',
52
+ background_fill_primary='rgb(212,213,212)',
53
  background_fill_primary_dark='*secondary_900',
54
  background_fill_secondary_dark='*secondary_900',
55
  block_background_fill='*natural_50',