Spaces:
Sleeping
Sleeping
Update themes/[email protected]
Browse files- themes/[email protected] +48 -57
themes/[email protected]
CHANGED
@@ -1,60 +1,51 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
|
4 |
-
|
5 |
-
"
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
"
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
"
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
"
|
24 |
-
"
|
25 |
-
"
|
26 |
-
"
|
27 |
-
"
|
28 |
-
"
|
29 |
-
"
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
"
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
"radio_color": "#BB86FC",
|
51 |
-
"dropdown_color": "#1D1D1D",
|
52 |
-
"dropdown_text_color": "#FFFFFF",
|
53 |
-
"dropdown_shadow_color": "rgba(255, 255, 255, 0.12)",
|
54 |
-
"block_background_color": "#1D1D1D",
|
55 |
-
"block_border_color": "#424242",
|
56 |
-
"block_shadow_color": "rgba(255, 255, 255, 0.12)",
|
57 |
-
"font": "Roboto, sans-serif",
|
58 |
-
"border_radius": "4px"
|
59 |
}
|
60 |
}
|
|
|
1 |
{
|
2 |
+
"theme": {
|
3 |
+
"theme_name": "Material3Pro",
|
4 |
+
"version": "0.0.1",
|
5 |
+
"_font": [
|
6 |
+
{
|
7 |
+
"__gradio_font__": true,
|
8 |
+
"name": "Roboto",
|
9 |
+
"class": "google"
|
10 |
+
}
|
11 |
+
],
|
12 |
+
"_font_mono": [
|
13 |
+
{
|
14 |
+
"__gradio_font__": true,
|
15 |
+
"name": "Roboto Mono",
|
16 |
+
"class": "google"
|
17 |
+
}
|
18 |
+
],
|
19 |
+
"_stylesheets": [
|
20 |
+
"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap",
|
21 |
+
"https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;500&display=swap"
|
22 |
+
],
|
23 |
+
"animation_duration": "200ms",
|
24 |
+
"animation_easing": "cubic-bezier(0.4, 0, 0.2, 1)",
|
25 |
+
"border_radius": "4px",
|
26 |
+
"block_radius": "12px",
|
27 |
+
"button_radius": "28px",
|
28 |
+
"input_radius": "8px",
|
29 |
+
"slider_radius": "28px",
|
30 |
+
|
31 |
+
"light": {
|
32 |
+
"background_fill_primary": "#FAFAFA",
|
33 |
+
"background_fill_secondary": "#FFFFFF",
|
34 |
+
"text_primary": "#212121",
|
35 |
+
"text_secondary": "#616161",
|
36 |
+
"color_accent": "#6200EE",
|
37 |
+
"error_background_fill": "#FFEBEE",
|
38 |
+
"error_text_color": "#B00020"
|
39 |
+
},
|
40 |
+
|
41 |
+
"dark": {
|
42 |
+
"background_fill_primary": "#121212",
|
43 |
+
"background_fill_secondary": "#1D1D1D",
|
44 |
+
"text_primary": "#FFFFFF",
|
45 |
+
"text_secondary": "#9E9E9E",
|
46 |
+
"color_accent": "#BB86FC",
|
47 |
+
"error_background_fill": "#330000",
|
48 |
+
"error_text_color": "#CF6678"
|
49 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
}
|
51 |
}
|