paloma99 commited on
Commit
c26aec2
1 Parent(s): b21b620

Update theme.py

Browse files
Files changed (1) hide show
  1. theme.py +5 -5
theme.py CHANGED
@@ -48,17 +48,17 @@ class Theme(Base):
48
  block_label_text_color="rgb(18,13,5)",
49
  block_title_text_color="rgb(18,13,5)",
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',
56
  block_background_fill_dark="*neutral_800",
57
  input_background_fill_dark="*neutral_700",
58
  # Button Colors
59
  button_primary_background_fill="rgb(18,13,5)",
60
- button_primary_background_fill_hover="rgb(243, 239, 224)",
61
- button_primary_text_color="rgb(243, 239, 224)",
62
  button_primary_background_fill_dark="*neutral_600",
63
  button_primary_background_fill_hover_dark="*neutral_600",
64
  button_primary_text_color_dark="white",
 
48
  block_label_text_color="rgb(18,13,5)",
49
  block_title_text_color="rgb(18,13,5)",
50
  body_text_color_subdued="*neutral_700",
51
+ body_background_fill='*primary_600',
52
  background_fill_primary='rgb(212,213,212)',
53
+ background_fill_primary_dark='*primary_600',
54
+ background_fill_secondary_dark='*primary_600',
55
  block_background_fill='*natural_50',
56
  block_background_fill_dark="*neutral_800",
57
  input_background_fill_dark="*neutral_700",
58
  # Button Colors
59
  button_primary_background_fill="rgb(18,13,5)",
60
+ button_primary_background_fill_hover='*primary_200',
61
+ button_primary_text_color='*primary_600',
62
  button_primary_background_fill_dark="*neutral_600",
63
  button_primary_background_fill_hover_dark="*neutral_600",
64
  button_primary_text_color_dark="white",