|
11 | 11 | --theme-font-ui-style:"normal"; |
12 | 12 | --theme-black:0,0,0; |
13 | 13 | --theme-white:255,255,255; |
14 | | ---theme-shade-neg-10:25,25,25; |
15 | | ---theme-shade-neg-09:25,25,25; |
16 | | ---theme-shade-neg-08:25,25,25; |
17 | | ---theme-shade-neg-07:25,25,25; |
18 | | ---theme-shade-neg-06:25,25,25; |
19 | | ---theme-shade-neg-05:25,25,25; |
20 | | ---theme-shade-neg-04:25,25,25; |
21 | | ---theme-shade-neg-03:25,25,25; |
22 | | ---theme-shade-neg-02:25,25,25; |
23 | | ---theme-shade-neg-01:25,25,25; |
| 14 | +--theme-shade-negative-10:25,25,25; |
| 15 | +--theme-shade-negative-09:25,25,25; |
| 16 | +--theme-shade-negative-08:25,25,25; |
| 17 | +--theme-shade-negative-07:25,25,25; |
| 18 | +--theme-shade-negative-06:25,25,25; |
| 19 | +--theme-shade-negative-05:25,25,25; |
| 20 | +--theme-shade-negative-04:25,25,25; |
| 21 | +--theme-shade-negative-03:25,25,25; |
| 22 | +--theme-shade-negative-02:25,25,25; |
| 23 | +--theme-shade-negative-01:25,25,25; |
24 | 24 | --theme-shade:25,25,25; |
25 | | ---theme-shade-pos-01:25,25,25; |
26 | | ---theme-shade-pos-02:25,25,25; |
27 | | ---theme-shade-pos-03:25,25,25; |
28 | | ---theme-shade-pos-04:25,25,25; |
29 | | ---theme-shade-pos-05:25,25,25; |
30 | | ---theme-shade-pos-06:25,25,25; |
31 | | ---theme-shade-pos-07:25,25,25; |
32 | | ---theme-shade-pos-08:25,25,25; |
33 | | ---theme-shade-pos-09:25,25,25; |
34 | | ---theme-shade-pos-10:25,25,25; |
| 25 | +--theme-shade-positive-01:25,25,25; |
| 26 | +--theme-shade-positive-02:25,25,25; |
| 27 | +--theme-shade-positive-03:25,25,25; |
| 28 | +--theme-shade-positive-04:25,25,25; |
| 29 | +--theme-shade-positive-05:25,25,25; |
| 30 | +--theme-shade-positive-06:25,25,25; |
| 31 | +--theme-shade-positive-07:25,25,25; |
| 32 | +--theme-shade-positive-08:25,25,25; |
| 33 | +--theme-shade-positive-09:25,25,25; |
| 34 | +--theme-shade-positive-10:25,25,25; |
35 | 35 | --theme-preview-size:6em; |
36 | 36 | --theme-custom-edit-height:2.5em; |
37 | 37 | --theme-shadow:1; |
|
262 | 262 | .is-theme-style-dark{ |
263 | 263 | /* theme */ |
264 | 264 | --theme-color:var(--theme-shade); |
265 | | ---theme-color-01:var(--theme-shade-neg-10); |
266 | | ---theme-color-02:var(--theme-shade-neg-09); |
267 | | ---theme-color-03:var(--theme-shade-neg-08); |
268 | | ---theme-color-04:var(--theme-shade-neg-07); |
269 | | ---theme-color-05:var(--theme-shade-neg-06); |
270 | | ---theme-color-06:var(--theme-shade-neg-05); |
271 | | ---theme-color-07:var(--theme-shade-neg-04); |
272 | | ---theme-color-08:var(--theme-shade-neg-03); |
273 | | ---theme-color-09:var(--theme-shade-neg-02); |
274 | | ---theme-color-10:var(--theme-shade-neg-01); |
275 | | ---theme-color-11:var(--theme-shade-pos-01); |
276 | | ---theme-color-12:var(--theme-shade-pos-02); |
277 | | ---theme-color-13:var(--theme-shade-pos-03); |
278 | | ---theme-color-14:var(--theme-shade-pos-04); |
279 | | ---theme-color-15:var(--theme-shade-pos-05); |
280 | | ---theme-color-16:var(--theme-shade-pos-06); |
281 | | ---theme-color-17:var(--theme-shade-pos-07); |
282 | | ---theme-color-18:var(--theme-shade-pos-08); |
283 | | ---theme-color-19:var(--theme-shade-pos-09); |
284 | | ---theme-color-20:var(--theme-shade-pos-10); |
| 265 | +--theme-color-01:var(--theme-shade-negative-10); |
| 266 | +--theme-color-02:var(--theme-shade-negative-09); |
| 267 | +--theme-color-03:var(--theme-shade-negative-08); |
| 268 | +--theme-color-04:var(--theme-shade-negative-07); |
| 269 | +--theme-color-05:var(--theme-shade-negative-06); |
| 270 | +--theme-color-06:var(--theme-shade-negative-05); |
| 271 | +--theme-color-07:var(--theme-shade-negative-04); |
| 272 | +--theme-color-08:var(--theme-shade-negative-03); |
| 273 | +--theme-color-09:var(--theme-shade-negative-02); |
| 274 | +--theme-color-10:var(--theme-shade-negative-01); |
| 275 | +--theme-color-11:var(--theme-shade-positive-01); |
| 276 | +--theme-color-12:var(--theme-shade-positive-02); |
| 277 | +--theme-color-13:var(--theme-shade-positive-03); |
| 278 | +--theme-color-14:var(--theme-shade-positive-04); |
| 279 | +--theme-color-15:var(--theme-shade-positive-05); |
| 280 | +--theme-color-16:var(--theme-shade-positive-06); |
| 281 | +--theme-color-17:var(--theme-shade-positive-07); |
| 282 | +--theme-color-18:var(--theme-shade-positive-08); |
| 283 | +--theme-color-19:var(--theme-shade-positive-09); |
| 284 | +--theme-color-20:var(--theme-shade-positive-10); |
285 | 285 | --theme-style-text:var(--theme-white); |
286 | 286 | } |
287 | 287 |
|
288 | 288 | .is-theme-style-light{ |
289 | 289 | /* theme */ |
290 | 290 | --theme-color:var(--theme-shade); |
291 | | ---theme-color-01:var(--theme-shade-pos-10); |
292 | | ---theme-color-02:var(--theme-shade-pos-09); |
293 | | ---theme-color-03:var(--theme-shade-pos-08); |
294 | | ---theme-color-04:var(--theme-shade-pos-07); |
295 | | ---theme-color-05:var(--theme-shade-pos-06); |
296 | | ---theme-color-06:var(--theme-shade-pos-05); |
297 | | ---theme-color-07:var(--theme-shade-pos-04); |
298 | | ---theme-color-08:var(--theme-shade-pos-03); |
299 | | ---theme-color-09:var(--theme-shade-pos-02); |
300 | | ---theme-color-10:var(--theme-shade-pos-01); |
301 | | ---theme-color-11:var(--theme-shade-neg-01); |
302 | | ---theme-color-12:var(--theme-shade-neg-02); |
303 | | ---theme-color-13:var(--theme-shade-neg-03); |
304 | | ---theme-color-14:var(--theme-shade-neg-04); |
305 | | ---theme-color-15:var(--theme-shade-neg-05); |
306 | | ---theme-color-16:var(--theme-shade-neg-06); |
307 | | ---theme-color-17:var(--theme-shade-neg-07); |
308 | | ---theme-color-18:var(--theme-shade-neg-08); |
309 | | ---theme-color-19:var(--theme-shade-neg-09); |
310 | | ---theme-color-20:var(--theme-shade-neg-10); |
| 291 | +--theme-color-01:var(--theme-shade-positive-10); |
| 292 | +--theme-color-02:var(--theme-shade-positive-09); |
| 293 | +--theme-color-03:var(--theme-shade-positive-08); |
| 294 | +--theme-color-04:var(--theme-shade-positive-07); |
| 295 | +--theme-color-05:var(--theme-shade-positive-06); |
| 296 | +--theme-color-06:var(--theme-shade-positive-05); |
| 297 | +--theme-color-07:var(--theme-shade-positive-04); |
| 298 | +--theme-color-08:var(--theme-shade-positive-03); |
| 299 | +--theme-color-09:var(--theme-shade-positive-02); |
| 300 | +--theme-color-10:var(--theme-shade-positive-01); |
| 301 | +--theme-color-11:var(--theme-shade-negative-01); |
| 302 | +--theme-color-12:var(--theme-shade-negative-02); |
| 303 | +--theme-color-13:var(--theme-shade-negative-03); |
| 304 | +--theme-color-14:var(--theme-shade-negative-04); |
| 305 | +--theme-color-15:var(--theme-shade-negative-05); |
| 306 | +--theme-color-16:var(--theme-shade-negative-06); |
| 307 | +--theme-color-17:var(--theme-shade-negative-07); |
| 308 | +--theme-color-18:var(--theme-shade-negative-08); |
| 309 | +--theme-color-19:var(--theme-shade-negative-09); |
| 310 | +--theme-color-20:var(--theme-shade-negative-10); |
311 | 311 | --theme-style-text:var(--theme-black); |
312 | 312 | } |
313 | 313 |
|
|
0 commit comments