Spaces:
Sleeping
Sleeping
Update theme.py
Browse files
theme.py
CHANGED
@@ -41,25 +41,26 @@ class Theme(Base):
|
|
41 |
self.name = "theme"
|
42 |
super().set(
|
43 |
# Colors
|
44 |
-
slider_color="#66814a",
|
45 |
-
body_text_color="#4e6339",
|
46 |
-
block_label_text_color="#66814a",
|
47 |
-
block_title_text_color="#66814a",
|
48 |
-
body_text_color_subdued="#f5f5f5",
|
49 |
-
body_background_fill="#85a860",
|
50 |
-
background_fill_primary="#c8dcb4",
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
|
|
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",
|
65 |
button_secondary_text_color="*button_primary_text_color",
|
|
|
41 |
self.name = "theme"
|
42 |
super().set(
|
43 |
# Colors
|
44 |
+
slider_color="#66814a",
|
45 |
+
body_text_color="#4e6339",
|
46 |
+
block_label_text_color="#66814a",
|
47 |
+
block_title_text_color="#66814a",
|
48 |
+
body_text_color_subdued="#f5f5f5",
|
49 |
+
body_background_fill="#85a860",
|
50 |
+
background_fill_primary="#c8dcb4",
|
51 |
+
background_fill_secondary="*white",
|
52 |
+
background_fill_primary_dark="#4e6339",
|
53 |
+
background_fill_secondary_dark="#4e6339",
|
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',
|
60 |
button_primary_text_color="rgb(243, 239, 224)",
|
61 |
button_primary_background_fill_dark="#58534f",
|
62 |
button_primary_background_fill_hover_dark="#58534f",
|
63 |
+
button_primary_text_color_dark="*white",
|
64 |
button_secondary_background_fill="*button_primary_background_fill",
|
65 |
button_secondary_background_fill_hover="*button_primary_background_fill_hover",
|
66 |
button_secondary_text_color="*button_primary_text_color",
|