Spaces:
Sleeping
Sleeping
Update theme.py
Browse files
theme.py
CHANGED
@@ -50,15 +50,11 @@ class Theme(Base):
|
|
50 |
background_fill_primary="#c8dcb4",
|
51 |
background_fill_secondary="*white",
|
52 |
background_fill_primary_dark="#1b2b14",
|
53 |
-
block_background_fill="#d3e3c3",
|
54 |
-
block_background_fill_dark="#58534f",
|
55 |
-
input_background_fill_dark="#58534f",
|
56 |
# Button Colors
|
57 |
button_primary_background_fill="#66814a",
|
58 |
button_primary_background_fill_hover='*primary_500',
|
59 |
button_primary_text_color="rgb(243, 239, 224)",
|
60 |
-
button_primary_background_fill_dark="#58534f",
|
61 |
-
button_primary_background_fill_hover_dark="#58534f",
|
62 |
button_primary_text_color_dark="*white",
|
63 |
button_secondary_background_fill="*button_primary_background_fill",
|
64 |
button_secondary_background_fill_hover="*button_primary_background_fill_hover",
|
|
|
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",
|
60 |
button_secondary_background_fill_hover="*button_primary_background_fill_hover",
|