Spaces:
Running
Running
Update assets/theme.py
Browse files- assets/theme.py +3 -3
assets/theme.py
CHANGED
@@ -8,7 +8,7 @@ from gradio.themes.base import Base
|
|
8 |
from gradio.themes.utils import colors, fonts, sizes
|
9 |
|
10 |
|
11 |
-
class
|
12 |
def __init__(
|
13 |
self,
|
14 |
*,
|
@@ -39,7 +39,7 @@ class PinkTheme(Base):
|
|
39 |
font=font,
|
40 |
font_mono=font_mono,
|
41 |
)
|
42 |
-
self.name = ("
|
43 |
self.pink_50 = "#FDF2F8"
|
44 |
self.pink_100 = "#FCE7F3"
|
45 |
self.pink_200 = "#FBCFE8"
|
@@ -53,7 +53,7 @@ class PinkTheme(Base):
|
|
53 |
self.pink_950 = "#500724"
|
54 |
|
55 |
super().set(
|
56 |
-
#
|
57 |
background_fill_primary="#FFFFFF",
|
58 |
background_fill_primary_dark="#110F0F",
|
59 |
background_fill_secondary="#FFFFFF",
|
|
|
8 |
from gradio.themes.utils import colors, fonts, sizes
|
9 |
|
10 |
|
11 |
+
class Ilaria(Base):
|
12 |
def __init__(
|
13 |
self,
|
14 |
*,
|
|
|
39 |
font=font,
|
40 |
font_mono=font_mono,
|
41 |
)
|
42 |
+
self.name = ("Ilaria",)
|
43 |
self.pink_50 = "#FDF2F8"
|
44 |
self.pink_100 = "#FCE7F3"
|
45 |
self.pink_200 = "#FBCFE8"
|
|
|
53 |
self.pink_950 = "#500724"
|
54 |
|
55 |
super().set(
|
56 |
+
# Bf667
|
57 |
background_fill_primary="#FFFFFF",
|
58 |
background_fill_primary_dark="#110F0F",
|
59 |
background_fill_secondary="#FFFFFF",
|