Spaces:
Sleeping
Sleeping
Update theme.py
Browse files
theme.py
CHANGED
@@ -9,8 +9,8 @@ class Theme(Base):
|
|
9 |
def __init__(
|
10 |
self,
|
11 |
*,
|
12 |
-
primary_hue: colors.Color | str = colors.
|
13 |
-
secondary_hue: colors.Color | str = colors.
|
14 |
neutral_hue: colors.Color | str = colors.stone,
|
15 |
spacing_size: sizes.Size | str = sizes.spacing_lg,
|
16 |
radius_size: sizes.Size | str = sizes.radius_none,
|
@@ -56,7 +56,7 @@ class Theme(Base):
|
|
56 |
# Button Colors
|
57 |
button_primary_background_fill="#66814a",
|
58 |
button_primary_background_fill_hover='#d3e3c3',
|
59 |
-
button_primary_text_color="#
|
60 |
button_primary_background_fill_dark="green",
|
61 |
button_primary_background_fill_hover_dark="green",
|
62 |
button_primary_text_color_dark="rgb(243, 239, 224)",
|
|
|
9 |
def __init__(
|
10 |
self,
|
11 |
*,
|
12 |
+
primary_hue: colors.Color | str = colors.emerald,
|
13 |
+
secondary_hue: colors.Color | str = colors.lime,
|
14 |
neutral_hue: colors.Color | str = colors.stone,
|
15 |
spacing_size: sizes.Size | str = sizes.spacing_lg,
|
16 |
radius_size: sizes.Size | str = sizes.radius_none,
|
|
|
56 |
# Button Colors
|
57 |
button_primary_background_fill="#66814a",
|
58 |
button_primary_background_fill_hover='#d3e3c3',
|
59 |
+
button_primary_text_color="#a4d175",
|
60 |
button_primary_background_fill_dark="green",
|
61 |
button_primary_background_fill_hover_dark="green",
|
62 |
button_primary_text_color_dark="rgb(243, 239, 224)",
|