Spaces:
Runtime error
Runtime error
Se mejoraron estilos v4
Browse files
app.py
CHANGED
@@ -119,8 +119,18 @@ class SipanGPTTheme(Base):
|
|
119 |
c950="#102e00",
|
120 |
),
|
121 |
secondary_hue: colors.Color | str = colors.Color(
|
122 |
-
name="
|
|
|
|
|
|
|
|
|
123 |
c400="#5fed00", # secondary color
|
|
|
|
|
|
|
|
|
|
|
|
|
124 |
),
|
125 |
neutral_hue: colors.Color | str = colors.gray,
|
126 |
spacing_size: sizes.Size | str = sizes.spacing_md,
|
@@ -133,7 +143,7 @@ class SipanGPTTheme(Base):
|
|
133 |
"sans-serif",
|
134 |
),
|
135 |
font_mono: fonts.Font | str | list[fonts.Font | str] = (
|
136 |
-
fonts.GoogleFont("
|
137 |
"ui-monospace",
|
138 |
"monospace",
|
139 |
),
|
|
|
119 |
c950="#102e00",
|
120 |
),
|
121 |
secondary_hue: colors.Color | str = colors.Color(
|
122 |
+
name="custom_secondary_green",
|
123 |
+
c50="#edfce0",
|
124 |
+
c100="#dbf9c1",
|
125 |
+
c200="#b7f583",
|
126 |
+
c300="#93f145",
|
127 |
c400="#5fed00", # secondary color
|
128 |
+
c500="#4ed400",
|
129 |
+
c600="#3fad00",
|
130 |
+
c700="#308700",
|
131 |
+
c800="#236100",
|
132 |
+
c900="#153b00",
|
133 |
+
c950="#0a1f00",
|
134 |
),
|
135 |
neutral_hue: colors.Color | str = colors.gray,
|
136 |
spacing_size: sizes.Size | str = sizes.spacing_md,
|
|
|
143 |
"sans-serif",
|
144 |
),
|
145 |
font_mono: fonts.Font | str | list[fonts.Font | str] = (
|
146 |
+
fonts.GoogleFont("IBM Plex Mono"),
|
147 |
"ui-monospace",
|
148 |
"monospace",
|
149 |
),
|