mariog commited on
Commit
ec6a23a
·
verified ·
1 Parent(s): 47537a9

Create themes/theme_schema@0.0.3.json

Browse files
Files changed (1) hide show
  1. themes/theme_schema@0.0.3.json +197 -0
themes/theme_schema@0.0.3.json ADDED
@@ -0,0 +1,197 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "theme": {
3
+ "_font": [
4
+ {
5
+ "__gradio_font__": true,
6
+ "name": "Montserrat",
7
+ "class": "google"
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=Montserrat:wght@400;600&display=swap",
49
+ "https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;600&display=swap"
50
+ ],
51
+ "background_fill_primary": "*neutral_950",
52
+ "background_fill_primary_dark": "*neutral_950",
53
+ "background_fill_secondary": "*neutral_900",
54
+ "background_fill_secondary_dark": "*neutral_900",
55
+ "block_background_fill": "*neutral_800",
56
+ "block_background_fill_dark": "*neutral_800",
57
+ "block_border_color": "*border_color_primary",
58
+ "block_border_color_dark": "*border_color_primary",
59
+ "block_info_text_color": "*body_text_color_subdued",
60
+ "block_info_text_color_dark": "*body_text_color_subdued",
61
+ "block_label_background_fill": "*primary_600",
62
+ "block_label_background_fill_dark": "*primary_600",
63
+ "block_label_border_color": "*border_color_primary",
64
+ "block_label_border_color_dark": "*border_color_primary",
65
+ "block_label_text_color": "white",
66
+ "block_label_text_color_dark": "white",
67
+ "block_title_background_fill": "*primary_600",
68
+ "block_title_text_color": "white",
69
+ "block_title_text_color_dark": "white",
70
+ "body_text_color": "*neutral_100",
71
+ "body_text_color_dark": "*neutral_100",
72
+ "body_text_color_subdued": "*neutral_400",
73
+ "body_text_color_subdued_dark": "*neutral_400",
74
+ "border_color_accent": "*neutral_600",
75
+ "border_color_accent_dark": "*neutral_600",
76
+ "border_color_primary": "*neutral_700",
77
+ "border_color_primary_dark": "*neutral_700",
78
+ "button_border_width": "*input_border_width",
79
+ "button_border_width_dark": "*input_border_width",
80
+ "button_cancel_background_fill": "*button_secondary_background_fill",
81
+ "button_cancel_background_fill_dark": "*button_secondary_background_fill",
82
+ "button_cancel_background_fill_hover": "*button_secondary_background_fill_hover",
83
+ "button_cancel_background_fill_hover_dark": "*button_secondary_background_fill_hover",
84
+ "button_cancel_border_color": "*button_secondary_border_color",
85
+ "button_cancel_border_color_dark": "*button_secondary_border_color",
86
+ "button_cancel_border_color_hover": "*button_cancel_border_color",
87
+ "button_cancel_border_color_hover_dark": "*button_cancel_border_color",
88
+ "button_cancel_text_color": "*button_secondary_text_color",
89
+ "button_cancel_text_color_dark": "*button_secondary_text_color",
90
+ "button_cancel_text_color_hover": "*button_cancel_text_color",
91
+ "button_cancel_text_color_hover_dark": "*button_cancel_text_color",
92
+ "button_primary_background_fill": "*primary_700",
93
+ "button_primary_background_fill_dark": "*primary_700",
94
+ "button_primary_background_fill_hover": "*primary_500",
95
+ "button_primary_background_fill_hover_dark": "*primary_500",
96
+ "button_primary_border_color": "*primary_600",
97
+ "button_primary_border_color_dark": "*primary_600",
98
+ "button_primary_border_color_hover": "*button_primary_border_color",
99
+ "button_primary_border_color_hover_dark": "*button_primary_border_color",
100
+ "button_primary_text_color": "white",
101
+ "button_primary_text_color_dark": "white",
102
+ "button_primary_text_color_hover": "*button_primary_text_color",
103
+ "button_primary_text_color_hover_dark": "*button_primary_text_color",
104
+ "button_secondary_background_fill": "*neutral_600",
105
+ "button_secondary_background_fill_dark": "*neutral_600",
106
+ "button_secondary_background_fill_hover": "*primary_500",
107
+ "button_secondary_background_fill_hover_dark": "*primary_500",
108
+ "button_secondary_border_color": "*neutral_600",
109
+ "button_secondary_border_color_dark": "*neutral_600",
110
+ "button_secondary_border_color_hover": "*button_secondary_border_color",
111
+ "button_secondary_border_color_hover_dark": "*button_secondary_border_color",
112
+ "button_secondary_text_color": "white",
113
+ "button_secondary_text_color_dark": "white",
114
+ "button_secondary_text_color_hover": "*button_secondary_text_color",
115
+ "button_secondary_text_color_hover_dark": "*button_secondary_text_color",
116
+ "chatbot_code_background_color": "*neutral_800",
117
+ "chatbot_code_background_color_dark": "*neutral_800",
118
+ "checkbox_background_color": "*neutral_800",
119
+ "checkbox_background_color_dark": "*neutral_800",
120
+ "checkbox_background_color_focus": "*checkbox_background_color",
121
+ "checkbox_background_color_focus_dark": "*checkbox_background_color",
122
+ "checkbox_background_color_hover": "*checkbox_background_color",
123
+ "checkbox_background_color_hover_dark": "*checkbox_background_color",
124
+ "checkbox_background_color_selected": "*primary_700",
125
+ "checkbox_background_color_selected_dark": "*primary_700",
126
+ "checkbox_border_color": "*neutral_600",
127
+ "checkbox_border_color_dark": "*neutral_600",
128
+ "checkbox_border_color_focus": "*primary_600",
129
+ "checkbox_border_color_focus_dark": "*primary_600",
130
+ "checkbox_border_color_hover": "*neutral_600",
131
+ "checkbox_border_color_hover_dark": "*neutral_600",
132
+ "checkbox_border_color_selected": "*primary_700",
133
+ "checkbox_border_color_selected_dark": "*primary_700",
134
+ "checkbox_label_background_fill": "*button_secondary_background_fill",
135
+ "checkbox_label_background_fill_dark": "*button_secondary_background_fill",
136
+ "checkbox_label_background_fill_hover": "*button_secondary_background_fill_hover",
137
+ "checkbox_label_background_fill_hover_dark": "*button_secondary_background_fill_hover",
138
+ "checkbox_label_background_fill_selected": "*primary_600",
139
+ "checkbox_label_background_fill_selected_dark": "*primary_600",
140
+ "checkbox_label_border_color": "*border_color_primary",
141
+ "checkbox_label_border_color_dark": "*border_color_primary",
142
+ "checkbox_label_border_color_hover": "*checkbox_label_border_color",
143
+ "checkbox_label_border_color_hover_dark": "*checkbox_label_border_color",
144
+ "checkbox_label_text_color": "*body_text_color",
145
+ "checkbox_label_text_color_dark": "*body_text_color",
146
+ "checkbox_label_text_color_selected": "white",
147
+ "checkbox_label_text_color_selected_dark": "white",
148
+ "color_accent": "*primary_500",
149
+ "color_accent_soft": "*neutral_700",
150
+ "color_accent_soft_dark": "*neutral_700",
151
+ "error_background_fill": "*background_fill_primary",
152
+ "error_background_fill_dark": "*background_fill_primary",
153
+ "error_border_color": "*border_color_primary",
154
+ "error_border_color_dark": "*border_color_primary",
155
+ "error_text_color": "#ef4444",
156
+ "error_text_color_dark": "#ef4444",
157
+ "input_background_fill": "*neutral_700",
158
+ "input_background_fill_dark": "*neutral_700",
159
+ "input_background_fill_focus": "*secondary_600",
160
+ "input_background_fill_focus_dark": "*secondary_600",
161
+ "input_background_fill_hover": "*input_background_fill",
162
+ "input_background_fill_hover_dark": "*input_background_fill",
163
+ "input_border_color": "*border_color_primary",
164
+ "input_border_color_dark": "*border_color_primary",
165
+ "input_border_color_focus": "*neutral_700",
166
+ "input_border_color_focus_dark": "*neutral_700",
167
+ "input_border_color_hover": "*input_border_color",
168
+ "input_border_color_hover_dark": "*input_border_color",
169
+ "input_placeholder_color": "*neutral_500",
170
+ "input_placeholder_color_dark": "*neutral_500",
171
+ "link_text_color_active": "*secondary_500",
172
+ "link_text_color_active_dark": "*secondary_500",
173
+ "link_text_color_dark": "*secondary_500",
174
+ "link_text_color_hover": "*secondary_400",
175
+ "link_text_color_hover_dark": "*secondary_400",
176
+ "link_text_color_visited": "*secondary_600",
177
+ "link_text_color_visited_dark": "*secondary_600",
178
+ "loader_color": "*color_accent",
179
+ "panel_background_fill": "*background_fill_secondary",
180
+ "panel_background_fill_dark": "*background_fill_secondary",
181
+ "panel_border_color": "*border_color_primary",
182
+ "panel_border_color_dark": "*border_color_primary",
183
+ "slider_color": "*primary_600",
184
+ "slider_color_dark": "*primary_600",
185
+ "stat_background_fill": "*primary_500",
186
+ "stat_background_fill_dark": "*primary_500",
187
+ "table_border_color": "*neutral_700",
188
+ "table_border_color_dark": "*neutral_700",
189
+ "table_even_background_fill": "*neutral_950",
190
+ "table_even_background_fill_dark": "*neutral_950",
191
+ "table_odd_background_fill": "*neutral_900",
192
+ "table_odd_background_fill_dark": "*neutral_900",
193
+ "table_row_focus": "*color_accent_soft",
194
+ "table_row_focus_dark": "*color_accent_soft"
195
+ },
196
+ "version": "0.0.3"
197
+ }