UNPKG

39.1 kBJavaScriptView Raw
1module.exports = {
2 "blue-base": "#1890ff",
3 "blue-1": "mix(color(~`colorPalette('@{blue-base}', 8) `), @component-background, 15%)",
4 "blue-2": "mix(color(~`colorPalette('@{blue-base}', 7) `), @component-background, 25%)",
5 "blue-3": "mix(@blue-base, @component-background, 30%)",
6 "blue-4": "mix(@blue-base, @component-background, 45%)",
7 "blue-5": "mix(@blue-base, @component-background, 65%)",
8 "blue-6": "mix(@blue-base, @component-background, 85%)",
9 "blue-7": "mix(color(~`colorPalette('@{blue-base}', 5) `), @component-background, 90%)",
10 "blue-8": "mix(color(~`colorPalette('@{blue-base}', 4) `), @component-background, 95%)",
11 "blue-9": "mix(color(~`colorPalette('@{blue-base}', 3) `), @component-background, 97%)",
12 "blue-10": "mix(color(~`colorPalette('@{blue-base}', 2) `), @component-background, 98%)",
13 "purple-base": "#722ed1",
14 "purple-1": "mix(color(~`colorPalette('@{purple-base}', 8) `), @component-background, 15%)",
15 "purple-2": "mix(color(~`colorPalette('@{purple-base}', 7) `), @component-background, 25%)",
16 "purple-3": "mix(@purple-base, @component-background, 30%)",
17 "purple-4": "mix(@purple-base, @component-background, 45%)",
18 "purple-5": "mix(@purple-base, @component-background, 65%)",
19 "purple-6": "mix(@purple-base, @component-background, 85%)",
20 "purple-7": "mix(color(~`colorPalette('@{purple-base}', 5) `), @component-background, 90%)",
21 "purple-8": "mix(color(~`colorPalette('@{purple-base}', 4) `), @component-background, 95%)",
22 "purple-9": "mix(color(~`colorPalette('@{purple-base}', 3) `), @component-background, 97%)",
23 "purple-10": "mix(color(~`colorPalette('@{purple-base}', 2) `), @component-background, 98%)",
24 "cyan-base": "#13c2c2",
25 "cyan-1": "mix(color(~`colorPalette('@{cyan-base}', 8) `), @component-background, 15%)",
26 "cyan-2": "mix(color(~`colorPalette('@{cyan-base}', 7) `), @component-background, 25%)",
27 "cyan-3": "mix(@cyan-base, @component-background, 30%)",
28 "cyan-4": "mix(@cyan-base, @component-background, 45%)",
29 "cyan-5": "mix(@cyan-base, @component-background, 65%)",
30 "cyan-6": "mix(@cyan-base, @component-background, 85%)",
31 "cyan-7": "mix(color(~`colorPalette('@{cyan-base}', 5) `), @component-background, 90%)",
32 "cyan-8": "mix(color(~`colorPalette('@{cyan-base}', 4) `), @component-background, 95%)",
33 "cyan-9": "mix(color(~`colorPalette('@{cyan-base}', 3) `), @component-background, 97%)",
34 "cyan-10": "mix(color(~`colorPalette('@{cyan-base}', 2) `), @component-background, 98%)",
35 "green-base": "#52c41a",
36 "green-1": "mix(color(~`colorPalette('@{green-base}', 8) `), @component-background, 15%)",
37 "green-2": "mix(color(~`colorPalette('@{green-base}', 7) `), @component-background, 25%)",
38 "green-3": "mix(@green-base, @component-background, 30%)",
39 "green-4": "mix(@green-base, @component-background, 45%)",
40 "green-5": "mix(@green-base, @component-background, 65%)",
41 "green-6": "mix(@green-base, @component-background, 85%)",
42 "green-7": "mix(color(~`colorPalette('@{green-base}', 5) `), @component-background, 90%)",
43 "green-8": "mix(color(~`colorPalette('@{green-base}', 4) `), @component-background, 95%)",
44 "green-9": "mix(color(~`colorPalette('@{green-base}', 3) `), @component-background, 97%)",
45 "green-10": "mix(color(~`colorPalette('@{green-base}', 2) `), @component-background, 98%)",
46 "magenta-base": "#eb2f96",
47 "magenta-1": "mix(color(~`colorPalette('@{magenta-base}', 8) `), @component-background, 15%)",
48 "magenta-2": "mix(color(~`colorPalette('@{magenta-base}', 7) `), @component-background, 25%)",
49 "magenta-3": "mix(@magenta-base, @component-background, 30%)",
50 "magenta-4": "mix(@magenta-base, @component-background, 45%)",
51 "magenta-5": "mix(@magenta-base, @component-background, 65%)",
52 "magenta-6": "mix(@magenta-base, @component-background, 85%)",
53 "magenta-7": "mix(color(~`colorPalette('@{magenta-base}', 5) `), @component-background, 90%)",
54 "magenta-8": "mix(color(~`colorPalette('@{magenta-base}', 4) `), @component-background, 95%)",
55 "magenta-9": "mix(color(~`colorPalette('@{magenta-base}', 3) `), @component-background, 97%)",
56 "magenta-10": "mix(color(~`colorPalette('@{magenta-base}', 2) `), @component-background, 98%)",
57 "pink-base": "#eb2f96",
58 "pink-1": "mix(color(~`colorPalette('@{pink-base}', 8) `), @component-background, 15%)",
59 "pink-2": "mix(color(~`colorPalette('@{pink-base}', 7) `), @component-background, 25%)",
60 "pink-3": "mix(@pink-base, @component-background, 30%)",
61 "pink-4": "mix(@pink-base, @component-background, 45%)",
62 "pink-5": "mix(@pink-base, @component-background, 65%)",
63 "pink-6": "mix(@pink-base, @component-background, 85%)",
64 "pink-7": "mix(color(~`colorPalette('@{pink-base}', 5) `), @component-background, 90%)",
65 "pink-8": "mix(color(~`colorPalette('@{pink-base}', 4) `), @component-background, 95%)",
66 "pink-9": "mix(color(~`colorPalette('@{pink-base}', 3) `), @component-background, 97%)",
67 "pink-10": "mix(color(~`colorPalette('@{pink-base}', 2) `), @component-background, 98%)",
68 "red-base": "#f5222d",
69 "red-1": "mix(color(~`colorPalette('@{red-base}', 8) `), @component-background, 15%)",
70 "red-2": "mix(color(~`colorPalette('@{red-base}', 7) `), @component-background, 25%)",
71 "red-3": "mix(@red-base, @component-background, 30%)",
72 "red-4": "mix(@red-base, @component-background, 45%)",
73 "red-5": "mix(@red-base, @component-background, 65%)",
74 "red-6": "mix(@red-base, @component-background, 85%)",
75 "red-7": "mix(color(~`colorPalette('@{red-base}', 5) `), @component-background, 90%)",
76 "red-8": "mix(color(~`colorPalette('@{red-base}', 4) `), @component-background, 95%)",
77 "red-9": "mix(color(~`colorPalette('@{red-base}', 3) `), @component-background, 97%)",
78 "red-10": "mix(color(~`colorPalette('@{red-base}', 2) `), @component-background, 98%)",
79 "orange-base": "#fa8c16",
80 "orange-1": "mix(color(~`colorPalette('@{orange-base}', 8) `), @component-background, 15%)",
81 "orange-2": "mix(color(~`colorPalette('@{orange-base}', 7) `), @component-background, 25%)",
82 "orange-3": "mix(@orange-base, @component-background, 30%)",
83 "orange-4": "mix(@orange-base, @component-background, 45%)",
84 "orange-5": "mix(@orange-base, @component-background, 65%)",
85 "orange-6": "mix(@orange-base, @component-background, 85%)",
86 "orange-7": "mix(color(~`colorPalette('@{orange-base}', 5) `), @component-background, 90%)",
87 "orange-8": "mix(color(~`colorPalette('@{orange-base}', 4) `), @component-background, 95%)",
88 "orange-9": "mix(color(~`colorPalette('@{orange-base}', 3) `), @component-background, 97%)",
89 "orange-10": "mix(color(~`colorPalette('@{orange-base}', 2) `), @component-background, 98%)",
90 "yellow-base": "#fadb14",
91 "yellow-1": "mix(color(~`colorPalette('@{yellow-base}', 8) `), @component-background, 15%)",
92 "yellow-2": "mix(color(~`colorPalette('@{yellow-base}', 7) `), @component-background, 25%)",
93 "yellow-3": "mix(@yellow-base, @component-background, 30%)",
94 "yellow-4": "mix(@yellow-base, @component-background, 45%)",
95 "yellow-5": "mix(@yellow-base, @component-background, 65%)",
96 "yellow-6": "mix(@yellow-base, @component-background, 85%)",
97 "yellow-7": "mix(color(~`colorPalette('@{yellow-base}', 5) `), @component-background, 90%)",
98 "yellow-8": "mix(color(~`colorPalette('@{yellow-base}', 4) `), @component-background, 95%)",
99 "yellow-9": "mix(color(~`colorPalette('@{yellow-base}', 3) `), @component-background, 97%)",
100 "yellow-10": "mix(color(~`colorPalette('@{yellow-base}', 2) `), @component-background, 98%)",
101 "volcano-base": "#fa541c",
102 "volcano-1": "mix(color(~`colorPalette('@{volcano-base}', 8) `), @component-background, 15%)",
103 "volcano-2": "mix(color(~`colorPalette('@{volcano-base}', 7) `), @component-background, 25%)",
104 "volcano-3": "mix(@volcano-base, @component-background, 30%)",
105 "volcano-4": "mix(@volcano-base, @component-background, 45%)",
106 "volcano-5": "mix(@volcano-base, @component-background, 65%)",
107 "volcano-6": "mix(@volcano-base, @component-background, 85%)",
108 "volcano-7": "mix(color(~`colorPalette('@{volcano-base}', 5) `), @component-background, 90%)",
109 "volcano-8": "mix(color(~`colorPalette('@{volcano-base}', 4) `), @component-background, 95%)",
110 "volcano-9": "mix(color(~`colorPalette('@{volcano-base}', 3) `), @component-background, 97%)",
111 "volcano-10": "mix(color(~`colorPalette('@{volcano-base}', 2) `), @component-background, 98%)",
112 "geekblue-base": "#2f54eb",
113 "geekblue-1": "mix(color(~`colorPalette('@{geekblue-base}', 8) `), @component-background, 15%)",
114 "geekblue-2": "mix(color(~`colorPalette('@{geekblue-base}', 7) `), @component-background, 25%)",
115 "geekblue-3": "mix(@geekblue-base, @component-background, 30%)",
116 "geekblue-4": "mix(@geekblue-base, @component-background, 45%)",
117 "geekblue-5": "mix(@geekblue-base, @component-background, 65%)",
118 "geekblue-6": "mix(@geekblue-base, @component-background, 85%)",
119 "geekblue-7": "mix(color(~`colorPalette('@{geekblue-base}', 5) `), @component-background, 90%)",
120 "geekblue-8": "mix(color(~`colorPalette('@{geekblue-base}', 4) `), @component-background, 95%)",
121 "geekblue-9": "mix(color(~`colorPalette('@{geekblue-base}', 3) `), @component-background, 97%)",
122 "geekblue-10": "mix(color(~`colorPalette('@{geekblue-base}', 2) `), @component-background, 98%)",
123 "lime-base": "#a0d911",
124 "lime-1": "mix(color(~`colorPalette('@{lime-base}', 8) `), @component-background, 15%)",
125 "lime-2": "mix(color(~`colorPalette('@{lime-base}', 7) `), @component-background, 25%)",
126 "lime-3": "mix(@lime-base, @component-background, 30%)",
127 "lime-4": "mix(@lime-base, @component-background, 45%)",
128 "lime-5": "mix(@lime-base, @component-background, 65%)",
129 "lime-6": "mix(@lime-base, @component-background, 85%)",
130 "lime-7": "mix(color(~`colorPalette('@{lime-base}', 5) `), @component-background, 90%)",
131 "lime-8": "mix(color(~`colorPalette('@{lime-base}', 4) `), @component-background, 95%)",
132 "lime-9": "mix(color(~`colorPalette('@{lime-base}', 3) `), @component-background, 97%)",
133 "lime-10": "mix(color(~`colorPalette('@{lime-base}', 2) `), @component-background, 98%)",
134 "gold-base": "#faad14",
135 "gold-1": "mix(color(~`colorPalette('@{gold-base}', 8) `), @component-background, 15%)",
136 "gold-2": "mix(color(~`colorPalette('@{gold-base}', 7) `), @component-background, 25%)",
137 "gold-3": "mix(@gold-base, @component-background, 30%)",
138 "gold-4": "mix(@gold-base, @component-background, 45%)",
139 "gold-5": "mix(@gold-base, @component-background, 65%)",
140 "gold-6": "mix(@gold-base, @component-background, 85%)",
141 "gold-7": "mix(color(~`colorPalette('@{gold-base}', 5) `), @component-background, 90%)",
142 "gold-8": "mix(color(~`colorPalette('@{gold-base}', 4) `), @component-background, 95%)",
143 "gold-9": "mix(color(~`colorPalette('@{gold-base}', 3) `), @component-background, 97%)",
144 "gold-10": "mix(color(~`colorPalette('@{gold-base}', 2) `), @component-background, 98%)",
145 "preset-colors": "pink, magenta, red, volcano, orange, yellow, gold, cyan, lime, green, blue, geekblue,\n purple",
146 "theme": "dark",
147 "ant-prefix": "ant",
148 "html-selector": "html",
149 "primary-color": "@blue-6",
150 "info-color": "@blue-6",
151 "success-color": "@green-6",
152 "processing-color": "@blue-6",
153 "error-color": "@red-5",
154 "highlight-color": "@red-5",
155 "warning-color": "@gold-6",
156 "normal-color": "#d9d9d9",
157 "white": "#fff",
158 "black": "#000",
159 "primary-1": "mix(color(~`colorPalette('@{primary-color}', 8) `), @component-background, 15%)",
160 "primary-2": "mix(color(~`colorPalette('@{primary-color}', 7) `), @component-background, 25%)",
161 "primary-3": "mix(@primary-color, @component-background, 30%)",
162 "primary-4": "mix(@primary-color, @component-background, 45%)",
163 "primary-5": "mix(@primary-color, @component-background, 65%)",
164 "primary-6": "@primary-color",
165 "primary-7": "mix(color(~`colorPalette('@{primary-color}', 5) `), @component-background, 90%)",
166 "primary-8": "mix(color(~`colorPalette('@{primary-color}', 4) `), @component-background, 95%)",
167 "primary-9": "mix(color(~`colorPalette('@{primary-color}', 3) `), @component-background, 97%)",
168 "primary-10": "mix(color(~`colorPalette('@{primary-color}', 2) `), @component-background, 98%)",
169 "body-background": "@black",
170 "component-background": "#141414",
171 "popover-background": "#1f1f1f",
172 "popover-customize-border-color": "#3a3a3a",
173 "font-family": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,\n 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',\n 'Noto Color Emoji'",
174 "code-family": "'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace",
175 "text-color": "fade(@white, 65%)",
176 "text-color-secondary": "fade(@white, 45%)",
177 "text-color-inverse": "@white",
178 "icon-color": "inherit",
179 "icon-color-hover": "fade(@white, 75%)",
180 "heading-color": "fade(@white, 85%)",
181 "heading-color-dark": "fade(@white, 100%)",
182 "text-color-dark": "fade(@white, 85%)",
183 "text-color-secondary-dark": "fade(@white, 65%)",
184 "text-selection-bg": "@primary-color",
185 "font-variant-base": "tabular-nums",
186 "font-feature-settings-base": "tnum",
187 "font-size-base": "14px",
188 "font-size-lg": "@font-size-base + 2px",
189 "font-size-sm": "12px",
190 "heading-1-size": "ceil(@font-size-base * 2.71)",
191 "heading-2-size": "ceil(@font-size-base * 2.14)",
192 "heading-3-size": "ceil(@font-size-base * 1.71)",
193 "heading-4-size": "ceil(@font-size-base * 1.42)",
194 "line-height-base": "1.5715",
195 "border-radius-base": "2px",
196 "border-radius-sm": "@border-radius-base",
197 "padding-lg": "24px",
198 "padding-md": "16px",
199 "padding-sm": "12px",
200 "padding-xs": "8px",
201 "padding-xss": "4px",
202 "control-padding-horizontal": "@padding-sm",
203 "control-padding-horizontal-sm": "@padding-xs",
204 "margin-lg": "24px",
205 "margin-md": "16px",
206 "margin-sm": "12px",
207 "margin-xs": "8px",
208 "margin-xss": "4px",
209 "height-base": "32px",
210 "height-lg": "40px",
211 "height-sm": "24px",
212 "item-active-bg": "@primary-1",
213 "item-hover-bg": "fade(@white, 8%)",
214 "iconfont-css-prefix": "anticon",
215 "link-color": "@primary-color",
216 "link-hover-color": "@primary-5",
217 "link-active-color": "@primary-7",
218 "link-decoration": "none",
219 "link-hover-decoration": "none",
220 "link-focus-decoration": "none",
221 "link-focus-outline": "0",
222 "ease-base-out": "cubic-bezier(0.7, 0.3, 0.1, 1)",
223 "ease-base-in": "cubic-bezier(0.9, 0, 0.3, 0.7)",
224 "ease-out": "cubic-bezier(0.215, 0.61, 0.355, 1)",
225 "ease-in": "cubic-bezier(0.55, 0.055, 0.675, 0.19)",
226 "ease-in-out": "cubic-bezier(0.645, 0.045, 0.355, 1)",
227 "ease-out-back": "cubic-bezier(0.12, 0.4, 0.29, 1.46)",
228 "ease-in-back": "cubic-bezier(0.71, -0.46, 0.88, 0.6)",
229 "ease-in-out-back": "cubic-bezier(0.71, -0.46, 0.29, 1.46)",
230 "ease-out-circ": "cubic-bezier(0.08, 0.82, 0.17, 1)",
231 "ease-in-circ": "cubic-bezier(0.6, 0.04, 0.98, 0.34)",
232 "ease-in-out-circ": "cubic-bezier(0.78, 0.14, 0.15, 0.86)",
233 "ease-out-quint": "cubic-bezier(0.23, 1, 0.32, 1)",
234 "ease-in-quint": "cubic-bezier(0.755, 0.05, 0.855, 0.06)",
235 "ease-in-out-quint": "cubic-bezier(0.86, 0, 0.07, 1)",
236 "border-color-base": "#434343",
237 "border-color-split": "#303030",
238 "border-color-inverse": "@white",
239 "border-width-base": "1px",
240 "border-style-base": "solid",
241 "outline-blur-size": "0",
242 "outline-width": "2px",
243 "outline-color": "@primary-color",
244 "outline-fade": "20%",
245 "background-color-light": "fade(@white, 4%)",
246 "background-color-base": "fade(@white, 8%)",
247 "disabled-color": "fade(@white, 30%)",
248 "disabled-bg": "@background-color-base",
249 "disabled-color-dark": "fade(@white, 30%)",
250 "shadow-color": "rgba(0, 0, 0, 0.45)",
251 "shadow-color-inverse": "@component-background",
252 "box-shadow-base": "@shadow-2",
253 "shadow-1-up": "0 -6px 16px -8px rgba(0, 0, 0, 0.32), 0 -9px 28px 0 rgba(0, 0, 0, 0.2),\n 0 -12px 48px 16px rgba(0, 0, 0, 0.12)",
254 "shadow-1-down": "0 6px 16px -8px rgba(0, 0, 0, 0.32), 0 9px 28px 0 rgba(0, 0, 0, 0.2),\n 0 12px 48px 16px rgba(0, 0, 0, 0.12)",
255 "shadow-1-left": "-6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05),\n -12px 0 48px 16px rgba(0, 0, 0, 0.03)",
256 "shadow-1-right": "6px 0 16px -8px rgba(0, 0, 0, 0.32), 9px 0 28px 0 rgba(0, 0, 0, 0.2),\n 12px 0 48px 16px rgba(0, 0, 0, 0.12)",
257 "shadow-2": "0 3px 6px -4px rgba(0, 0, 0, 0.48), 0 6px 16px 0 rgba(0, 0, 0, 0.32),\n 0 9px 28px 8px rgba(0, 0, 0, 0.2)",
258 "btn-font-weight": "400",
259 "btn-border-radius-base": "@border-radius-base",
260 "btn-border-radius-sm": "@border-radius-base",
261 "btn-border-width": "@border-width-base",
262 "btn-border-style": "@border-style-base",
263 "btn-shadow": "0 2px 0 rgba(0, 0, 0, 0.015)",
264 "btn-primary-shadow": "0 2px 0 rgba(0, 0, 0, 0.045)",
265 "btn-text-shadow": "0 -1px 0 rgba(0, 0, 0, 0.12)",
266 "btn-primary-color": "#fff",
267 "btn-primary-bg": "@primary-color",
268 "btn-default-color": "@text-color",
269 "btn-default-bg": "transparent",
270 "btn-default-border": "@border-color-base",
271 "btn-danger-color": "#fff",
272 "btn-danger-bg": "@error-color",
273 "btn-danger-border": "@error-color",
274 "btn-disable-color": "@disabled-color",
275 "btn-disable-bg": "@disabled-bg",
276 "btn-disable-border": "@border-color-base",
277 "btn-default-ghost-color": "@text-color",
278 "btn-default-ghost-bg": "transparent",
279 "btn-default-ghost-border": "fade(@white, 25%)",
280 "btn-font-size-lg": "@font-size-lg",
281 "btn-font-size-sm": "@font-size-base",
282 "btn-padding-horizontal-base": "@padding-md - 1px",
283 "btn-padding-horizontal-lg": "@btn-padding-horizontal-base",
284 "btn-padding-horizontal-sm": "@padding-xs - 1px",
285 "btn-height-base": "@height-base",
286 "btn-height-lg": "@height-lg",
287 "btn-height-sm": "@height-sm",
288 "btn-circle-size": "@btn-height-base",
289 "btn-circle-size-lg": "@btn-height-lg",
290 "btn-circle-size-sm": "@btn-height-sm",
291 "btn-square-size": "@btn-height-base",
292 "btn-square-size-lg": "@btn-height-lg",
293 "btn-square-size-sm": "@btn-height-sm",
294 "btn-square-only-icon-size": "@font-size-base + 2px",
295 "btn-square-only-icon-size-sm": "@font-size-base",
296 "btn-square-only-icon-size-lg": "@btn-font-size-lg + 2px",
297 "btn-group-border": "@primary-5",
298 "btn-link-ghost-color": "@text-color",
299 "checkbox-size": "16px",
300 "checkbox-color": "@primary-color",
301 "checkbox-check-color": "#fff",
302 "checkbox-check-bg": "transparent",
303 "checkbox-border-width": "@border-width-base",
304 "descriptions-bg": "@background-color-light",
305 "descriptions-title-margin-bottom": "20px",
306 "descriptions-default-padding": "@padding-md @padding-lg",
307 "descriptions-middle-padding": "@padding-sm @padding-lg",
308 "descriptions-small-padding": "@padding-xs @padding-md",
309 "dropdown-selected-color": "@primary-color",
310 "dropdown-menu-submenu-disabled-bg": "transparent",
311 "empty-font-size": "@font-size-base",
312 "radio-size": "16px",
313 "radio-dot-color": "@primary-color",
314 "radio-dot-disabled-color": "fade(@white, 20%)",
315 "radtio-solid-checked-color": "@white",
316 "radio-button-bg": "@btn-default-bg",
317 "radio-button-checked-bg": "@btn-default-bg",
318 "radio-button-color": "@btn-default-color",
319 "radio-button-hover-color": "@primary-5",
320 "radio-button-active-color": "@primary-7",
321 "radio-disabled-button-checked-bg": "fade(@white, 20%)",
322 "radio-disabled-button-checked-color": "@black",
323 "screen-xs": "480px",
324 "screen-xs-min": "@screen-xs",
325 "screen-sm": "576px",
326 "screen-sm-min": "@screen-sm",
327 "screen-md": "768px",
328 "screen-md-min": "@screen-md",
329 "screen-lg": "992px",
330 "screen-lg-min": "@screen-lg",
331 "screen-xl": "1200px",
332 "screen-xl-min": "@screen-xl",
333 "screen-xxl": "1600px",
334 "screen-xxl-min": "@screen-xxl",
335 "screen-xs-max": "(@screen-sm-min - 1px)",
336 "screen-sm-max": "(@screen-md-min - 1px)",
337 "screen-md-max": "(@screen-lg-min - 1px)",
338 "screen-lg-max": "(@screen-xl-min - 1px)",
339 "screen-xl-max": "(@screen-xxl-min - 1px)",
340 "grid-columns": "24",
341 "grid-gutter-width": "0",
342 "layout-body-background": "@body-background",
343 "layout-header-background": "@popover-background",
344 "layout-header-height": "64px",
345 "layout-header-padding": "0 50px",
346 "layout-header-color": "@text-color",
347 "layout-footer-padding": "24px 50px",
348 "layout-footer-background": "@layout-body-background",
349 "layout-sider-background": "@layout-header-background",
350 "layout-trigger-height": "48px",
351 "layout-trigger-background": "#262626",
352 "layout-trigger-color": "#fff",
353 "layout-zero-trigger-width": "36px",
354 "layout-zero-trigger-height": "42px",
355 "layout-sider-background-light": "#fff",
356 "layout-trigger-background-light": "#fff",
357 "layout-trigger-color-light": "@text-color",
358 "zindex-badge": "auto",
359 "zindex-table-fixed": "auto",
360 "zindex-affix": "10",
361 "zindex-back-top": "10",
362 "zindex-picker-panel": "10",
363 "zindex-popup-close": "10",
364 "zindex-modal": "1000",
365 "zindex-modal-mask": "1000",
366 "zindex-message": "1010",
367 "zindex-notification": "1010",
368 "zindex-popover": "1030",
369 "zindex-dropdown": "1050",
370 "zindex-picker": "1050",
371 "zindex-tooltip": "1060",
372 "animation-duration-slow": "0.3s",
373 "animation-duration-base": "0.2s",
374 "animation-duration-fast": "0.1s",
375 "collapse-panel-border-radius": "@border-radius-base",
376 "dropdown-menu-bg": "@popover-background",
377 "dropdown-vertical-padding": "5px",
378 "dropdown-edge-child-vertical-padding": "4px",
379 "dropdown-font-size": "@font-size-base",
380 "dropdown-line-height": "22px",
381 "label-required-color": "@highlight-color",
382 "label-color": "@heading-color",
383 "form-warning-input-bg": "@input-bg",
384 "form-item-margin-bottom": "24px",
385 "form-item-trailing-colon": "true",
386 "form-vertical-label-padding": "0 0 8px",
387 "form-vertical-label-margin": "0",
388 "form-item-label-font-size": "@font-size-base",
389 "form-item-label-height": "@input-height-base",
390 "form-item-label-colon-margin-right": "8px",
391 "form-item-label-colon-margin-left": "2px",
392 "form-error-input-bg": "@input-bg",
393 "input-height-base": "@height-base",
394 "input-height-lg": "@height-lg",
395 "input-height-sm": "@height-sm",
396 "input-padding-horizontal": "@control-padding-horizontal - 1px",
397 "input-padding-horizontal-base": "@input-padding-horizontal",
398 "input-padding-horizontal-sm": "@control-padding-horizontal-sm - 1px",
399 "input-padding-horizontal-lg": "@input-padding-horizontal",
400 "input-padding-vertical-base": "max(\n round((@input-height-base - @font-size-base * @line-height-base) / 2 * 10) / 10 -\n @border-width-base,\n 3px\n)",
401 "input-padding-vertical-sm": "max(\n round((@input-height-sm - @font-size-base * @line-height-base) / 2 * 10) / 10 - @border-width-base,\n 0\n)",
402 "input-padding-vertical-lg": "ceil((@input-height-lg - @font-size-lg * @line-height-base) / 2 * 10) /\n 10 - @border-width-base",
403 "input-placeholder-color": "fade(@white, 30%)",
404 "input-color": "@text-color",
405 "input-icon-color": "fade(@white, 30%)",
406 "input-border-color": "@border-color-base",
407 "input-bg": "transparent",
408 "input-number-hover-border-color": "@input-hover-border-color",
409 "input-number-handler-active-bg": "@item-hover-bg",
410 "input-number-handler-hover-bg": "@primary-5",
411 "input-number-handler-bg": "transparent",
412 "input-number-handler-border-color": "@border-color-base",
413 "input-addon-bg": "@background-color-light",
414 "input-hover-border-color": "@primary-5",
415 "input-disabled-bg": "@disabled-bg",
416 "input-outline-offset": "0 0",
417 "input-icon-hover-color": "fade(@white, 85%)",
418 "mentions-dropdown-bg": "@popover-background",
419 "mentions-dropdown-menu-item-hover-bg": "@mentions-dropdown-bg",
420 "select-border-color": "@border-color-base",
421 "select-item-selected-font-weight": "600",
422 "select-dropdown-bg": "@popover-background",
423 "select-item-selected-bg": "@primary-1",
424 "select-item-active-bg": "@item-hover-bg",
425 "select-dropdown-vertical-padding": "@dropdown-vertical-padding",
426 "select-dropdown-font-size": "@dropdown-font-size",
427 "select-dropdown-line-height": "@dropdown-line-height",
428 "select-dropdown-height": "32px",
429 "select-background": "transparent",
430 "select-clear-background": "@component-background",
431 "select-selection-item-bg": "fade(@white, 8)",
432 "select-selection-item-border-color": "@border-color-split",
433 "select-single-item-height-lg": "40px",
434 "select-multiple-item-height": "@input-height-base - @input-padding-vertical-base * 2",
435 "select-multiple-item-height-lg": "32px",
436 "select-multiple-item-spacing-half": "ceil(@input-padding-vertical-base / 2)",
437 "cascader-bg": "transparent",
438 "cascader-item-selected-bg": "@primary-1",
439 "cascader-menu-bg": "@popover-background",
440 "cascader-menu-border-color-split": "@border-color-split",
441 "cascader-dropdown-vertical-padding": "@dropdown-vertical-padding",
442 "cascader-dropdown-edge-child-vertical-padding": "@dropdown-edge-child-vertical-padding",
443 "cascader-dropdown-font-size": "@dropdown-font-size",
444 "cascader-dropdown-line-height": "@dropdown-line-height",
445 "anchor-bg": "@component-background",
446 "anchor-border-color": "@border-color-split",
447 "tooltip-max-width": "250px",
448 "tooltip-color": "#fff",
449 "tooltip-bg": "#434343",
450 "tooltip-arrow-width": "5px",
451 "tooltip-distance": "@tooltip-arrow-width - 1px + 4px",
452 "tooltip-arrow-color": "@tooltip-bg",
453 "popover-bg": "@popover-background",
454 "popover-color": "@text-color",
455 "popover-min-width": "177px",
456 "popover-min-height": "32px",
457 "popover-arrow-width": "6px",
458 "popover-arrow-color": "@popover-bg",
459 "popover-arrow-outer-color": "@popover-bg",
460 "popover-distance": "@popover-arrow-width + 4px",
461 "popover-padding-horizontal": "@padding-md",
462 "modal-body-padding": "@padding-lg",
463 "modal-header-bg": "@popover-background",
464 "modal-header-padding": "@padding-md @padding-lg",
465 "modal-header-border-color-split": "@border-color-split",
466 "modal-header-close-size": "56px",
467 "modal-content-bg": "@popover-background",
468 "modal-heading-color": "@heading-color",
469 "modal-footer-bg": "transparent",
470 "modal-footer-border-color-split": "@border-color-split",
471 "modal-footer-padding-vertical": "10px",
472 "modal-footer-padding-horizontal": "16px",
473 "modal-mask-bg": "fade(@black, 45%)",
474 "modal-confirm-body-padding": "32px 32px 24px",
475 "progress-default-color": "@processing-color",
476 "progress-remaining-color": "@background-color-base",
477 "progress-text-color": "@text-color",
478 "progress-radius": "100px",
479 "progress-steps-item-bg": "fade(@white, 8%)",
480 "menu-inline-toplevel-item-height": "40px",
481 "menu-item-height": "40px",
482 "menu-item-group-height": "@line-height-base",
483 "menu-collapsed-width": "80px",
484 "menu-bg": "@component-background",
485 "menu-popup-bg": "@popover-background",
486 "menu-item-color": "@text-color",
487 "menu-highlight-color": "@primary-color",
488 "menu-item-active-bg": "@primary-1",
489 "menu-item-active-border-width": "3px",
490 "menu-item-group-title-color": "@text-color-secondary",
491 "menu-icon-size": "@font-size-base",
492 "menu-icon-size-lg": "@font-size-lg",
493 "menu-item-vertical-margin": "4px",
494 "menu-item-font-size": "@font-size-base",
495 "menu-item-boundary-margin": "8px",
496 "menu-dark-color": "@text-color-secondary-dark",
497 "menu-dark-bg": "@popover-background",
498 "menu-dark-arrow-color": "#fff",
499 "menu-dark-submenu-bg": "@component-background",
500 "menu-dark-highlight-color": "#fff",
501 "menu-dark-item-active-bg": "@primary-color",
502 "menu-dark-selected-item-icon-color": "@white",
503 "menu-dark-selected-item-text-color": "@white",
504 "menu-dark-item-hover-bg": "transparent",
505 "spin-dot-size-sm": "14px",
506 "spin-dot-size": "20px",
507 "spin-dot-size-lg": "32px",
508 "table-bg": "@component-background",
509 "table-header-bg": "#1d1d1d",
510 "table-header-color": "@heading-color",
511 "table-header-sort-bg": "#262626",
512 "table-body-sort-bg": "fade(@white, 1%)",
513 "table-row-hover-bg": "#262626",
514 "table-selected-row-color": "inherit",
515 "table-selected-row-bg": "@primary-1",
516 "table-body-selected-sort-bg": "@table-selected-row-bg",
517 "table-selected-row-hover-bg": "@table-selected-row-bg",
518 "table-expanded-row-bg": "@table-header-bg",
519 "table-padding-vertical": "16px",
520 "table-padding-horizontal": "16px",
521 "table-padding-vertical-md": "@table-padding-vertical * 3 / 4",
522 "table-padding-horizontal-md": "@table-padding-horizontal / 2",
523 "table-padding-vertical-sm": "@table-padding-vertical / 2",
524 "table-padding-horizontal-sm": "@table-padding-horizontal / 2",
525 "table-border-radius-base": "@border-radius-base",
526 "table-footer-bg": "@background-color-light",
527 "table-footer-color": "@heading-color",
528 "table-header-bg-sm": "@table-header-bg",
529 "table-header-sort-active-bg": "#303030",
530 "table-header-filter-active-bg": "#434343",
531 "table-filter-btns-bg": "@popover-background",
532 "table-filter-dropdown-bg": "@popover-background",
533 "table-expand-icon-bg": "transparent",
534 "tag-default-bg": "@background-color-light",
535 "tag-default-color": "@text-color",
536 "tag-font-size": "@font-size-sm",
537 "picker-bg": "transparent",
538 "picker-basic-cell-hover-color": "@item-hover-bg",
539 "picker-basic-cell-active-with-range-color": "@primary-1",
540 "picker-basic-cell-hover-with-range-color": "darken(@primary-color, 35%)",
541 "picker-basic-cell-disabled-bg": "#303030",
542 "picker-border-color": "@border-color-split",
543 "picker-date-hover-range-border-color": "darken(@primary-color, 20%)",
544 "picker-date-hover-range-color": "@picker-basic-cell-hover-with-range-color",
545 "picker-time-panel-cell-height": "28px",
546 "calendar-bg": "@popover-background",
547 "calendar-input-bg": "@calendar-bg",
548 "calendar-border-color": "transparent",
549 "calendar-item-active-bg": "@item-active-bg",
550 "calendar-full-bg": "@component-background",
551 "calendar-full-panel-bg": "@calendar-full-bg",
552 "carousel-dot-width": "16px",
553 "carousel-dot-height": "3px",
554 "carousel-dot-active-width": "24px",
555 "badge-height": "20px",
556 "badge-dot-size": "6px",
557 "badge-font-size": "@font-size-sm",
558 "badge-font-weight": "normal",
559 "badge-status-size": "6px",
560 "badge-text-color": "@white",
561 "rate-star-color": "@yellow-6",
562 "rate-star-bg": "fade(@white, 12%)",
563 "card-head-color": "@heading-color",
564 "card-head-background": "transparent",
565 "card-head-font-size": "@font-size-lg",
566 "card-head-font-size-sm": "@font-size-base",
567 "card-head-padding": "16px",
568 "card-head-padding-sm": "@card-head-padding / 2",
569 "card-head-height": "48px",
570 "card-head-height-sm": "36px",
571 "card-inner-head-padding": "12px",
572 "card-padding-base": "24px",
573 "card-padding-base-sm": "@card-padding-base / 2",
574 "card-actions-background": "@background-color-light",
575 "card-actions-li-margin": "12px 0",
576 "card-skeleton-bg": "#303030",
577 "card-background": "@component-background",
578 "card-shadow": "0 1px 2px -2px rgba(0, 0, 0, 0.64), 0 3px 6px 0 rgba(0, 0, 0, 0.48),\n 0 5px 12px 4px rgba(0, 0, 0, 0.36)",
579 "card-radius": "@border-radius-base",
580 "card-head-tabs-margin-bottom": "-17px",
581 "comment-bg": "transparent",
582 "comment-padding-base": "@padding-md 0",
583 "comment-nest-indent": "44px",
584 "comment-font-size-base": "@font-size-base",
585 "comment-font-size-sm": "@font-size-sm",
586 "comment-author-name-color": "@text-color-secondary",
587 "comment-author-time-color": "fade(@white, 30%)",
588 "comment-action-color": "@text-color-secondary",
589 "comment-action-hover-color": "fade(@white, 65%)",
590 "comment-actions-margin-bottom": "inherit",
591 "comment-actions-margin-top": "@margin-sm",
592 "comment-content-detail-p-margin-bottom": "inherit",
593 "tabs-card-head-background": "@background-color-light",
594 "tabs-card-height": "40px",
595 "tabs-card-active-color": "@primary-color",
596 "tabs-title-font-size": "@font-size-base",
597 "tabs-title-font-size-lg": "@font-size-lg",
598 "tabs-title-font-size-sm": "@font-size-base",
599 "tabs-ink-bar-color": "@primary-color",
600 "tabs-bar-margin": "0 0 @margin-md 0",
601 "tabs-horizontal-margin": "0 32px 0 0",
602 "tabs-horizontal-margin-rtl": "0 0 0 32px",
603 "tabs-horizontal-padding": "@padding-sm 0",
604 "tabs-horizontal-padding-lg": "@padding-md 0",
605 "tabs-horizontal-padding-sm": "@padding-xs 0",
606 "tabs-vertical-padding": "@padding-xs @padding-lg",
607 "tabs-vertical-margin": "0 0 @margin-md 0",
608 "tabs-scrolling-size": "32px",
609 "tabs-highlight-color": "@primary-color",
610 "tabs-hover-color": "@primary-5",
611 "tabs-active-color": "@primary-7",
612 "tabs-card-gutter": "2px",
613 "tabs-card-tab-active-border-top": "2px solid transparent",
614 "back-top-color": "#fff",
615 "back-top-bg": "@text-color-secondary",
616 "back-top-hover-bg": "@text-color",
617 "avatar-size-base": "32px",
618 "avatar-size-lg": "40px",
619 "avatar-size-sm": "24px",
620 "avatar-font-size-base": "18px",
621 "avatar-font-size-lg": "24px",
622 "avatar-font-size-sm": "14px",
623 "avatar-bg": "fade(@white, 30%)",
624 "avatar-color": "#fff",
625 "avatar-border-radius": "@border-radius-base",
626 "switch-height": "22px",
627 "switch-sm-height": "16px",
628 "switch-min-width": "44px",
629 "switch-sm-min-width": "28px",
630 "switch-sm-checked-margin-left": "-(@switch-sm-height - 3px)",
631 "switch-disabled-opacity": "0.4",
632 "switch-color": "@primary-color",
633 "switch-bg": "@white",
634 "switch-shadow-color": "fade(#00230b, 20%)",
635 "pagination-item-bg": "transparent",
636 "pagination-item-size": "@height-base",
637 "pagination-item-size-sm": "24px",
638 "pagination-font-family": "Arial",
639 "pagination-font-weight-active": "500",
640 "pagination-item-bg-active": "transparent",
641 "pagination-item-link-bg": "transparent",
642 "pagination-item-disabled-color-active": "@black",
643 "pagination-item-disabled-bg-active": "fade(@white, 25%)",
644 "pagination-item-input-bg": "@pagination-item-bg",
645 "pagination-mini-options-size-changer-top": "0px",
646 "page-header-padding": "@padding-lg",
647 "page-header-padding-vertical": "@padding-md",
648 "page-header-padding-breadcrumb": "@padding-sm",
649 "page-header-content-padding-vertical": "@padding-sm",
650 "page-header-back-color": "@icon-color",
651 "page-header-ghost-bg": "transparent",
652 "breadcrumb-base-color": "@text-color-secondary",
653 "breadcrumb-last-item-color": "@text-color",
654 "breadcrumb-font-size": "@font-size-base",
655 "breadcrumb-icon-font-size": "@font-size-base",
656 "breadcrumb-link-color": "@text-color-secondary",
657 "breadcrumb-link-color-hover": "@primary-5",
658 "breadcrumb-separator-color": "@text-color-secondary",
659 "breadcrumb-separator-margin": "0 @padding-xs",
660 "slider-margin": "10px 6px 10px",
661 "slider-rail-background-color": "#262626",
662 "slider-rail-background-color-hover": "@border-color-base",
663 "slider-track-background-color": "@primary-3",
664 "slider-track-background-color-hover": "@primary-4",
665 "slider-handle-border-width": "2px",
666 "slider-handle-background-color": "@component-background",
667 "slider-handle-color": "@primary-3",
668 "slider-handle-color-hover": "@primary-4",
669 "slider-handle-color-focus": "tint(@primary-color, 20%)",
670 "slider-handle-color-focus-shadow": "fade(@primary-color, 12%)",
671 "slider-handle-color-tooltip-open": "@primary-color",
672 "slider-handle-shadow": "0",
673 "slider-dot-border-color": "@border-color-split",
674 "slider-dot-border-color-active": "@primary-4",
675 "slider-disabled-color": "@disabled-color",
676 "slider-disabled-background-color": "@component-background",
677 "tree-bg": "transparent",
678 "tree-title-height": "24px",
679 "tree-child-padding": "18px",
680 "tree-directory-selected-color": "#fff",
681 "tree-directory-selected-bg": "@primary-color",
682 "tree-node-hover-bg": "@item-hover-bg",
683 "tree-node-selected-bg": "@primary-2",
684 "collapse-header-padding": "@padding-sm @padding-md",
685 "collapse-header-padding-extra": "40px",
686 "collapse-header-bg": "@background-color-light",
687 "collapse-content-padding": "@padding-md",
688 "collapse-content-bg": "@component-background",
689 "skeleton-color": "#303030",
690 "skeleton-to-color": "fade(@white, 16%)",
691 "skeleton-paragraph-margin-top": "28px",
692 "skeleton-paragraph-li-margin-top": "@margin-md",
693 "transfer-header-height": "40px",
694 "transfer-item-height": "@height-base",
695 "transfer-disabled-bg": "@disabled-bg",
696 "transfer-list-height": "200px",
697 "transfer-item-hover-bg": "#262626",
698 "transfer-item-padding-vertical": "6px",
699 "transfer-list-search-icon-top": "12px",
700 "message-notice-content-padding": "10px 16px",
701 "message-notice-content-bg": "@popover-background",
702 "wave-animation-width": "6px",
703 "alert-success-border-color": "@green-3",
704 "alert-success-bg-color": "@green-1",
705 "alert-success-icon-color": "@success-color",
706 "alert-info-border-color": "@primary-3",
707 "alert-info-bg-color": "@primary-1",
708 "alert-info-icon-color": "@info-color",
709 "alert-warning-border-color": "@gold-3",
710 "alert-warning-bg-color": "@gold-1",
711 "alert-warning-icon-color": "@warning-color",
712 "alert-error-border-color": "@red-3",
713 "alert-error-bg-color": "@red-1",
714 "alert-error-icon-color": "@error-color",
715 "alert-message-color": "@heading-color",
716 "alert-text-color": "@text-color",
717 "alert-close-color": "@text-color-secondary",
718 "alert-close-hover-color": "@icon-color-hover",
719 "alert-no-icon-padding-vertical": "@padding-xs",
720 "alert-with-description-no-icon-padding-vertical": "@padding-md - 1px",
721 "list-header-background": "transparent",
722 "list-footer-background": "transparent",
723 "list-empty-text-padding": "@padding-md",
724 "list-item-padding": "@padding-sm 0",
725 "list-item-padding-sm": "@padding-xs @padding-md",
726 "list-item-padding-lg": "16px 24px",
727 "list-item-meta-margin-bottom": "@padding-md",
728 "list-item-meta-avatar-margin-right": "@padding-md",
729 "list-item-meta-title-margin-bottom": "@padding-sm",
730 "list-customize-card-bg": "transparent",
731 "list-item-meta-description-font-size": "@font-size-base",
732 "statistic-title-font-size": "@font-size-base",
733 "statistic-content-font-size": "24px",
734 "statistic-unit-font-size": "16px",
735 "statistic-font-family": "@font-family",
736 "drawer-header-padding": "@padding-md @padding-lg",
737 "drawer-body-padding": "@padding-lg",
738 "drawer-bg": "@popover-background",
739 "drawer-footer-padding-vertical": "@modal-footer-padding-vertical",
740 "drawer-footer-padding-horizontal": "@modal-footer-padding-horizontal",
741 "drawer-header-close-size": "56px",
742 "timeline-width": "2px",
743 "timeline-color": "@border-color-split",
744 "timeline-dot-border-width": "2px",
745 "timeline-dot-color": "@primary-color",
746 "timeline-dot-bg": "@component-background",
747 "timeline-item-padding-bottom": "20px",
748 "typography-title-font-weight": "600",
749 "typography-title-margin-top": "1.2em",
750 "typography-title-margin-bottom": "0.5em",
751 "upload-actions-color": "@text-color-secondary",
752 "process-tail-color": "@border-color-split",
753 "steps-nav-arrow-color": "fade(@white, 20%)",
754 "steps-background": "transparent",
755 "steps-icon-size": "32px",
756 "steps-icon-custom-size": "@steps-icon-size",
757 "steps-icon-custom-top": "0px",
758 "steps-icon-custom-font-size": "24px",
759 "steps-icon-top": "-1px",
760 "steps-icon-font-size": "@font-size-lg",
761 "steps-icon-margin": "0 8px 0 0",
762 "steps-title-line-height": "@height-base",
763 "steps-small-icon-size": "24px",
764 "steps-small-icon-margin": "0 8px 0 0",
765 "steps-dot-size": "8px",
766 "steps-dot-top": "2px",
767 "steps-current-dot-size": "10px",
768 "steps-desciption-max-width": "140px",
769 "steps-nav-content-max-width": "auto",
770 "notification-bg": "@popover-background"
771};
\No newline at end of file