Spaces:
Sleeping
Sleeping
Update theme.py
Browse files
theme.py
CHANGED
@@ -50,10 +50,10 @@ class Theme(Base):
|
|
50 |
background_fill_primary="#c8dcb4",
|
51 |
background_fill_secondary="*white",
|
52 |
background_fill_primary_dark="#1b2b14",
|
53 |
-
background_fill_secondary_dark="#
|
54 |
block_background_fill="#d3e3c3",
|
55 |
-
block_background_fill_dark="#
|
56 |
-
input_background_fill_dark="#
|
57 |
# Button Colors
|
58 |
button_primary_background_fill="#66814a",
|
59 |
button_primary_background_fill_hover='*primary_500',
|
|
|
50 |
background_fill_primary="#c8dcb4",
|
51 |
background_fill_secondary="*white",
|
52 |
background_fill_primary_dark="#1b2b14",
|
53 |
+
background_fill_secondary_dark="#d3e3c3",
|
54 |
block_background_fill="#d3e3c3",
|
55 |
+
block_background_fill_dark="#58534f",
|
56 |
+
input_background_fill_dark="#58534f",
|
57 |
# Button Colors
|
58 |
button_primary_background_fill="#66814a",
|
59 |
button_primary_background_fill_hover='*primary_500',
|