Spaces:
Runtime error
Runtime error
Commit
·
b5ac49a
1
Parent(s):
88d5562
Update themes/[email protected]
Browse files- themes/[email protected] +1 -206
themes/[email protected]
CHANGED
@@ -1,206 +1 @@
|
|
1 |
-
{
|
2 |
-
"theme": {
|
3 |
-
"_font": [
|
4 |
-
{
|
5 |
-
"__gradio_font__": true,
|
6 |
-
"name": "Georgia",
|
7 |
-
"class": "font"
|
8 |
-
},
|
9 |
-
{
|
10 |
-
"__gradio_font__": true,
|
11 |
-
"name": "ui-sans-serif",
|
12 |
-
"class": "font"
|
13 |
-
},
|
14 |
-
{
|
15 |
-
"__gradio_font__": true,
|
16 |
-
"name": "system-ui",
|
17 |
-
"class": "font"
|
18 |
-
},
|
19 |
-
{
|
20 |
-
"__gradio_font__": true,
|
21 |
-
"name": "sans-serif",
|
22 |
-
"class": "font"
|
23 |
-
}
|
24 |
-
],
|
25 |
-
"_font_mono": [
|
26 |
-
{
|
27 |
-
"__gradio_font__": true,
|
28 |
-
"name": "IBM Plex Mono",
|
29 |
-
"class": "google"
|
30 |
-
},
|
31 |
-
{
|
32 |
-
"__gradio_font__": true,
|
33 |
-
"name": "ui-monospace",
|
34 |
-
"class": "font"
|
35 |
-
},
|
36 |
-
{
|
37 |
-
"__gradio_font__": true,
|
38 |
-
"name": "Consolas",
|
39 |
-
"class": "font"
|
40 |
-
},
|
41 |
-
{
|
42 |
-
"__gradio_font__": true,
|
43 |
-
"name": "monospace",
|
44 |
-
"class": "font"
|
45 |
-
}
|
46 |
-
],
|
47 |
-
"_stylesheets": [
|
48 |
-
"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;600&display=swap"
|
49 |
-
],
|
50 |
-
"background_color": "#ede1cf",
|
51 |
-
"border_blocks_color": "red",
|
52 |
-
"title_color": "green",
|
53 |
-
"text_title": "orange",
|
54 |
-
"input_border_width": "0px",
|
55 |
-
"background_fill_primary": "*background_color",
|
56 |
-
"background_fill_primary_dark": "*background_color",
|
57 |
-
"background_fill_secondary": "*background_color",
|
58 |
-
"background_fill_secondary_dark": "*background_color",
|
59 |
-
"block_background_fill": "*background_color",
|
60 |
-
"block_background_fill_dark": "*background_color",
|
61 |
-
"block_border_color": "green",
|
62 |
-
"block_border_color_dark": "green",
|
63 |
-
"block_border_width": "2px",
|
64 |
-
"block_border_width_dark": "2px",
|
65 |
-
"block_padding": "*spacing_xl calc(*spacing_xl + 2px)",
|
66 |
-
"block_radius": "*radius_lg",
|
67 |
-
"block_shadow": "none",
|
68 |
-
"block_shadow_dark": "none",
|
69 |
-
"block_title_background_fill": "none",
|
70 |
-
"block_title_background_fill_dark": "none",
|
71 |
-
"block_title_border_color": "none",
|
72 |
-
"block_title_border_color_dark": "none",
|
73 |
-
"block_title_border_width": "0px",
|
74 |
-
"block_title_border_width_dark": "0px",
|
75 |
-
"block_title_padding": "0",
|
76 |
-
"block_title_radius": "none",
|
77 |
-
"block_title_text_color": "*title_color",
|
78 |
-
"block_title_text_color_dark": "*title_color",
|
79 |
-
"block_title_text_size": "*text_md",
|
80 |
-
"block_title_text_weight": "400",
|
81 |
-
"body_background_fill": "background_color",
|
82 |
-
"body_background_fill_dark": "background_color",
|
83 |
-
"body_text_color": "*text_title",
|
84 |
-
"body_text_color_dark": "*text_title",
|
85 |
-
"body_text_color_subdued": "*text_title",
|
86 |
-
"body_text_color_subdued_dark": "*text_title",
|
87 |
-
"body_text_size": "*text_md",
|
88 |
-
"body_text_weight": "400",
|
89 |
-
"border_color_accent": "*background_color",
|
90 |
-
"border_color_accent_dark": "*background_color",
|
91 |
-
"border_color_accent_subdued": "*background_color",
|
92 |
-
"border_color_accent_subdued_dark": "*background_color",
|
93 |
-
"button_border_width": "*input_border_width",
|
94 |
-
"button_border_width_dark": "*input_border_width",
|
95 |
-
"button_large_padding": "*spacing_sm calc(2 * *spacing_sm)",
|
96 |
-
"button_large_radius": "*radius_md",
|
97 |
-
"button_large_text_size": "*text_md",
|
98 |
-
"button_large_text_weight": "600",
|
99 |
-
"button_primary_background_fill": "red",
|
100 |
-
"button_primary_background_fill_dark": "red",
|
101 |
-
"button_primary_background_fill_hover": "red",
|
102 |
-
"button_primary_background_fill_hover_dark": "red",
|
103 |
-
"button_primary_border_color": "*border_blocks_color",
|
104 |
-
"button_primary_border_color_dark": "*border_blocks_color",
|
105 |
-
"button_primary_border_color_hover": "*border_blocks_color",
|
106 |
-
"button_primary_border_color_hover_dark": "*border_blocks_color",
|
107 |
-
"button_primary_text_color": "*text_title",
|
108 |
-
"button_primary_text_color_dark": "text_title",
|
109 |
-
"button_primary_text_color_hover": "*text_title",
|
110 |
-
"button_primary_text_color_hover_dark": "*text_title",
|
111 |
-
"button_secondary_background_fill": "green",
|
112 |
-
"button_secondary_background_fill_dark": "green",
|
113 |
-
"button_secondary_background_fill_hover": "green",
|
114 |
-
"button_secondary_background_fill_hover_dark": "green",
|
115 |
-
"button_secondary_border_color": "*border_blocks_color",
|
116 |
-
"button_secondary_border_color_dark": "*border_blocks_color",
|
117 |
-
"button_secondary_border_color_hover": "*border_blocks_color",
|
118 |
-
"button_secondary_border_color_hover_dark": "*border_blocks_color",
|
119 |
-
"button_secondary_text_color": "*text_title",
|
120 |
-
"button_secondary_text_color_dark": "*text_title",
|
121 |
-
"button_secondary_text_color_hover": "*text_title",
|
122 |
-
"button_secondary_text_color_hover_dark": "*text_title",
|
123 |
-
"button_shadow": "none",
|
124 |
-
"button_shadow_active": "none",
|
125 |
-
"button_shadow_hover": "none",
|
126 |
-
"button_small_padding": "*spacing_xs calc(2 * *spacing_xs)",
|
127 |
-
"button_small_radius": "*radius_md",
|
128 |
-
"button_small_text_size": "*text_sm",
|
129 |
-
"button_small_text_weight": "400",
|
130 |
-
"button_transition": "background-color 0.2s ease",
|
131 |
-
"code_background_fill": "*neutral_100",
|
132 |
-
"code_background_fill_dark": "*neutral_800",
|
133 |
-
"color_accent": "*primary_500",
|
134 |
-
"color_accent_soft": "*primary_50",
|
135 |
-
"color_accent_soft_dark": "*neutral_700",
|
136 |
-
"container_radius": "*radius_lg",
|
137 |
-
"embed_radius": "*radius_lg",
|
138 |
-
"error_background_fill": "#fef2f2",
|
139 |
-
"error_background_fill_dark": "*background_fill_primary",
|
140 |
-
"error_border_color": "#b91c1c",
|
141 |
-
"error_border_color_dark": "#ef4444",
|
142 |
-
"error_border_width": "1px",
|
143 |
-
"error_border_width_dark": "1px",
|
144 |
-
"error_icon_color": "#b91c1c",
|
145 |
-
"error_icon_color_dark": "#ef4444",
|
146 |
-
"error_text_color": "#b91c1c",
|
147 |
-
"error_text_color_dark": "#fef2f2",
|
148 |
-
"font": "'Didot', 'ui-sans-serif', 'system-ui', sans-serif",
|
149 |
-
"font_mono": "'IBM Plex Mono', 'ui-monospace', 'Consolas', monospace",
|
150 |
-
"form_gap_width": "0px",
|
151 |
-
"layout_gap": "*spacing_xxl",
|
152 |
-
"loader_color": "*color_accent",
|
153 |
-
"loader_color_dark": "*color_accent",
|
154 |
-
"name": "base",
|
155 |
-
"panel_background_fill": "*background_color",
|
156 |
-
"panel_background_fill_dark": "*background_color",
|
157 |
-
"panel_border_color": "*border_blocks_color",
|
158 |
-
"panel_border_color_dark": "*border_blocks_color",
|
159 |
-
"panel_border_width": "1px",
|
160 |
-
"panel_border_width_dark": "1px",
|
161 |
-
"prose_header_text_weight": "600",
|
162 |
-
"prose_text_size": "*text_md",
|
163 |
-
"prose_text_weight": "400",
|
164 |
-
"radio_circle": "url(\"data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e\")",
|
165 |
-
"radius_lg": "8px",
|
166 |
-
"radius_md": "6px",
|
167 |
-
"radius_sm": "4px",
|
168 |
-
"radius_xl": "12px",
|
169 |
-
"radius_xs": "2px",
|
170 |
-
"radius_xxl": "22px",
|
171 |
-
"radius_xxs": "1px",
|
172 |
-
"section_header_text_size": "*text_lg",
|
173 |
-
"section_header_text_weight": "400",
|
174 |
-
"shadow_drop": "rgba(0,0,0,0.05) 0px 1px 2px 0px",
|
175 |
-
"shadow_drop_lg": "0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)",
|
176 |
-
"shadow_inset": "rgba(0,0,0,0.05) 0px 2px 4px 0px inset",
|
177 |
-
"shadow_spread": "3px",
|
178 |
-
"shadow_spread_dark": "1px",
|
179 |
-
"slider_color": "#2563eb",
|
180 |
-
"slider_color_dark": "#2563eb",
|
181 |
-
"spacing_lg": "8px",
|
182 |
-
"spacing_md": "6px",
|
183 |
-
"spacing_sm": "4px",
|
184 |
-
"spacing_xl": "10px",
|
185 |
-
"spacing_xs": "2px",
|
186 |
-
"spacing_xxl": "16px",
|
187 |
-
"spacing_xxs": "1px",
|
188 |
-
"table_border_color": "*neutral_300",
|
189 |
-
"table_border_color_dark": "*neutral_700",
|
190 |
-
"table_even_background_fill": "#f1e8da",
|
191 |
-
"table_even_background_fill_dark": "*neutral_950",
|
192 |
-
"table_odd_background_fill": "#f8f3ed",
|
193 |
-
"table_odd_background_fill_dark": "*neutral_900",
|
194 |
-
"table_radius": "*radius_lg",
|
195 |
-
"table_row_focus": "*color_accent_soft",
|
196 |
-
"table_row_focus_dark": "*color_accent_soft",
|
197 |
-
"text_lg": "16px",
|
198 |
-
"text_md": "14px",
|
199 |
-
"text_sm": "12px",
|
200 |
-
"text_xl": "22px",
|
201 |
-
"text_xs": "10px",
|
202 |
-
"text_xxl": "26px",
|
203 |
-
"text_xxs": "9px"
|
204 |
-
},
|
205 |
-
"version": "0.0.1"
|
206 |
-
}
|
|
|
1 |
+
{"theme": {"_font": [{"__gradio_font__": true, "name": "Georgia", "class": "google"}, {"__gradio_font__": true, "name": "ui-sans-serif", "class": "font"}, {"__gradio_font__": true, "name": "system-ui", "class": "font"}, {"__gradio_font__": true, "name": "sans-serif", "class": "font"}], "_font_mono": [{"__gradio_font__": true, "name": "IBM Plex Mono", "class": "google"}, {"__gradio_font__": true, "name": "ui-monospace", "class": "font"}, {"__gradio_font__": true, "name": "Consolas", "class": "font"}, {"__gradio_font__": true, "name": "monospace", "class": "font"}], "_stylesheets": ["https://fonts.googleapis.com/css2?family=Georgia:wght@400;500;600&display=swap", "https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&display=swap"], "background_fill_primary": "*neutral_300", "background_fill_primary_dark": "*neutral_300", "background_fill_secondary": "*primary_500", "background_fill_secondary_dark": "*primary_500", "block_background_fill": "*background_fill_secondary", "block_background_fill_dark": "*background_fill_secondary", "block_border_color": "*primary_500", "block_border_color_dark": "*primary_500", "block_border_width": "1px", "block_border_width_dark": "1px", "block_info_text_color": "*neutral_500", "block_info_text_color_dark": "*neutral_500", "block_info_text_size": "*text_sm", "block_info_text_weight": "500", "block_label_background_fill": "*primary_500", "block_label_background_fill_dark": "*primary_500", "block_label_border_color": "*neutral_800", "block_label_border_color_dark": "*neutral_800", "block_label_border_width": "1px", "block_label_border_width_dark": "1px", "block_label_margin": "1px", "block_label_padding": "*spacing_sm *spacing_lg", "block_label_radius": "calc(*radius_lg - 1px) 0 calc(*radius_lg - 1px) 0", "block_label_right_radius": "0 calc(*radius_lg - 1px) 0 calc(*radius_lg - 1px)", "block_label_shadow": "*block_shadow", "block_label_text_color": "*neutral_500", "block_label_text_color_dark": "*neutral_500", "block_label_text_size": "*text_sm", "block_label_text_weight": "400", "block_padding": "*spacing_xl calc(*spacing_xl + 2px)", "block_radius": "*radius_lg", "block_shadow": "none", "block_shadow_dark": "none", "block_title_background_fill": "none", "block_title_background_fill_dark": "none", "block_title_border_color": "none", "block_title_border_color_dark": "none", "block_title_border_width": "0px", "block_title_border_width_dark": "0px", "block_title_padding": "0", "block_title_radius": "none", "block_title_text_color": "*neutral_500", "block_title_text_color_dark": "*neutral_200", "block_title_text_size": "*text_md", "block_title_text_weight": "400", "body_background_fill": "*primary_200", "body_background_fill_dark": "*primary_200", "body_text_color": "*neutral_900", "body_text_color_dark": "*neutral_900", "body_text_color_subdued": "*neutral_500", "body_text_color_subdued_dark": "*neutral_500", "body_text_size": "*text_lg", "body_text_weight": "500", "border_color_accent": "*primary_500", "border_color_accent_dark": "*primary_500", "border_color_accent_subdued": "*neutral_600", "border_color_accent_subdued_dark": "*neutral_600", "border_color_primary": "*neutral_600", "border_color_primary_dark": "*neutral_600", "button_border_width": "*input_border_width", "button_border_width_dark": "*input_border_width", "button_cancel_background_fill": "*button_secondary_background_fill", "button_cancel_background_fill_dark": "*button_secondary_background_fill", "button_cancel_background_fill_hover": "*button_cancel_background_fill", "button_cancel_background_fill_hover_dark": "*button_cancel_background_fill", "button_cancel_border_color": "*button_secondary_border_color", "button_cancel_border_color_dark": "*button_secondary_border_color", "button_cancel_border_color_hover": "*button_cancel_border_color", "button_cancel_border_color_hover_dark": "*button_cancel_border_color", "button_cancel_text_color": "*button_secondary_text_color", "button_cancel_text_color_dark": "*button_secondary_text_color", "button_cancel_text_color_hover": "*button_cancel_text_color", "button_cancel_text_color_hover_dark": "*button_cancel_text_color", "button_large_padding": "*spacing_lg calc(2 * *spacing_lg)", "button_large_radius": "*radius_lg", "button_large_text_size": "*text_lg", "button_large_text_weight": "600", "button_primary_background_fill": "*neutral_500", "button_primary_background_fill_dark": "*neutral_500", "button_primary_background_fill_hover": "*neutral_600", "button_primary_background_fill_hover_dark": "*neutral_600", "button_primary_border_color": "*primary_500", "button_primary_border_color_dark": "*primary_500", "button_primary_border_color_hover": "*button_primary_border_color", "button_primary_border_color_hover_dark": "*button_primary_border_color", "button_primary_text_color": "*primary_500", "button_primary_text_color_dark": "*primary_500", "button_primary_text_color_hover": "*primary_600", "button_primary_text_color_hover_dark": "*primary_600", "button_secondary_background_fill": "*primary_900", "button_secondary_background_fill_dark": "*primary_900", "button_secondary_background_fill_hover": "*primary_950", "button_secondary_background_fill_hover_dark": "*primary_950", "button_secondary_border_color": "*primary_500", "button_secondary_border_color_dark": "*primary_500", "button_secondary_border_color_hover": "*button_secondary_border_color", "button_secondary_border_color_hover_dark": "*button_secondary_border_color", "button_secondary_text_color": "*neutral_900", "button_secondary_text_color_dark": "*neutral_900", "button_secondary_text_color_hover": "*neutral_950", "button_secondary_text_color_hover_dark": "*neutral_950", "button_shadow": "none", "button_shadow_active": "none", "button_shadow_hover": "none", "button_small_padding": "*spacing_xxs calc(2 * *spacing_xxs)", "button_small_radius": "*radius_lg", "button_small_text_size": "*text_md", "button_small_text_weight": "400", "button_transition": "background-color 0.2s ease", "checkbox_background_color": "*background_fill_primary", "checkbox_background_color_dark": "*neutral_800", "checkbox_background_color_focus": "*checkbox_background_color", "checkbox_background_color_focus_dark": "*checkbox_background_color", "checkbox_background_color_hover": "*checkbox_background_color", "checkbox_background_color_hover_dark": "*checkbox_background_color", "checkbox_background_color_selected": "*secondary_600", "checkbox_background_color_selected_dark": "*secondary_600", "checkbox_border_color": "*neutral_300", "checkbox_border_color_dark": "*neutral_700", "checkbox_border_color_focus": "*secondary_500", "checkbox_border_color_focus_dark": "*secondary_500", "checkbox_border_color_hover": "*neutral_300", "checkbox_border_color_hover_dark": "*neutral_600", "checkbox_border_color_selected": "*secondary_600", "checkbox_border_color_selected_dark": "*secondary_600", "checkbox_border_radius": "*radius_sm", "checkbox_border_width": "*input_border_width", "checkbox_border_width_dark": "*input_border_width", "checkbox_check": "url(\"data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e\")", "checkbox_label_background_fill": "*button_secondary_background_fill", "checkbox_label_background_fill_dark": "*button_secondary_background_fill", "checkbox_label_background_fill_hover": "*button_secondary_background_fill_hover", "checkbox_label_background_fill_hover_dark": "*button_secondary_background_fill_hover", "checkbox_label_background_fill_selected": "*checkbox_label_background_fill", "checkbox_label_background_fill_selected_dark": "*checkbox_label_background_fill", "checkbox_label_border_color": "*border_color_primary", "checkbox_label_border_color_dark": "*border_color_primary", "checkbox_label_border_color_hover": "*checkbox_label_border_color", "checkbox_label_border_color_hover_dark": "*checkbox_label_border_color", "checkbox_label_border_width": "*input_border_width", "checkbox_label_border_width_dark": "*input_border_width", "checkbox_label_gap": "*spacing_lg", "checkbox_label_padding": "*spacing_md calc(2 * *spacing_md)", "checkbox_label_shadow": "none", "checkbox_label_text_color": "*body_text_color", "checkbox_label_text_color_dark": "*body_text_color", "checkbox_label_text_color_selected": "*checkbox_label_text_color", "checkbox_label_text_color_selected_dark": "*checkbox_label_text_color", "checkbox_label_text_size": "*text_md", "checkbox_label_text_weight": "400", "checkbox_shadow": "*input_shadow", "code_background_fill": "*neutral_300", "code_background_fill_dark": "*neutral_300", "color_accent": "*neutral_400", "color_accent_soft": "*secondary_700", "color_accent_soft_dark": "*secondary_700", "container_radius": "*radius_lg", "embed_radius": "*radius_lg", "error_background_fill": "#fef2f2", "error_background_fill_dark": "*background_fill_primary", "error_border_color": "#b91c1c", "error_border_color_dark": "#ef4444", "error_border_width": "1px", "error_border_width_dark": "1px", "error_icon_color": "#b91c1c", "error_icon_color_dark": "#ef4444", "error_text_color": "#b91c1c", "error_text_color_dark": "#fef2f2", "font": "'Georgia', 'ui-sans-serif', 'system-ui', sans-serif", "font_mono": "'IBM Plex Mono', 'ui-monospace', 'Consolas', monospace", "form_gap_width": "0px", "input_background_fill": "*neutral_100", "input_background_fill_dark": "*neutral_700", "input_background_fill_focus": "*secondary_500", "input_background_fill_focus_dark": "*secondary_600", "input_background_fill_hover": "*input_background_fill", "input_background_fill_hover_dark": "*input_background_fill", "input_border_color": "*border_color_primary", "input_border_color_dark": "*border_color_primary", "input_border_color_focus": "*secondary_300", "input_border_color_focus_dark": "*neutral_700", "input_border_color_hover": "*input_border_color", "input_border_color_hover_dark": "*input_border_color", "input_border_width": "0px", "input_border_width_dark": "0px", "input_padding": "*spacing_xl", "input_placeholder_color": "*neutral_400", "input_placeholder_color_dark": "*neutral_500", "input_radius": "*radius_lg", "input_shadow": "none", "input_shadow_dark": "none", "input_shadow_focus": "*input_shadow", "input_shadow_focus_dark": "*input_shadow", "input_text_size": "*text_md", "input_text_weight": "400", "layout_gap": "*spacing_xxl", "link_text_color": "*neutral_400", "link_text_color_active": "*neutral_400", "link_text_color_active_dark": "*neutral_400", "link_text_color_dark": "*neutral_400", "link_text_color_hover": "*neutral_500", "link_text_color_hover_dark": "*neutral_500", "link_text_color_visited": "*neutral_500", "link_text_color_visited_dark": "*neutral_500", "loader_color": "*color_accent", "loader_color_dark": "*color_accent", "name": "base", "neutral_100": "#f3f4f6", "neutral_200": "#e5e7eb", "neutral_300": "#d1d5db", "neutral_400": "#9ca3af", "neutral_50": "#f9fafb", "neutral_500": "#6b7280", "neutral_600": "#4b5563", "neutral_700": "#374151", "neutral_800": "#1f2937", "neutral_900": "#111827", "neutral_950": "#0b0f19", "panel_background_fill": "*background_fill_secondary", "panel_background_fill_dark": "*background_fill_secondary", "panel_border_color": "*primary_400", "panel_border_color_dark": "*primary_400", "panel_border_width": "0", "panel_border_width_dark": "0", "primary_100": "#fbf9f5", "primary_200": "#f3ece0", "primary_300": "#ecdfcc", "primary_400": "#e4d2b7", "primary_50": "#fcfaf7", "primary_500": "#dcc6a3", "primary_600": "#d4b98e", "primary_700": "#ccac79", "primary_800": "#c59f65", "primary_900": "#bd9250", "primary_950": "#af8442", "prose_header_text_weight": "600", "prose_text_size": "*text_xl", "prose_text_weight": "500", "radio_circle": "url(\"data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e\")", "radius_lg": "8px", "radius_md": "6px", "radius_sm": "4px", "radius_xl": "12px", "radius_xs": "2px", "radius_xxl": "22px", "radius_xxs": "1px", "secondary_100": "#dfcfaf", "secondary_200": "#d9c6a0", "secondary_300": "#d3bd92", "secondary_400": "#cdb583", "secondary_50": "#e6d8bd", "secondary_500": "#c8ac75", "secondary_600": "#c2a366", "secondary_700": "#bc9a57", "secondary_800": "#b69249", "secondary_900": "#a88643", "secondary_950": "#997a3d", "section_header_text_size": "*text_md", "section_header_text_weight": "400", "shadow_drop": "rgba(0,0,0,0.05) 0px 1px 2px 0px", "shadow_drop_lg": "0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)", "shadow_inset": "rgba(0,0,0,0.05) 0px 2px 4px 0px inset", "shadow_spread": "3px", "shadow_spread_dark": "1px", "slider_color": "#2563eb", "slider_color_dark": "#2563eb", "spacing_lg": "8px", "spacing_md": "6px", "spacing_sm": "4px", "spacing_xl": "10px", "spacing_xs": "2px", "spacing_xxl": "16px", "spacing_xxs": "1px", "stat_background_fill": "*primary_300", "stat_background_fill_dark": "*primary_500", "table_border_color": "*neutral_300", "table_border_color_dark": "*neutral_400", "table_even_background_fill": "*primary_300", "table_even_background_fill_dark": "*primary_300", "table_odd_background_fill": "*primary_100", "table_odd_background_fill_dark": "*primary_100", "table_radius": "*radius_lg", "table_row_focus": "*color_accent_soft", "table_row_focus_dark": "*color_accent_soft", "text_lg": "16px", "text_md": "14px", "text_sm": "12px", "text_xl": "22px", "text_xs": "10px", "text_xxl": "26px", "text_xxs": "9px"}, "version": "0.0.2"}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|