hexo-theme-gnix 9.0.0 → 10.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (66) hide show
  1. package/README.md +4 -2
  2. package/include/hexo/feed.js +5 -5
  3. package/include/hexo/filter.js +25 -1
  4. package/include/hexo/generator/archive.js +116 -0
  5. package/include/hexo/generator/home.js +64 -0
  6. package/include/hexo/generator/index.js +82 -0
  7. package/include/hexo/generator/md_generator.js +87 -0
  8. package/include/hexo/generator/page.js +55 -0
  9. package/include/hexo/generator/tag.js +84 -0
  10. package/include/hexo/helper.js +38 -0
  11. package/include/hexo/i18n.js +183 -0
  12. package/include/util/article_font.js +132 -0
  13. package/include/util/i18n.js +280 -0
  14. package/include/util/theme.js +84 -0
  15. package/languages/en.yml +28 -0
  16. package/languages/zh-CN.yml +28 -0
  17. package/layout/archive.jsx +131 -127
  18. package/layout/common/article.jsx +283 -16
  19. package/layout/common/article_info.jsx +339 -0
  20. package/layout/common/article_media.jsx +11 -4
  21. package/layout/common/comment.jsx +15 -7
  22. package/layout/common/footer.jsx +6 -5
  23. package/layout/common/head.jsx +121 -32
  24. package/layout/common/navbar.jsx +195 -65
  25. package/layout/common/theme_selector.jsx +16 -14
  26. package/layout/layout.jsx +43 -5
  27. package/layout/misc/open_graph.jsx +162 -66
  28. package/layout/misc/paginator.jsx +2 -8
  29. package/layout/plugin/cookie_consent.jsx +252 -53
  30. package/layout/plugin/swup.jsx +1 -1
  31. package/layout/search/insight.jsx +1 -1
  32. package/layout/tag.jsx +3 -2
  33. package/layout/tags.jsx +81 -73
  34. package/package.json +5 -5
  35. package/scripts/index.js +1 -0
  36. package/source/css/archive.css +225 -180
  37. package/source/css/default.css +1162 -98
  38. package/source/css/responsive.css +426 -0
  39. package/source/css/shiki/shiki.css +12 -2081
  40. package/source/css/tags.css +183 -0
  41. package/source/css/twikoo.css +1049 -1045
  42. package/source/img/favicon.svg +1 -6
  43. package/source/img/og_image.webp +0 -0
  44. package/source/js/article-font-utils.js +99 -0
  45. package/source/js/busuanzi.js +91 -24
  46. package/source/js/components/chat.js +169 -50
  47. package/source/js/components/image-carousel.js +152 -108
  48. package/source/js/components/sidenote.js +210 -0
  49. package/source/js/components/text-image-section.js +78 -90
  50. package/source/js/components/theme-stacked.js +65 -33
  51. package/source/js/components/tree.js +30 -16
  52. package/source/js/decrypt.js +7 -2
  53. package/source/js/main.js +428 -5
  54. package/source/js/swup.js +39 -0
  55. package/source/js/theme-selector.js +26 -16
  56. package/include/hexo/generator.js +0 -53
  57. package/layout/misc/article_licensing.jsx +0 -99
  58. package/source/css/responsive/desktop.css +0 -36
  59. package/source/css/responsive/mobile.css +0 -29
  60. package/source/css/responsive/tablet.css +0 -43
  61. package/source/css/responsive/touch.css +0 -155
  62. package/source/img/logo.svg +0 -9
  63. package/source/js/archive-breadcrumb.js +0 -132
  64. package/source/js/host/cookieconsent/3.1.1/build/cookieconsent.min.css +0 -6
  65. package/source/js/host/cookieconsent/3.1.1/build/cookieconsent.min.js +0 -1
  66. package/source/js/swup.bundle.js +0 -1
@@ -19,6 +19,18 @@ span.tab {
19
19
  color: var(--shiki-tokyo) !important;
20
20
  }
21
21
 
22
+ :is([data-theme="nord"]) code span {
23
+ font-style: var(--shiki-song-font-style) !important;
24
+ font-weight: var(--shiki-song-font-weight) !important;
25
+ color: var(--shiki-song) !important;
26
+ }
27
+
28
+ :is([data-theme="song_ci"]) code span {
29
+ font-style: var(--shiki-song-font-style) !important;
30
+ font-weight: var(--shiki-song-font-weight) !important;
31
+ color: var(--shiki-song) !important;
32
+ }
33
+
22
34
  :is([data-theme="nord_night"]) code span {
23
35
  font-style: var(--shiki-nord-font-style) !important;
24
36
  font-weight: var(--shiki-nord-font-weight) !important;
@@ -273,2084 +285,3 @@ pre.shiki.has-focused > code {
273
285
  opacity: 1;
274
286
  }
275
287
  }
276
-
277
- ._sk_19luiq {
278
- background-color: #eff1f5;
279
- --shiki-dark-bg: #1e1e2e;
280
- --shiki-nord-bg: #2e3440ff;
281
- --shiki-tokyo-bg: #1a1b26;
282
- --shiki-rose-bg: #191724;
283
- color: #4c4f69;
284
- --shiki-dark: #cdd6f4;
285
- --shiki-nord: #d8dee9ff;
286
- --shiki-tokyo: #a9b1d6;
287
- --shiki-rose: #e0def4;
288
- }
289
-
290
- ._sk_m4b9ja {
291
- color: #df8e1d;
292
- --shiki-light-font-weight: inherit;
293
- --shiki-dark: #f9e2af;
294
- --shiki-dark-font-weight: inherit;
295
- --shiki-nord: #5e81ac;
296
- --shiki-nord-font-weight: bold;
297
- --shiki-tokyo: #89ddff;
298
- --shiki-tokyo-font-weight: inherit;
299
- --shiki-rose: #908caa;
300
- --shiki-rose-font-weight: inherit;
301
- }
302
-
303
- ._sk_nbu00m {
304
- color: #df8e1d;
305
- --shiki-dark: #f9e2af;
306
- --shiki-nord: #81a1c1;
307
- --shiki-tokyo: #bb9af7;
308
- --shiki-rose: #31748f;
309
- }
310
-
311
- ._sk_1bfb63 {
312
- color: #1e66f5;
313
- --shiki-light-font-style: italic;
314
- --shiki-dark: #89b4fa;
315
- --shiki-dark-font-style: italic;
316
- --shiki-nord: #88c0d0;
317
- --shiki-nord-font-style: inherit;
318
- --shiki-tokyo: #7aa2f7;
319
- --shiki-tokyo-font-style: inherit;
320
- --shiki-rose: #ebbcba;
321
- --shiki-rose-font-style: inherit;
322
- }
323
-
324
- ._sk_13fpi8 {
325
- color: #40a02b;
326
- --shiki-dark: #a6e3a1;
327
- --shiki-nord: #eceff4;
328
- --shiki-tokyo: #89ddff;
329
- --shiki-rose: #f6c177;
330
- }
331
-
332
- ._sk_1ut6zq {
333
- color: #40a02b;
334
- --shiki-dark: #a6e3a1;
335
- --shiki-nord: #a3be8c;
336
- --shiki-tokyo: #9ece6a;
337
- --shiki-rose: #f6c177;
338
- }
339
-
340
- ._sk_313qq1 {
341
- color: #4c4f69;
342
- --shiki-dark: #cdd6f4;
343
- --shiki-nord: #5e81ac;
344
- --shiki-tokyo: #73daca;
345
- --shiki-rose: #e0def4;
346
- }
347
-
348
- ._sk_1fvyf2 {
349
- color: #d20f39;
350
- --shiki-dark: #f38ba8;
351
- --shiki-nord: #8fbcbb;
352
- --shiki-tokyo: #698cd6;
353
- --shiki-rose: #eb6f9280;
354
- }
355
-
356
- ._sk_18wfda {
357
- color: #4c4f69;
358
- --shiki-dark: #cdd6f4;
359
- --shiki-nord: #d8dee9ff;
360
- --shiki-tokyo: #a9b1d6;
361
- --shiki-rose: #e0def4;
362
- }
363
-
364
- ._sk_26wtkn {
365
- color: #7c7f93;
366
- --shiki-dark: #9399b2;
367
- --shiki-nord: #eceff4;
368
- --shiki-tokyo: #89ddff;
369
- --shiki-rose: #908caa;
370
- }
371
-
372
- ._sk_1n460e {
373
- color: #8839ef;
374
- --shiki-dark: #cba6f7;
375
- --shiki-nord: #81a1c1;
376
- --shiki-tokyo: #f7768e;
377
- --shiki-rose: #31748f;
378
- }
379
-
380
- ._sk_26v0vf {
381
- color: #fe640b;
382
- --shiki-dark: #fab387;
383
- --shiki-nord: #b48ead;
384
- --shiki-tokyo: #ff9e64;
385
- --shiki-rose: #ebbcba;
386
- }
387
-
388
- ._sk_22p9sz {
389
- color: #7c7f93;
390
- --shiki-dark: #9399b2;
391
- --shiki-nord: #81a1c1;
392
- --shiki-tokyo: #89ddff;
393
- --shiki-rose: #908caa;
394
- }
395
-
396
- ._sk_fv0148 {
397
- color: #179299;
398
- --shiki-dark: #94e2d5;
399
- --shiki-nord: #81a1c1;
400
- --shiki-tokyo: #89ddff;
401
- --shiki-rose: #31748f;
402
- }
403
-
404
- ._sk_l14mvh {
405
- color: #7c7f93;
406
- --shiki-dark: #9399b2;
407
- --shiki-nord: #eceff4;
408
- --shiki-tokyo: #9abdf5;
409
- --shiki-rose: #908caa;
410
- }
411
-
412
- ._sk_6murct {
413
- color: #4c4f69;
414
- --shiki-dark: #cdd6f4;
415
- --shiki-nord: #d8dee9ff;
416
- --shiki-tokyo: #9abdf5;
417
- --shiki-rose: #e0def4;
418
- }
419
-
420
- ._sk_1tjkxz {
421
- color: #8839ef;
422
- --shiki-dark: #cba6f7;
423
- --shiki-nord: #81a1c1;
424
- --shiki-tokyo: #bb9af7;
425
- --shiki-rose: #31748f;
426
- }
427
-
428
- ._sk_2agfur {
429
- color: #fe640b;
430
- --shiki-dark: #fab387;
431
- --shiki-nord: #88c0d0;
432
- --shiki-tokyo: #68b3de;
433
- --shiki-rose: #31748f80;
434
- }
435
-
436
- ._sk_19n5n2 {
437
- color: #179299;
438
- --shiki-dark: #94e2d5;
439
- --shiki-nord: #81a1c1;
440
- --shiki-tokyo: #bb9af7;
441
- --shiki-rose: #31748f;
442
- }
443
-
444
- ._sk_alcmo4 {
445
- color: #40a02b;
446
- --shiki-dark: #a6e3a1;
447
- --shiki-nord: #8fbcbb;
448
- --shiki-tokyo: #9ece6a;
449
- --shiki-rose: #f6c177;
450
- }
451
-
452
- ._sk_20jg43 {
453
- color: #7c7f93;
454
- --shiki-light-font-style: italic;
455
- --shiki-dark: #9399b2;
456
- --shiki-dark-font-style: italic;
457
- --shiki-nord: #616e88;
458
- --shiki-nord-font-style: inherit;
459
- --shiki-tokyo: #51597d;
460
- --shiki-tokyo-font-style: italic;
461
- --shiki-rose: #908caa;
462
- --shiki-rose-font-style: italic;
463
- }
464
-
465
- ._sk_91qhgb {
466
- color: #7c7f93;
467
- --shiki-dark: #9399b2;
468
- --shiki-nord: #616e88;
469
- --shiki-tokyo: #51597d;
470
- --shiki-rose: #6e6a86;
471
- }
472
-
473
- ._sk_zgl5lx {
474
- color: #8839ef;
475
- --shiki-dark: #cba6f7;
476
- --shiki-nord: #81a1c1;
477
- --shiki-tokyo: #89ddff;
478
- --shiki-rose: #31748f;
479
- }
480
-
481
- ._sk_1lmu42 {
482
- color: #e64553;
483
- --shiki-light-font-style: italic;
484
- --shiki-dark: #eba0ac;
485
- --shiki-dark-font-style: italic;
486
- --shiki-nord: #d8dee9;
487
- --shiki-nord-font-style: inherit;
488
- --shiki-tokyo: #e0af68;
489
- --shiki-tokyo-font-style: inherit;
490
- --shiki-rose: #c4a7e7;
491
- --shiki-rose-font-style: italic;
492
- }
493
-
494
- ._sk_1eimb7 {
495
- color: #4c4f69;
496
- --shiki-light-font-style: inherit;
497
- --shiki-dark: #cdd6f4;
498
- --shiki-dark-font-style: inherit;
499
- --shiki-nord: #d8dee9;
500
- --shiki-nord-font-style: inherit;
501
- --shiki-tokyo: #c0caf5;
502
- --shiki-tokyo-font-style: inherit;
503
- --shiki-rose: #e0def4;
504
- --shiki-rose-font-style: italic;
505
- }
506
-
507
- ._sk_12rw1w {
508
- color: #df8e1d;
509
- --shiki-dark: #f9e2af;
510
- --shiki-nord: #81a1c1;
511
- --shiki-tokyo: #9a7ecc;
512
- --shiki-rose: #f6c17780;
513
- }
514
-
515
- ._sk_dqe7lq {
516
- color: #40a02b;
517
- --shiki-dark: #a6e3a1;
518
- --shiki-nord: #5e81ac;
519
- --shiki-tokyo: #25aac2;
520
- --shiki-rose: #9ccfd880;
521
- }
522
-
523
- ._sk_2a3w4v {
524
- color: #8839ef;
525
- --shiki-light-font-style: inherit;
526
- --shiki-dark: #cba6f7;
527
- --shiki-dark-font-style: inherit;
528
- --shiki-nord: #81a1c1;
529
- --shiki-nord-font-style: inherit;
530
- --shiki-tokyo: #9d7cd8;
531
- --shiki-tokyo-font-style: italic;
532
- --shiki-rose: #31748f;
533
- --shiki-rose-font-style: inherit;
534
- }
535
-
536
- ._sk_1zek3c {
537
- color: #4c4f69;
538
- --shiki-dark: #cdd6f4;
539
- --shiki-nord: #d8dee9ff;
540
- --shiki-tokyo: #7aa2f7;
541
- --shiki-rose: #e0def4;
542
- }
543
-
544
- ._sk_p8mngk {
545
- color: #d20f39;
546
- --shiki-dark: #f38ba8;
547
- --shiki-nord: #81a1c1;
548
- --shiki-tokyo: #ff9e64;
549
- --shiki-rose: #ebbcba;
550
- }
551
-
552
- ._sk_26mj59 {
553
- color: #e64553;
554
- --shiki-dark: #eba0ac;
555
- --shiki-nord: #bf616a;
556
- --shiki-tokyo: #db4b4b;
557
- --shiki-rose: rgba(255, 18, 18, 0.8);
558
- }
559
-
560
- ._sk_26jsf5 {
561
- color: #8839ef;
562
- --shiki-light-font-style: inherit;
563
- --shiki-dark: #cba6f7;
564
- --shiki-dark-font-style: inherit;
565
- --shiki-nord: #81a1c1;
566
- --shiki-nord-font-style: inherit;
567
- --shiki-tokyo: #646e9c;
568
- --shiki-tokyo-font-style: italic;
569
- --shiki-rose: #31748f;
570
- --shiki-rose-font-style: italic;
571
- }
572
-
573
- ._sk_7m7yec {
574
- color: #4c4f69;
575
- --shiki-light-font-style: inherit;
576
- --shiki-dark: #cdd6f4;
577
- --shiki-dark-font-style: inherit;
578
- --shiki-nord: #d8dee9ff;
579
- --shiki-nord-font-style: inherit;
580
- --shiki-tokyo: #c0caf5;
581
- --shiki-tokyo-font-style: inherit;
582
- --shiki-rose: #ebbcba;
583
- --shiki-rose-font-style: italic;
584
- }
585
-
586
- ._sk_1dr387 {
587
- color: #ea76cb;
588
- --shiki-dark: #f5c2e7;
589
- --shiki-nord: #ebcb8b;
590
- --shiki-tokyo: #89ddff;
591
- --shiki-rose: #31748f;
592
- }
593
-
594
- ._sk_23pmfm {
595
- color: #40a02b;
596
- --shiki-dark: #a6e3a1;
597
- --shiki-nord: #a3be8c;
598
- --shiki-tokyo: #c0caf5;
599
- --shiki-rose: #31748f;
600
- }
601
-
602
- ._sk_2d2dj4 {
603
- color: #209fb5;
604
- --shiki-dark: #74c7ec;
605
- --shiki-nord: #8fbcbb;
606
- --shiki-tokyo: #80a856;
607
- --shiki-rose: #ebbcba80;
608
- }
609
-
610
- ._sk_24bxi8 {
611
- color: #8839ef;
612
- --shiki-dark: #cba6f7;
613
- --shiki-nord: #88c0d0;
614
- --shiki-tokyo: #c49a5a;
615
- --shiki-rose: #c4a7e780;
616
- }
617
-
618
- ._sk_ozwc8j {
619
- color: #1e66f5;
620
- --shiki-light-font-style: italic;
621
- --shiki-dark: #89b4fa;
622
- --shiki-dark-font-style: italic;
623
- --shiki-nord: #88c0d0;
624
- --shiki-nord-font-style: inherit;
625
- --shiki-tokyo: #c0caf5;
626
- --shiki-tokyo-font-style: inherit;
627
- --shiki-rose: #ebbcba;
628
- --shiki-rose-font-style: inherit;
629
- }
630
-
631
- ._sk_22t06l {
632
- color: #d20f39;
633
- --shiki-light-font-style: italic;
634
- --shiki-dark: #f38ba8;
635
- --shiki-dark-font-style: italic;
636
- --shiki-nord: #88c0d0;
637
- --shiki-nord-font-style: inherit;
638
- --shiki-tokyo: #0db9d7;
639
- --shiki-tokyo-font-style: inherit;
640
- --shiki-rose: #eb6f92;
641
- --shiki-rose-font-style: italic;
642
- }
643
-
644
- ._sk_1goh1c {
645
- color: #d20f39;
646
- --shiki-light-font-style: italic;
647
- --shiki-dark: #f38ba8;
648
- --shiki-dark-font-style: italic;
649
- --shiki-nord: #8fbcbb;
650
- --shiki-nord-font-style: inherit;
651
- --shiki-tokyo: #698cd6;
652
- --shiki-tokyo-font-style: inherit;
653
- --shiki-rose: #eb6f9280;
654
- --shiki-rose-font-style: inherit;
655
- }
656
-
657
- ._sk_2btnoy {
658
- color: #40a02b;
659
- --shiki-dark: #a6e3a1;
660
- --shiki-nord: #a3be8c;
661
- --shiki-tokyo: #e0af68;
662
- --shiki-rose: #31748f;
663
- }
664
-
665
- ._sk_yta1g3 {
666
- color: #4c4f69;
667
- --shiki-light-font-style: inherit;
668
- --shiki-dark: #cdd6f4;
669
- --shiki-dark-font-style: inherit;
670
- --shiki-nord: #81a1c1;
671
- --shiki-nord-font-style: inherit;
672
- --shiki-tokyo: #f7768e;
673
- --shiki-tokyo-font-style: inherit;
674
- --shiki-rose: #e0def4;
675
- --shiki-rose-font-style: italic;
676
- }
677
-
678
- ._sk_tulnhj {
679
- color: #179299;
680
- --shiki-dark: #94e2d5;
681
- --shiki-nord: #eceff4;
682
- --shiki-tokyo: #89ddff;
683
- --shiki-rose: #908caa;
684
- }
685
-
686
- ._sk_1dtx54 {
687
- color: #40a02b;
688
- --shiki-dark: #a6e3a1;
689
- --shiki-nord: #ebcb8b;
690
- --shiki-tokyo: #b4f9f8;
691
- --shiki-rose: #f6c177;
692
- }
693
-
694
- ._sk_1ehm6l {
695
- color: #ea76cb;
696
- --shiki-light-font-style: italic;
697
- --shiki-dark: #f5c2e7;
698
- --shiki-dark-font-style: italic;
699
- --shiki-nord: #616e88;
700
- --shiki-nord-font-style: inherit;
701
- --shiki-tokyo: #51597d;
702
- --shiki-tokyo-font-style: italic;
703
- --shiki-rose: #908caa;
704
- --shiki-rose-font-style: italic;
705
- }
706
-
707
- ._sk_i21fhc {
708
- color: #ea76cb;
709
- --shiki-light-font-style: italic;
710
- --shiki-dark: #f5c2e7;
711
- --shiki-dark-font-style: italic;
712
- --shiki-nord: #616e88;
713
- --shiki-nord-font-style: inherit;
714
- --shiki-tokyo: #51597d;
715
- --shiki-tokyo-font-style: italic;
716
- --shiki-rose: #6e6a86;
717
- --shiki-rose-font-style: italic;
718
- }
719
-
720
- ._sk_4au9w2 {
721
- color: #4c4f69;
722
- --shiki-dark: #cdd6f4;
723
- --shiki-nord: #81a1c1;
724
- --shiki-tokyo: #89ddff;
725
- --shiki-rose: #908caa;
726
- }
727
-
728
- ._sk_1hhn6e {
729
- color: #8839ef;
730
- --shiki-light-font-style: inherit;
731
- --shiki-dark: #cba6f7;
732
- --shiki-dark-font-style: inherit;
733
- --shiki-nord: #81a1c1;
734
- --shiki-nord-font-style: inherit;
735
- --shiki-tokyo: #bb9af7;
736
- --shiki-tokyo-font-style: italic;
737
- --shiki-rose: #31748f;
738
- --shiki-rose-font-style: inherit;
739
- }
740
-
741
- ._sk_7c9y4w {
742
- color: #7c7f93;
743
- --shiki-light-font-style: inherit;
744
- --shiki-dark: #9399b2;
745
- --shiki-dark-font-style: inherit;
746
- --shiki-nord: #eceff4;
747
- --shiki-nord-font-style: inherit;
748
- --shiki-tokyo: #89ddff;
749
- --shiki-tokyo-font-style: inherit;
750
- --shiki-rose: #908caa;
751
- --shiki-rose-font-style: italic;
752
- }
753
-
754
- ._sk_ireumb {
755
- color: #df8e1d;
756
- --shiki-light-font-style: italic;
757
- --shiki-dark: #f9e2af;
758
- --shiki-dark-font-style: italic;
759
- --shiki-nord: #81a1c1;
760
- --shiki-nord-font-style: inherit;
761
- --shiki-tokyo: #9a7ecc;
762
- --shiki-tokyo-font-style: inherit;
763
- --shiki-rose: #f6c17780;
764
- --shiki-rose-font-style: inherit;
765
- }
766
-
767
- ._sk_p0tnuc {
768
- color: #8839ef;
769
- --shiki-dark: #cba6f7;
770
- --shiki-nord: #81a1c1;
771
- --shiki-tokyo: #7dcfff;
772
- --shiki-rose: #31748f;
773
- }
774
-
775
- ._sk_jwpvk5 {
776
- color: #1e66f5;
777
- --shiki-light-font-style: italic;
778
- --shiki-dark: #89b4fa;
779
- --shiki-dark-font-style: italic;
780
- --shiki-nord: #88c0d0;
781
- --shiki-nord-font-style: inherit;
782
- --shiki-tokyo: #0db9d7;
783
- --shiki-tokyo-font-style: inherit;
784
- --shiki-rose: #eb6f92;
785
- --shiki-rose-font-style: italic;
786
- }
787
-
788
- ._sk_1rr5vz {
789
- color: #4c4f69;
790
- --shiki-dark: #cdd6f4;
791
- --shiki-nord: #d8dee9ff;
792
- --shiki-tokyo: #e0af68;
793
- --shiki-rose: #31748f;
794
- }
795
-
796
- ._sk_2z07v1 {
797
- color: #df8e1d;
798
- --shiki-light-font-style: italic;
799
- --shiki-dark: #f9e2af;
800
- --shiki-dark-font-style: italic;
801
- --shiki-nord: #8fbcbb;
802
- --shiki-nord-font-style: inherit;
803
- --shiki-tokyo: #c0caf5;
804
- --shiki-tokyo-font-style: inherit;
805
- --shiki-rose: #9ccfd8;
806
- --shiki-rose-font-style: inherit;
807
- }
808
-
809
- ._sk_1m59iu {
810
- color: #8839ef;
811
- --shiki-dark: #cba6f7;
812
- --shiki-nord: #8fbcbb;
813
- --shiki-tokyo: #bb9af7;
814
- --shiki-rose: #31748f;
815
- }
816
-
817
- ._sk_1kksn7 {
818
- color: #8839ef;
819
- --shiki-light-font-style: inherit;
820
- --shiki-dark: #cba6f7;
821
- --shiki-dark-font-style: inherit;
822
- --shiki-nord: #8fbcbb;
823
- --shiki-nord-font-style: inherit;
824
- --shiki-tokyo: #89ddff;
825
- --shiki-tokyo-font-style: italic;
826
- --shiki-rose: #31748f;
827
- --shiki-rose-font-style: italic;
828
- }
829
-
830
- ._sk_1rie33 {
831
- color: #e64553;
832
- --shiki-light-font-style: italic;
833
- --shiki-dark: #eba0ac;
834
- --shiki-dark-font-style: italic;
835
- --shiki-nord: #d8dee9;
836
- --shiki-nord-font-style: inherit;
837
- --shiki-tokyo: #e0af68;
838
- --shiki-tokyo-font-style: italic;
839
- --shiki-rose: #c4a7e7;
840
- --shiki-rose-font-style: italic;
841
- }
842
-
843
- ._sk_288sua {
844
- color: #df8e1d;
845
- --shiki-light-font-style: italic;
846
- --shiki-dark: #f9e2af;
847
- --shiki-dark-font-style: italic;
848
- --shiki-nord: #8fbcbb;
849
- --shiki-nord-font-style: inherit;
850
- --shiki-tokyo: #c0caf5;
851
- --shiki-tokyo-font-style: italic;
852
- --shiki-rose: #9ccfd8;
853
- --shiki-rose-font-style: italic;
854
- }
855
-
856
- ._sk_23grib {
857
- color: #4c4f69;
858
- --shiki-light-font-style: inherit;
859
- --shiki-dark: #cdd6f4;
860
- --shiki-dark-font-style: inherit;
861
- --shiki-nord: #8fbcbb;
862
- --shiki-nord-font-style: inherit;
863
- --shiki-tokyo: #9d7cd8;
864
- --shiki-tokyo-font-style: italic;
865
- --shiki-rose: #31748f;
866
- --shiki-rose-font-style: inherit;
867
- }
868
-
869
- ._sk_9ctex7 {
870
- color: #7c7f93;
871
- --shiki-light-font-style: inherit;
872
- --shiki-dark: #9399b2;
873
- --shiki-dark-font-style: inherit;
874
- --shiki-nord: #eceff4;
875
- --shiki-nord-font-style: inherit;
876
- --shiki-tokyo: #89ddff;
877
- --shiki-tokyo-font-style: italic;
878
- --shiki-rose: #908caa;
879
- --shiki-rose-font-style: inherit;
880
- }
881
-
882
- ._sk_1lmgf1 {
883
- color: #4c4f69;
884
- --shiki-light-font-style: inherit;
885
- --shiki-dark: #cdd6f4;
886
- --shiki-dark-font-style: inherit;
887
- --shiki-nord: #81a1c1;
888
- --shiki-nord-font-style: inherit;
889
- --shiki-tokyo: #f7768e;
890
- --shiki-tokyo-font-style: italic;
891
- --shiki-rose: #e0def4;
892
- --shiki-rose-font-style: italic;
893
- }
894
-
895
- ._sk_17ij1r {
896
- color: #df8e1d;
897
- --shiki-light-font-style: italic;
898
- --shiki-light-font-weight: inherit;
899
- --shiki-dark: #f9e2af;
900
- --shiki-dark-font-style: italic;
901
- --shiki-dark-font-weight: inherit;
902
- --shiki-nord: #8fbcbb;
903
- --shiki-nord-font-style: inherit;
904
- --shiki-nord-font-weight: bold;
905
- --shiki-tokyo: #bb9af7;
906
- --shiki-tokyo-font-style: inherit;
907
- --shiki-tokyo-font-weight: inherit;
908
- --shiki-rose: #c4a7e7;
909
- --shiki-rose-font-style: italic;
910
- --shiki-rose-font-weight: inherit;
911
- }
912
-
913
- ._sk_u5h52p {
914
- color: #d20f39;
915
- --shiki-light-font-style: inherit;
916
- --shiki-dark: #f38ba8;
917
- --shiki-dark-font-style: inherit;
918
- --shiki-nord: #81a1c1;
919
- --shiki-nord-font-style: inherit;
920
- --shiki-tokyo: #f7768e;
921
- --shiki-tokyo-font-style: inherit;
922
- --shiki-rose: #31748f;
923
- --shiki-rose-font-style: italic;
924
- }
925
-
926
- ._sk_10p7k1 {
927
- color: #8839ef;
928
- --shiki-light-font-style: inherit;
929
- --shiki-dark: #cba6f7;
930
- --shiki-dark-font-style: inherit;
931
- --shiki-nord: #8fbcbb;
932
- --shiki-nord-font-style: inherit;
933
- --shiki-tokyo: #9d7cd8;
934
- --shiki-tokyo-font-style: italic;
935
- --shiki-rose: #31748f;
936
- --shiki-rose-font-style: inherit;
937
- }
938
-
939
- ._sk_236rzu {
940
- color: #fe640b;
941
- --shiki-dark: #fab387;
942
- --shiki-nord: #eceff4;
943
- --shiki-tokyo: #89ddff;
944
- --shiki-rose: #908caa;
945
- }
946
-
947
- ._sk_2e4eb4 {
948
- color: #fe640b;
949
- --shiki-dark: #fab387;
950
- --shiki-nord: #d08770;
951
- --shiki-tokyo: #bb9af7;
952
- --shiki-rose: #31748f;
953
- }
954
-
955
- ._sk_qoj6n2 {
956
- color: #4c4f69;
957
- --shiki-dark: #cdd6f4;
958
- --shiki-nord: #d8dee9;
959
- --shiki-tokyo: #9ece6a;
960
- --shiki-rose: #31748f;
961
- }
962
-
963
- ._sk_258cae {
964
- color: #4c4f69;
965
- --shiki-light-font-style: inherit;
966
- --shiki-dark: #cdd6f4;
967
- --shiki-dark-font-style: inherit;
968
- --shiki-nord: #d8dee9;
969
- --shiki-nord-font-style: inherit;
970
- --shiki-tokyo: #7dcfff;
971
- --shiki-tokyo-font-style: inherit;
972
- --shiki-rose: #e0def4;
973
- --shiki-rose-font-style: italic;
974
- }
975
-
976
- ._sk_1if3fm {
977
- color: #df8e1d;
978
- --shiki-dark: #f9e2af;
979
- --shiki-nord: #d8dee9ff;
980
- --shiki-tokyo: #c0caf5;
981
- --shiki-rose: #9ccfd8;
982
- }
983
-
984
- ._sk_2ezywq {
985
- color: #1e66f5;
986
- --shiki-dark: #89b4fa;
987
- --shiki-nord: #81a1c1;
988
- --shiki-tokyo: #89ddff;
989
- --shiki-rose: #31748f;
990
- }
991
-
992
- ._sk_23spfp {
993
- color: #4c4f69;
994
- --shiki-dark: #cdd6f4;
995
- --shiki-nord: #d8dee9ff;
996
- --shiki-tokyo: #c0caf5;
997
- --shiki-rose: #9ccfd8;
998
- }
999
-
1000
- ._sk_1sy4hg {
1001
- color: #1e66f5;
1002
- --shiki-dark: #89b4fa;
1003
- --shiki-nord: #88c0d0;
1004
- --shiki-tokyo: #7aa2f7;
1005
- --shiki-rose: #e0def4;
1006
- }
1007
-
1008
- ._sk_1r1sw4 {
1009
- color: #4c4f69;
1010
- --shiki-dark: #cdd6f4;
1011
- --shiki-nord: #d8dee9ff;
1012
- --shiki-tokyo: #c0caf5;
1013
- --shiki-rose: #e0def4;
1014
- }
1015
-
1016
- ._sk_2awl2c {
1017
- color: #4c4f69;
1018
- --shiki-dark: #cdd6f4;
1019
- --shiki-nord: #d8dee9ff;
1020
- --shiki-tokyo: #ff9e64;
1021
- --shiki-rose: #31748f;
1022
- }
1023
-
1024
- ._sk_maab7z {
1025
- color: #fe640b;
1026
- --shiki-dark: #fab387;
1027
- --shiki-nord: #81a1c1;
1028
- --shiki-tokyo: #ff9e64;
1029
- --shiki-rose: #ebbcba;
1030
- }
1031
-
1032
- ._sk_2bos32 {
1033
- color: #04a5e5;
1034
- --shiki-light-font-style: italic;
1035
- --shiki-dark: #89dceb;
1036
- --shiki-dark-font-style: italic;
1037
- --shiki-nord: #88c0d0;
1038
- --shiki-nord-font-style: inherit;
1039
- --shiki-tokyo: #0db9d7;
1040
- --shiki-tokyo-font-style: inherit;
1041
- --shiki-rose: #eb6f92;
1042
- --shiki-rose-font-style: italic;
1043
- }
1044
-
1045
- ._sk_ub4g5k {
1046
- color: #d20f39;
1047
- --shiki-light-font-style: italic;
1048
- --shiki-dark: #f38ba8;
1049
- --shiki-dark-font-style: italic;
1050
- --shiki-nord: #81a1c1;
1051
- --shiki-nord-font-style: inherit;
1052
- --shiki-tokyo: #e0af68;
1053
- --shiki-tokyo-font-style: inherit;
1054
- --shiki-rose: #c4a7e7;
1055
- --shiki-rose-font-style: italic;
1056
- }
1057
-
1058
- ._sk_13dhyq {
1059
- color: #d20f39;
1060
- --shiki-light-font-style: italic;
1061
- --shiki-dark: #f38ba8;
1062
- --shiki-dark-font-style: italic;
1063
- --shiki-nord: #81a1c1;
1064
- --shiki-nord-font-style: inherit;
1065
- --shiki-tokyo: #f7768e;
1066
- --shiki-tokyo-font-style: inherit;
1067
- --shiki-rose: #e0def4;
1068
- --shiki-rose-font-style: italic;
1069
- }
1070
-
1071
- ._sk_28mpkj {
1072
- color: #8839ef;
1073
- --shiki-light-font-style: italic;
1074
- --shiki-dark: #cba6f7;
1075
- --shiki-dark-font-style: italic;
1076
- --shiki-nord: #88c0d0;
1077
- --shiki-nord-font-style: inherit;
1078
- --shiki-tokyo: #0db9d7;
1079
- --shiki-tokyo-font-style: inherit;
1080
- --shiki-rose: #9ccfd8;
1081
- --shiki-rose-font-style: inherit;
1082
- }
1083
-
1084
- ._sk_1mm5sv {
1085
- color: #fe640b;
1086
- --shiki-light-font-style: italic;
1087
- --shiki-dark: #fab387;
1088
- --shiki-dark-font-style: italic;
1089
- --shiki-nord: #88c0d0;
1090
- --shiki-nord-font-style: inherit;
1091
- --shiki-tokyo: #0db9d7;
1092
- --shiki-tokyo-font-style: inherit;
1093
- --shiki-rose: #eb6f92;
1094
- --shiki-rose-font-style: italic;
1095
- }
1096
-
1097
- ._sk_fx6zos {
1098
- color: #fe640b;
1099
- --shiki-light-font-style: italic;
1100
- --shiki-dark: #fab387;
1101
- --shiki-dark-font-style: italic;
1102
- --shiki-nord: #8fbcbb;
1103
- --shiki-nord-font-style: inherit;
1104
- --shiki-tokyo: #0db9d7;
1105
- --shiki-tokyo-font-style: inherit;
1106
- --shiki-rose: #9ccfd8;
1107
- --shiki-rose-font-style: inherit;
1108
- }
1109
-
1110
- ._sk_2fgyhk {
1111
- color: #40a02b;
1112
- --shiki-light-font-style: italic;
1113
- --shiki-dark: #a6e3a1;
1114
- --shiki-dark-font-style: italic;
1115
- --shiki-nord: #81a1c1;
1116
- --shiki-nord-font-style: inherit;
1117
- --shiki-tokyo: #bb9af7;
1118
- --shiki-tokyo-font-style: inherit;
1119
- --shiki-rose: #31748f;
1120
- --shiki-rose-font-style: inherit;
1121
- }
1122
-
1123
- ._sk_1zhgqd {
1124
- color: #fe640b;
1125
- --shiki-light-font-style: italic;
1126
- --shiki-dark: #fab387;
1127
- --shiki-dark-font-style: italic;
1128
- --shiki-nord: #eceff4;
1129
- --shiki-nord-font-style: inherit;
1130
- --shiki-tokyo: #89ddff;
1131
- --shiki-tokyo-font-style: inherit;
1132
- --shiki-rose: #908caa;
1133
- --shiki-rose-font-style: inherit;
1134
- }
1135
-
1136
- ._sk_2gf4yt {
1137
- color: #fe640b;
1138
- --shiki-light-font-style: italic;
1139
- --shiki-dark: #fab387;
1140
- --shiki-dark-font-style: italic;
1141
- --shiki-nord: #d08770;
1142
- --shiki-nord-font-style: inherit;
1143
- --shiki-tokyo: #7aa2f7;
1144
- --shiki-tokyo-font-style: inherit;
1145
- --shiki-rose: #ebbcba;
1146
- --shiki-rose-font-style: inherit;
1147
- }
1148
-
1149
- ._sk_wee7k3 {
1150
- color: #e64553;
1151
- --shiki-light-font-style: italic;
1152
- --shiki-dark: #eba0ac;
1153
- --shiki-dark-font-style: italic;
1154
- --shiki-nord: #d8dee9ff;
1155
- --shiki-nord-font-style: inherit;
1156
- --shiki-tokyo: #a9b1d6;
1157
- --shiki-tokyo-font-style: inherit;
1158
- --shiki-rose: #e0def4;
1159
- --shiki-rose-font-style: inherit;
1160
- }
1161
-
1162
- ._sk_1bg9am {
1163
- color: #fe640b;
1164
- --shiki-light-font-style: italic;
1165
- --shiki-dark: #fab387;
1166
- --shiki-dark-font-style: italic;
1167
- --shiki-nord: #b48ead;
1168
- --shiki-nord-font-style: inherit;
1169
- --shiki-tokyo: #ff9e64;
1170
- --shiki-tokyo-font-style: inherit;
1171
- --shiki-rose: #ebbcba;
1172
- --shiki-rose-font-style: inherit;
1173
- }
1174
-
1175
- ._sk_139pe4 {
1176
- color: #40a02b;
1177
- --shiki-light-font-style: italic;
1178
- --shiki-dark: #a6e3a1;
1179
- --shiki-dark-font-style: italic;
1180
- --shiki-nord: #a3be8c;
1181
- --shiki-nord-font-style: inherit;
1182
- --shiki-tokyo: #9ece6a;
1183
- --shiki-tokyo-font-style: inherit;
1184
- --shiki-rose: #f6c177;
1185
- --shiki-rose-font-style: inherit;
1186
- }
1187
-
1188
- ._sk_br3pnk {
1189
- color: #4c4f69;
1190
- --shiki-dark: #cdd6f4;
1191
- --shiki-nord: #d8dee9;
1192
- --shiki-tokyo: #ff5370;
1193
- --shiki-rose: #eb6f92;
1194
- }
1195
-
1196
- ._sk_249dcv {
1197
- color: #8839ef;
1198
- --shiki-light-font-style: italic;
1199
- --shiki-dark: #cba6f7;
1200
- --shiki-dark-font-style: italic;
1201
- --shiki-nord: #d08770;
1202
- --shiki-nord-font-style: inherit;
1203
- --shiki-tokyo: #0db9d7;
1204
- --shiki-tokyo-font-style: inherit;
1205
- --shiki-rose: #9ccfd8;
1206
- --shiki-rose-font-style: inherit;
1207
- }
1208
-
1209
- ._sk_1tns4n {
1210
- color: #ea76cb;
1211
- --shiki-dark: #f5c2e7;
1212
- --shiki-nord: #ebcb8b;
1213
- --shiki-tokyo: #9ece6a;
1214
- --shiki-rose: #31748f;
1215
- }
1216
-
1217
- ._sk_2dp3mt {
1218
- color: #e64553;
1219
- --shiki-light-font-style: italic;
1220
- --shiki-dark: #eba0ac;
1221
- --shiki-dark-font-style: italic;
1222
- --shiki-nord: #d8dee9ff;
1223
- --shiki-nord-font-style: inherit;
1224
- --shiki-tokyo: #c0caf5;
1225
- --shiki-tokyo-font-style: inherit;
1226
- --shiki-rose: #e0def4;
1227
- --shiki-rose-font-style: inherit;
1228
- }
1229
-
1230
- ._sk_1rj7hc {
1231
- color: #e64553;
1232
- --shiki-dark: #eba0ac;
1233
- --shiki-nord: #d8dee9ff;
1234
- --shiki-tokyo: #a9b1d6;
1235
- --shiki-rose: #e0def4;
1236
- }
1237
-
1238
- ._sk_1i61tb {
1239
- color: #40a02b;
1240
- --shiki-light-font-style: inherit;
1241
- --shiki-dark: #a6e3a1;
1242
- --shiki-dark-font-style: inherit;
1243
- --shiki-nord: #eceff4;
1244
- --shiki-nord-font-style: inherit;
1245
- --shiki-tokyo: #51597d;
1246
- --shiki-tokyo-font-style: italic;
1247
- --shiki-rose: #f6c177;
1248
- --shiki-rose-font-style: inherit;
1249
- }
1250
-
1251
- ._sk_1151fj {
1252
- color: #40a02b;
1253
- --shiki-light-font-style: inherit;
1254
- --shiki-dark: #a6e3a1;
1255
- --shiki-dark-font-style: inherit;
1256
- --shiki-nord: #a3be8c;
1257
- --shiki-nord-font-style: inherit;
1258
- --shiki-tokyo: #51597d;
1259
- --shiki-tokyo-font-style: italic;
1260
- --shiki-rose: #f6c177;
1261
- --shiki-rose-font-style: inherit;
1262
- }
1263
-
1264
- ._sk_1ivftl {
1265
- color: #7c7f93;
1266
- --shiki-light-font-style: inherit;
1267
- --shiki-dark: #9399b2;
1268
- --shiki-dark-font-style: inherit;
1269
- --shiki-nord: #eceff4;
1270
- --shiki-nord-font-style: inherit;
1271
- --shiki-tokyo: #e0af68;
1272
- --shiki-tokyo-font-style: inherit;
1273
- --shiki-rose: #908caa;
1274
- --shiki-rose-font-style: italic;
1275
- }
1276
-
1277
- ._sk_f6ff4y {
1278
- color: #df8e1d;
1279
- --shiki-light-font-style: inherit;
1280
- --shiki-dark: #f9e2af;
1281
- --shiki-dark-font-style: inherit;
1282
- --shiki-nord: #8fbcbb;
1283
- --shiki-nord-font-style: inherit;
1284
- --shiki-tokyo: #9ece6a;
1285
- --shiki-tokyo-font-style: inherit;
1286
- --shiki-rose: #c4a7e7;
1287
- --shiki-rose-font-style: italic;
1288
- }
1289
-
1290
- ._sk_261vp3 {
1291
- color: #1e66f5;
1292
- --shiki-dark: #89b4fa;
1293
- --shiki-nord: #d8dee9;
1294
- --shiki-tokyo: #7aa2f7;
1295
- --shiki-rose: #9ccfd8;
1296
- }
1297
-
1298
- ._sk_1e0u4w {
1299
- color: #4c4f69;
1300
- --shiki-dark: #cdd6f4;
1301
- --shiki-nord: #81a1c1;
1302
- --shiki-tokyo: #ff9e64;
1303
- --shiki-rose: #f6c177;
1304
- }
1305
-
1306
- ._sk_1frz5z {
1307
- color: #e64553;
1308
- --shiki-light-font-style: inherit;
1309
- --shiki-dark: #eba0ac;
1310
- --shiki-dark-font-style: inherit;
1311
- --shiki-nord: #88c0d0;
1312
- --shiki-nord-font-style: inherit;
1313
- --shiki-tokyo: #c0caf5;
1314
- --shiki-tokyo-font-style: inherit;
1315
- --shiki-rose: #e0def4;
1316
- --shiki-rose-font-style: italic;
1317
- }
1318
-
1319
- ._sk_1rtdi1 {
1320
- color: #4c4f69;
1321
- --shiki-dark: #cdd6f4;
1322
- --shiki-nord: #d8dee9ff;
1323
- --shiki-tokyo: #9abdf5;
1324
- --shiki-rose: #9ccfd8;
1325
- }
1326
-
1327
- ._sk_24ne5x {
1328
- color: #fe640b;
1329
- --shiki-dark: #fab387;
1330
- --shiki-nord: #81a1c1;
1331
- --shiki-tokyo: #f7768e;
1332
- --shiki-rose: #31748f;
1333
- }
1334
-
1335
- ._sk_11cqw1 {
1336
- color: #8839ef;
1337
- --shiki-dark: #cba6f7;
1338
- --shiki-nord: #81a1c1;
1339
- --shiki-tokyo: #9d7cd8;
1340
- --shiki-rose: #908caa;
1341
- }
1342
-
1343
- ._sk_1rj2cz {
1344
- color: #40a02b;
1345
- --shiki-light-font-style: inherit;
1346
- --shiki-dark: #a6e3a1;
1347
- --shiki-dark-font-style: inherit;
1348
- --shiki-nord: #d8dee9;
1349
- --shiki-nord-font-style: inherit;
1350
- --shiki-tokyo: #e0af68;
1351
- --shiki-tokyo-font-style: inherit;
1352
- --shiki-rose: #c4a7e7;
1353
- --shiki-rose-font-style: italic;
1354
- }
1355
-
1356
- ._sk_b74uyr {
1357
- color: #1e66f5;
1358
- --shiki-dark: #89b4fa;
1359
- --shiki-nord: #81a1c1;
1360
- --shiki-tokyo: #0db9d7;
1361
- --shiki-rose: #9ccfd8;
1362
- }
1363
-
1364
- ._sk_yxerq9 {
1365
- color: #179299;
1366
- --shiki-light-font-style: inherit;
1367
- --shiki-dark: #94e2d5;
1368
- --shiki-dark-font-style: inherit;
1369
- --shiki-nord: #8fbcbb;
1370
- --shiki-nord-font-style: inherit;
1371
- --shiki-tokyo: #bb9af7;
1372
- --shiki-tokyo-font-style: inherit;
1373
- --shiki-rose: #c4a7e7;
1374
- --shiki-rose-font-style: italic;
1375
- }
1376
-
1377
- ._sk_2jbhh6 {
1378
- color: #df8e1d;
1379
- --shiki-light-font-style: inherit;
1380
- --shiki-dark: #f9e2af;
1381
- --shiki-dark-font-style: inherit;
1382
- --shiki-nord: #8fbcbb;
1383
- --shiki-nord-font-style: inherit;
1384
- --shiki-tokyo: #bb9af7;
1385
- --shiki-tokyo-font-style: inherit;
1386
- --shiki-rose: #c4a7e7;
1387
- --shiki-rose-font-style: italic;
1388
- }
1389
-
1390
- ._sk_q1imfg {
1391
- color: #04a5e5;
1392
- --shiki-light-font-style: italic;
1393
- --shiki-dark: #89dceb;
1394
- --shiki-dark-font-style: italic;
1395
- --shiki-nord: #8fbcbb;
1396
- --shiki-nord-font-style: inherit;
1397
- --shiki-tokyo: #7aa2f7;
1398
- --shiki-tokyo-font-style: inherit;
1399
- --shiki-rose: #9ccfd8;
1400
- --shiki-rose-font-style: inherit;
1401
- }
1402
-
1403
- ._sk_21h3p9 {
1404
- color: #7c7f93;
1405
- --shiki-dark: #9399b2;
1406
- --shiki-nord: #eceff4;
1407
- --shiki-tokyo: #9aa5ce;
1408
- --shiki-rose: #908caa;
1409
- }
1410
-
1411
- ._sk_22nrdv {
1412
- color: #4c4f69;
1413
- --shiki-dark: #cdd6f4;
1414
- --shiki-nord: #b48ead;
1415
- --shiki-tokyo: #9aa5ce;
1416
- --shiki-rose: #31748f;
1417
- }
1418
-
1419
- ._sk_x2flgz {
1420
- color: #1e66f5;
1421
- --shiki-light-font-style: inherit;
1422
- --shiki-dark: #89b4fa;
1423
- --shiki-dark-font-style: inherit;
1424
- --shiki-nord: #d8dee9ff;
1425
- --shiki-nord-font-style: inherit;
1426
- --shiki-tokyo: #c0caf5;
1427
- --shiki-tokyo-font-style: inherit;
1428
- --shiki-rose: #ebbcba;
1429
- --shiki-rose-font-style: italic;
1430
- }
1431
-
1432
- ._sk_oofx2s {
1433
- color: #4c4f69;
1434
- --shiki-dark: #cdd6f4;
1435
- --shiki-nord: #81a1c1;
1436
- --shiki-tokyo: #9ece6a;
1437
- --shiki-rose: #f6c177;
1438
- }
1439
-
1440
- ._sk_1gf2xe {
1441
- color: #1e66f5;
1442
- --shiki-dark: #89b4fa;
1443
- --shiki-nord: #81a1c1;
1444
- --shiki-tokyo: #f7768e;
1445
- --shiki-rose: #9ccfd8;
1446
- }
1447
-
1448
- ._sk_1nm8wt {
1449
- color: #df8e1d;
1450
- --shiki-light-font-style: inherit;
1451
- --shiki-dark: #f9e2af;
1452
- --shiki-dark-font-style: inherit;
1453
- --shiki-nord: #8fbcbb;
1454
- --shiki-nord-font-style: inherit;
1455
- --shiki-tokyo: #fc7b7b;
1456
- --shiki-tokyo-font-style: inherit;
1457
- --shiki-rose: #c4a7e7;
1458
- --shiki-rose-font-style: italic;
1459
- }
1460
-
1461
- ._sk_28d6oa {
1462
- color: #4c4f69;
1463
- --shiki-dark: #cdd6f4;
1464
- --shiki-nord: #88c0d0;
1465
- --shiki-tokyo: #bb9af7;
1466
- --shiki-rose: #f6c177;
1467
- }
1468
-
1469
- ._sk_vk4o4u {
1470
- color: #ea76cb;
1471
- --shiki-light-font-style: inherit;
1472
- --shiki-dark: #f5c2e7;
1473
- --shiki-dark-font-style: inherit;
1474
- --shiki-nord: #ebcb8b;
1475
- --shiki-nord-font-style: inherit;
1476
- --shiki-tokyo: #89ddff;
1477
- --shiki-tokyo-font-style: inherit;
1478
- --shiki-rose: #31748f;
1479
- --shiki-rose-font-style: italic;
1480
- }
1481
-
1482
- ._sk_8bx670 {
1483
- color: #8839ef;
1484
- --shiki-dark: #cba6f7;
1485
- --shiki-nord: #d08770;
1486
- --shiki-tokyo: #9d7cd8;
1487
- --shiki-rose: #908caa;
1488
- }
1489
-
1490
- ._sk_12nijj {
1491
- color: #8839ef;
1492
- --shiki-dark: #cba6f7;
1493
- --shiki-nord: #d08770;
1494
- --shiki-tokyo: #9d7cd8;
1495
- --shiki-rose: #31748f;
1496
- }
1497
-
1498
- ._sk_1xjbpb {
1499
- color: #1e66f5;
1500
- --shiki-dark: #89b4fa;
1501
- --shiki-nord: #8fbcbb;
1502
- --shiki-tokyo: #f7768e;
1503
- --shiki-rose: #9ccfd8;
1504
- }
1505
-
1506
- ._sk_1mljic {
1507
- color: #ea76cb;
1508
- --shiki-dark: #f5c2e7;
1509
- --shiki-nord: #d8dee9ff;
1510
- --shiki-tokyo: #a9b1d6;
1511
- --shiki-rose: #e0def4;
1512
- }
1513
-
1514
- ._sk_1xubbg {
1515
- color: #df8e1d;
1516
- --shiki-light-font-style: italic;
1517
- --shiki-dark: #f9e2af;
1518
- --shiki-dark-font-style: italic;
1519
- --shiki-nord: #d8dee9ff;
1520
- --shiki-nord-font-style: inherit;
1521
- --shiki-tokyo: #c0caf5;
1522
- --shiki-tokyo-font-style: inherit;
1523
- --shiki-rose: #9ccfd8;
1524
- --shiki-rose-font-style: inherit;
1525
- }
1526
-
1527
- ._sk_12iqhb {
1528
- color: #e64553;
1529
- --shiki-light-font-style: italic;
1530
- --shiki-dark: #eba0ac;
1531
- --shiki-dark-font-style: italic;
1532
- --shiki-nord: #d8dee9ff;
1533
- --shiki-nord-font-style: inherit;
1534
- --shiki-tokyo: #9abdf5;
1535
- --shiki-tokyo-font-style: inherit;
1536
- --shiki-rose: #e0def4;
1537
- --shiki-rose-font-style: inherit;
1538
- }
1539
-
1540
- ._sk_mfxr56 {
1541
- color: #40a02b;
1542
- --shiki-dark: #a6e3a1;
1543
- --shiki-nord: #a3be8c;
1544
- --shiki-tokyo: #9abdf5;
1545
- --shiki-rose: #e0def4;
1546
- }
1547
-
1548
- ._sk_1u6ann {
1549
- color: #8839ef;
1550
- --shiki-light-font-style: inherit;
1551
- --shiki-dark: #cba6f7;
1552
- --shiki-dark-font-style: inherit;
1553
- --shiki-nord: #81a1c1;
1554
- --shiki-nord-font-style: inherit;
1555
- --shiki-tokyo: #bb9af7;
1556
- --shiki-tokyo-font-style: inherit;
1557
- --shiki-rose: #31748f;
1558
- --shiki-rose-font-style: italic;
1559
- }
1560
-
1561
- ._sk_1ljfw3 {
1562
- color: #4c4f69;
1563
- --shiki-light-font-style: inherit;
1564
- --shiki-dark: #cdd6f4;
1565
- --shiki-dark-font-style: inherit;
1566
- --shiki-nord: #81a1c1;
1567
- --shiki-nord-font-style: inherit;
1568
- --shiki-tokyo: #c0caf5;
1569
- --shiki-tokyo-font-style: inherit;
1570
- --shiki-rose: #908caa;
1571
- --shiki-rose-font-style: italic;
1572
- }
1573
-
1574
- ._sk_1l7g5r {
1575
- color: #1e66f5;
1576
- --shiki-dark: #89b4fa;
1577
- --shiki-nord: #8fbcbb;
1578
- --shiki-tokyo: #7aa2f7;
1579
- --shiki-rose: #9ccfd8;
1580
- }
1581
-
1582
- ._sk_icjz33 {
1583
- color: #1e66f5;
1584
- --shiki-dark: #89b4fa;
1585
- --shiki-nord: #8fbcbb;
1586
- --shiki-tokyo: #0db9d7;
1587
- --shiki-rose: #9ccfd8;
1588
- }
1589
-
1590
- ._sk_21az1f {
1591
- color: #1e66f5;
1592
- --shiki-dark: #89b4fa;
1593
- --shiki-nord: #8fbcbb;
1594
- --shiki-tokyo: #7dcfff;
1595
- --shiki-rose: #9ccfd8;
1596
- }
1597
-
1598
- ._sk_23rzxy {
1599
- color: #4c4f69;
1600
- --shiki-dark: #cdd6f4;
1601
- --shiki-nord: #d8dee9ff;
1602
- --shiki-tokyo: #9aa5ce;
1603
- --shiki-rose: #e0def4;
1604
- }
1605
-
1606
- ._sk_1cviqa {
1607
- color: #7c7f93;
1608
- --shiki-light-font-weight: inherit;
1609
- --shiki-dark: #9399b2;
1610
- --shiki-dark-font-weight: inherit;
1611
- --shiki-nord: #eceff4;
1612
- --shiki-nord-font-weight: bold;
1613
- --shiki-tokyo: #c0caf5;
1614
- --shiki-tokyo-font-weight: bold;
1615
- --shiki-rose: #908caa;
1616
- --shiki-rose-font-weight: bold;
1617
- }
1618
-
1619
- ._sk_1mj5lq {
1620
- color: #d20f39;
1621
- --shiki-light-font-weight: bold;
1622
- --shiki-dark: #f38ba8;
1623
- --shiki-dark-font-weight: bold;
1624
- --shiki-nord: #d8dee9ff;
1625
- --shiki-nord-font-weight: bold;
1626
- --shiki-tokyo: #c0caf5;
1627
- --shiki-tokyo-font-weight: bold;
1628
- --shiki-rose: #e0def4;
1629
- --shiki-rose-font-weight: bold;
1630
- }
1631
-
1632
- ._sk_n4fr5g {
1633
- color: #40a02b;
1634
- --shiki-dark: #a6e3a1;
1635
- --shiki-nord: #8fbcbb;
1636
- --shiki-tokyo: #89ddff;
1637
- --shiki-rose: #908caa;
1638
- }
1639
-
1640
- ._sk_1kqxrt {
1641
- color: #40a02b;
1642
- --shiki-dark: #a6e3a1;
1643
- --shiki-nord: #8fbcbb;
1644
- --shiki-tokyo: #89ddff;
1645
- --shiki-rose: #e0def4;
1646
- }
1647
-
1648
- ._sk_1p9nrk {
1649
- color: #7287fd;
1650
- --shiki-dark: #b4befe;
1651
- --shiki-nord: #88c0d0;
1652
- --shiki-tokyo: #73daca;
1653
- --shiki-rose: #f6c177;
1654
- }
1655
-
1656
- ._sk_1o5iow {
1657
- color: #8839ef;
1658
- --shiki-dark: #cba6f7;
1659
- --shiki-nord: #81a1c1;
1660
- --shiki-tokyo: #7aa2f7;
1661
- --shiki-rose: #31748f;
1662
- }
1663
-
1664
- ._sk_1ykg1v {
1665
- color: #40a02b;
1666
- --shiki-dark: #a6e3a1;
1667
- --shiki-nord: #ebcb8b;
1668
- --shiki-tokyo: #9ece6a;
1669
- --shiki-rose: #31748f;
1670
- }
1671
-
1672
- ._sk_1hwno9 {
1673
- color: #179299;
1674
- --shiki-dark: #94e2d5;
1675
- --shiki-nord: #eceff4;
1676
- --shiki-tokyo: #89ddff;
1677
- --shiki-rose: #31748f;
1678
- }
1679
-
1680
- ._sk_uh1x9c {
1681
- color: #4c4f69;
1682
- --shiki-light-font-style: inherit;
1683
- --shiki-dark: #cdd6f4;
1684
- --shiki-dark-font-style: inherit;
1685
- --shiki-nord: #d8dee9;
1686
- --shiki-nord-font-style: inherit;
1687
- --shiki-tokyo: #bb9af7;
1688
- --shiki-tokyo-font-style: inherit;
1689
- --shiki-rose: #e0def4;
1690
- --shiki-rose-font-style: italic;
1691
- }
1692
-
1693
- ._sk_261pw1 {
1694
- color: #4c4f69;
1695
- --shiki-dark: #cdd6f4;
1696
- --shiki-nord: #88c0d0;
1697
- --shiki-tokyo: #73daca;
1698
- --shiki-rose: #e0def4;
1699
- }
1700
-
1701
- ._sk_30ey1a {
1702
- color: #8839ef;
1703
- --shiki-light-font-style: italic;
1704
- --shiki-dark: #cba6f7;
1705
- --shiki-dark-font-style: italic;
1706
- --shiki-nord: #8fbcbb;
1707
- --shiki-nord-font-style: inherit;
1708
- --shiki-tokyo: #0db9d7;
1709
- --shiki-tokyo-font-style: inherit;
1710
- --shiki-rose: #9ccfd8;
1711
- --shiki-rose-font-style: inherit;
1712
- }
1713
-
1714
- ._sk_1rhcs7 {
1715
- color: #8839ef;
1716
- --shiki-light-font-weight: bold;
1717
- --shiki-dark: #cba6f7;
1718
- --shiki-dark-font-weight: bold;
1719
- --shiki-nord: #81a1c1;
1720
- --shiki-nord-font-weight: inherit;
1721
- --shiki-tokyo: #89ddff;
1722
- --shiki-tokyo-font-weight: inherit;
1723
- --shiki-rose: #31748f;
1724
- --shiki-rose-font-weight: inherit;
1725
- }
1726
-
1727
- ._sk_g50yhz {
1728
- color: #7c7f93;
1729
- --shiki-dark: #9399b2;
1730
- --shiki-nord: #81a1c1;
1731
- --shiki-tokyo: #7dcfff;
1732
- --shiki-rose: #908caa;
1733
- }
1734
-
1735
- ._sk_xjm9g6 {
1736
- color: #1e66f5;
1737
- --shiki-light-font-style: italic;
1738
- --shiki-dark: #89b4fa;
1739
- --shiki-dark-font-style: italic;
1740
- --shiki-nord: #88c0d0;
1741
- --shiki-nord-font-style: inherit;
1742
- --shiki-tokyo: #7aa2f7;
1743
- --shiki-tokyo-font-style: inherit;
1744
- --shiki-rose: #ebbcba;
1745
- --shiki-rose-font-style: italic;
1746
- }
1747
-
1748
- ._sk_2piw18 {
1749
- color: #179299;
1750
- --shiki-light-font-weight: inherit;
1751
- --shiki-dark: #94e2d5;
1752
- --shiki-dark-font-weight: inherit;
1753
- --shiki-nord: #81a1c1;
1754
- --shiki-nord-font-weight: inherit;
1755
- --shiki-tokyo: #f7768e;
1756
- --shiki-tokyo-font-weight: bold;
1757
- --shiki-rose: #31748f;
1758
- --shiki-rose-font-weight: inherit;
1759
- }
1760
-
1761
- ._sk_1zenpn {
1762
- color: #fe640b;
1763
- --shiki-light-font-style: inherit;
1764
- --shiki-dark: #fab387;
1765
- --shiki-dark-font-style: inherit;
1766
- --shiki-nord: #d8dee9;
1767
- --shiki-nord-font-style: inherit;
1768
- --shiki-tokyo: #0db9d7;
1769
- --shiki-tokyo-font-style: inherit;
1770
- --shiki-rose: #e0def4;
1771
- --shiki-rose-font-style: italic;
1772
- }
1773
-
1774
- ._sk_23hb1j {
1775
- color: #df8e1d;
1776
- --shiki-light-font-style: italic;
1777
- --shiki-dark: #f9e2af;
1778
- --shiki-dark-font-style: italic;
1779
- --shiki-nord: #8fbcbb;
1780
- --shiki-nord-font-style: inherit;
1781
- --shiki-tokyo: #0db9d7;
1782
- --shiki-tokyo-font-style: inherit;
1783
- --shiki-rose: #9ccfd8;
1784
- --shiki-rose-font-style: inherit;
1785
- }
1786
-
1787
- ._sk_1rtdbj {
1788
- color: #4c4f69;
1789
- --shiki-dark: #cdd6f4;
1790
- --shiki-nord: #d8dee9ff;
1791
- --shiki-tokyo: #7dcfff;
1792
- --shiki-rose: #9ccfd8;
1793
- }
1794
-
1795
- ._sk_2c65h0 {
1796
- color: #ea76cb;
1797
- --shiki-dark: #f5c2e7;
1798
- --shiki-nord: #eceff4;
1799
- --shiki-tokyo: #89ddff;
1800
- --shiki-rose: #f6c177;
1801
- }
1802
-
1803
- ._sk_kbgbf8 {
1804
- color: #ea76cb;
1805
- --shiki-dark: #f5c2e7;
1806
- --shiki-nord: #ebcb8b;
1807
- --shiki-tokyo: #c0caf5;
1808
- --shiki-rose: #31748f;
1809
- }
1810
-
1811
- ._sk_5ayty4 {
1812
- color: #40a02b;
1813
- --shiki-dark: #a6e3a1;
1814
- --shiki-nord: #eceff4;
1815
- --shiki-tokyo: #f7768e;
1816
- --shiki-rose: #908caa;
1817
- }
1818
-
1819
- ._sk_1npqn6 {
1820
- color: #ea76cb;
1821
- --shiki-dark: #f5c2e7;
1822
- --shiki-nord: #ebcb8b;
1823
- --shiki-tokyo: #bb9af7;
1824
- --shiki-rose: #31748f;
1825
- }
1826
-
1827
- ._sk_1ay411 {
1828
- color: #40a02b;
1829
- --shiki-dark: #a6e3a1;
1830
- --shiki-nord: #d8dee9;
1831
- --shiki-tokyo: #7dcfff;
1832
- --shiki-rose: #9ccfd8;
1833
- }
1834
-
1835
- ._sk_2acmkm {
1836
- color: #fe640b;
1837
- --shiki-light-font-style: inherit;
1838
- --shiki-dark: #fab387;
1839
- --shiki-dark-font-style: inherit;
1840
- --shiki-nord: #d8dee9;
1841
- --shiki-nord-font-style: inherit;
1842
- --shiki-tokyo: #ff9e64;
1843
- --shiki-tokyo-font-style: inherit;
1844
- --shiki-rose: #e0def4;
1845
- --shiki-rose-font-style: italic;
1846
- }
1847
-
1848
- ._sk_1nh4d1 {
1849
- color: #4c4f69;
1850
- --shiki-dark: #cdd6f4;
1851
- --shiki-nord: #88c0d0;
1852
- --shiki-tokyo: #41a6b5;
1853
- --shiki-rose: #e0def4;
1854
- }
1855
-
1856
- ._sk_ol1dcb {
1857
- color: #4c4f69;
1858
- --shiki-light-font-style: inherit;
1859
- --shiki-dark: #cdd6f4;
1860
- --shiki-dark-font-style: inherit;
1861
- --shiki-nord: #8fbcbb;
1862
- --shiki-nord-font-style: inherit;
1863
- --shiki-tokyo: #0db9d7;
1864
- --shiki-tokyo-font-style: inherit;
1865
- --shiki-rose: #e0def4;
1866
- --shiki-rose-font-style: italic;
1867
- }
1868
-
1869
- ._sk_1sojla {
1870
- color: #4c4f69;
1871
- --shiki-light-font-style: inherit;
1872
- --shiki-dark: #cdd6f4;
1873
- --shiki-dark-font-style: inherit;
1874
- --shiki-nord: #d8dee9;
1875
- --shiki-nord-font-style: inherit;
1876
- --shiki-tokyo: #ff9e64;
1877
- --shiki-tokyo-font-style: inherit;
1878
- --shiki-rose: #e0def4;
1879
- --shiki-rose-font-style: italic;
1880
- }
1881
-
1882
- ._sk_fhp1jp {
1883
- color: #179299;
1884
- --shiki-dark: #94e2d5;
1885
- --shiki-nord: #81a1c1;
1886
- --shiki-tokyo: #ba3c97;
1887
- --shiki-rose: #6e6a86;
1888
- }
1889
-
1890
- ._sk_13yry4 {
1891
- color: #4c4f69;
1892
- --shiki-dark: #cdd6f4;
1893
- --shiki-nord: #88c0d0;
1894
- --shiki-tokyo: #73daca;
1895
- --shiki-rose: #31748f;
1896
- }
1897
-
1898
- ._sk_15r2xx {
1899
- color: #e64553;
1900
- --shiki-light-font-style: inherit;
1901
- --shiki-dark: #eba0ac;
1902
- --shiki-dark-font-style: inherit;
1903
- --shiki-nord: #d8dee9;
1904
- --shiki-nord-font-style: inherit;
1905
- --shiki-tokyo: #c0caf5;
1906
- --shiki-tokyo-font-style: inherit;
1907
- --shiki-rose: #e0def4;
1908
- --shiki-rose-font-style: italic;
1909
- }
1910
-
1911
- ._sk_1i618j {
1912
- color: #8839ef;
1913
- --shiki-dark: #cba6f7;
1914
- --shiki-nord: #eceff4;
1915
- --shiki-tokyo: #9d7cd8;
1916
- --shiki-rose: #908caa;
1917
- }
1918
-
1919
- ._sk_1x79ku {
1920
- color: #40a02b;
1921
- --shiki-dark: #a6e3a1;
1922
- --shiki-nord: #a3be8c;
1923
- --shiki-tokyo: #449dab;
1924
- --shiki-rose: #9ccfd8;
1925
- }
1926
-
1927
- ._sk_mpevu7 {
1928
- color: #4c4f69;
1929
- --shiki-light-font-style: inherit;
1930
- --shiki-dark: #cdd6f4;
1931
- --shiki-dark-font-style: inherit;
1932
- --shiki-nord: #d8dee9;
1933
- --shiki-nord-font-style: inherit;
1934
- --shiki-tokyo: #0db9d7;
1935
- --shiki-tokyo-font-style: inherit;
1936
- --shiki-rose: #e0def4;
1937
- --shiki-rose-font-style: italic;
1938
- }
1939
-
1940
- ._sk_5a2o23 {
1941
- color: #8839ef;
1942
- --shiki-dark: #cba6f7;
1943
- --shiki-nord: #8fbcbb;
1944
- --shiki-tokyo: #0db9d7;
1945
- --shiki-rose: #9ccfd8;
1946
- }
1947
-
1948
- ._sk_vdzsny {
1949
- color: #4c4f69;
1950
- --shiki-dark: #cdd6f4;
1951
- --shiki-nord: #d8dee9;
1952
- --shiki-tokyo: #73daca;
1953
- --shiki-rose: #e0def4;
1954
- }
1955
-
1956
- ._sk_r67u5z {
1957
- color: #8839ef;
1958
- --shiki-dark: #cba6f7;
1959
- --shiki-nord: #81a1c1;
1960
- --shiki-tokyo: #ff9e64;
1961
- --shiki-rose: #ebbcba;
1962
- }
1963
-
1964
- ._sk_tbm5ci {
1965
- color: #40a02b;
1966
- --shiki-dark: #a6e3a1;
1967
- --shiki-nord: #ebcb8b;
1968
- --shiki-tokyo: #c0caf5;
1969
- --shiki-rose: #31748f;
1970
- }
1971
-
1972
- ._sk_1hyz35 {
1973
- color: #4c4f69;
1974
- --shiki-dark: #cdd6f4;
1975
- --shiki-nord: #81a1c1;
1976
- --shiki-tokyo: #ba3c97;
1977
- --shiki-rose: #6e6a86;
1978
- }
1979
-
1980
- ._sk_jafgm4 {
1981
- color: #8839ef;
1982
- --shiki-dark: #cba6f7;
1983
- --shiki-nord: #81a1c1;
1984
- --shiki-tokyo: #ba3c97;
1985
- --shiki-rose: #6e6a86;
1986
- }
1987
-
1988
- ._sk_15ilh2 {
1989
- color: #8839ef;
1990
- --shiki-dark: #cba6f7;
1991
- --shiki-nord: #81a1c1;
1992
- --shiki-tokyo: #f7768e;
1993
- --shiki-rose: #9ccfd8;
1994
- }
1995
-
1996
- ._sk_u7q43h {
1997
- color: #7c7f93;
1998
- --shiki-light-font-style: inherit;
1999
- --shiki-dark: #9399b2;
2000
- --shiki-dark-font-style: inherit;
2001
- --shiki-nord: #81a1c1;
2002
- --shiki-nord-font-style: inherit;
2003
- --shiki-tokyo: #e0af68;
2004
- --shiki-tokyo-font-style: inherit;
2005
- --shiki-rose: #908caa;
2006
- --shiki-rose-font-style: italic;
2007
- }
2008
-
2009
- ._sk_20g5hh {
2010
- color: #4c4f69;
2011
- --shiki-dark: #cdd6f4;
2012
- --shiki-nord: #a3be8c;
2013
- --shiki-tokyo: #9ece6a;
2014
- --shiki-rose: #f6c177;
2015
- }
2016
-
2017
- ._sk_1ek82f {
2018
- color: #4c4f69;
2019
- --shiki-dark: #cdd6f4;
2020
- --shiki-nord: #eceff4;
2021
- --shiki-tokyo: #89ddff;
2022
- --shiki-rose: #f6c177;
2023
- }
2024
-
2025
- ._sk_uwnxsv {
2026
- color: #4c4f69;
2027
- --shiki-dark: #cdd6f4;
2028
- --shiki-nord: #a3be8c;
2029
- --shiki-tokyo: #9abdf5;
2030
- --shiki-rose: #e0def4;
2031
- }
2032
-
2033
- ._sk_2e9lcl {
2034
- color: #1e66f5;
2035
- --shiki-dark: #89b4fa;
2036
- --shiki-nord: #5e81ac;
2037
- --shiki-tokyo: #f7768e;
2038
- --shiki-rose: #9ccfd8;
2039
- }
2040
-
2041
- ._sk_9sdaq2 {
2042
- color: #4c4f69;
2043
- --shiki-dark: #cdd6f4;
2044
- --shiki-nord: #d8dee9ff;
2045
- --shiki-tokyo: #de5971;
2046
- --shiki-rose: #e0def4;
2047
- }
2048
-
2049
- ._sk_186p8o {
2050
- color: #8839ef;
2051
- --shiki-dark: #cba6f7;
2052
- --shiki-nord: #5e81ac;
2053
- --shiki-tokyo: #89ddff;
2054
- --shiki-rose: #31748f;
2055
- }
2056
-
2057
- ._sk_jcmrxi {
2058
- color: #df8e1d;
2059
- --shiki-light-font-style: italic;
2060
- --shiki-dark: #f9e2af;
2061
- --shiki-dark-font-style: italic;
2062
- --shiki-nord: #8fbcbb;
2063
- --shiki-nord-font-style: inherit;
2064
- --shiki-tokyo: #c0caf5;
2065
- --shiki-tokyo-font-style: inherit;
2066
- --shiki-rose: #ebbcba;
2067
- --shiki-rose-font-style: inherit;
2068
- }
2069
-
2070
- ._sk_1qrrfd {
2071
- color: #8839ef;
2072
- --shiki-light-font-style: inherit;
2073
- --shiki-dark: #cba6f7;
2074
- --shiki-dark-font-style: inherit;
2075
- --shiki-nord: #81a1c1;
2076
- --shiki-nord-font-style: inherit;
2077
- --shiki-tokyo: #bb9af7;
2078
- --shiki-tokyo-font-style: italic;
2079
- --shiki-rose: #31748f;
2080
- --shiki-rose-font-style: italic;
2081
- }
2082
-
2083
- ._sk_i3eqou {
2084
- color: #df8e1d;
2085
- --shiki-light-font-style: italic;
2086
- --shiki-dark: #f9e2af;
2087
- --shiki-dark-font-style: italic;
2088
- --shiki-nord: #8fbcbb;
2089
- --shiki-nord-font-style: inherit;
2090
- --shiki-tokyo: #0db9d7;
2091
- --shiki-tokyo-font-style: italic;
2092
- --shiki-rose: #9ccfd8;
2093
- --shiki-rose-font-style: italic;
2094
- }
2095
-
2096
- ._sk_zydw3a {
2097
- color: #4c4f69;
2098
- --shiki-light-font-style: italic;
2099
- --shiki-dark: #cdd6f4;
2100
- --shiki-dark-font-style: italic;
2101
- --shiki-nord: #616e88;
2102
- --shiki-nord-font-style: inherit;
2103
- --shiki-tokyo: #c0caf5;
2104
- --shiki-tokyo-font-style: italic;
2105
- --shiki-rose: #ebbcba;
2106
- --shiki-rose-font-style: italic;
2107
- }
2108
-
2109
- ._sk_21xaeo {
2110
- color: #179299;
2111
- --shiki-light-font-style: inherit;
2112
- --shiki-dark: #94e2d5;
2113
- --shiki-dark-font-style: inherit;
2114
- --shiki-nord: #81a1c1;
2115
- --shiki-nord-font-style: inherit;
2116
- --shiki-tokyo: #89ddff;
2117
- --shiki-tokyo-font-style: italic;
2118
- --shiki-rose: #31748f;
2119
- --shiki-rose-font-style: italic;
2120
- }
2121
-
2122
- ._sk_v3mrvm {
2123
- color: #40a02b;
2124
- --shiki-light-font-style: inherit;
2125
- --shiki-dark: #a6e3a1;
2126
- --shiki-dark-font-style: inherit;
2127
- --shiki-nord: #eceff4;
2128
- --shiki-nord-font-style: inherit;
2129
- --shiki-tokyo: #89ddff;
2130
- --shiki-tokyo-font-style: inherit;
2131
- --shiki-rose: #f6c177;
2132
- --shiki-rose-font-style: italic;
2133
- }
2134
-
2135
- ._sk_3e6394 {
2136
- color: #40a02b;
2137
- --shiki-light-font-style: italic;
2138
- --shiki-dark: #a6e3a1;
2139
- --shiki-dark-font-style: italic;
2140
- --shiki-nord: #a3be8c;
2141
- --shiki-nord-font-style: inherit;
2142
- --shiki-tokyo: #9ece6a;
2143
- --shiki-tokyo-font-style: inherit;
2144
- --shiki-rose: #f6c177;
2145
- --shiki-rose-font-style: italic;
2146
- }
2147
-
2148
- ._sk_1eq952 {
2149
- color: #d20f39;
2150
- --shiki-light-font-weight: inherit;
2151
- --shiki-dark: #f38ba8;
2152
- --shiki-dark-font-weight: inherit;
2153
- --shiki-nord: #81a1c1;
2154
- --shiki-nord-font-weight: inherit;
2155
- --shiki-tokyo: #89ddff;
2156
- --shiki-tokyo-font-weight: bold;
2157
- --shiki-rose: #908caa;
2158
- --shiki-rose-font-weight: bold;
2159
- }
2160
-
2161
- ._sk_ngcjsv {
2162
- color: #d20f39;
2163
- --shiki-light-font-weight: inherit;
2164
- --shiki-dark: #f38ba8;
2165
- --shiki-dark-font-weight: inherit;
2166
- --shiki-nord: #88c0d0;
2167
- --shiki-nord-font-weight: inherit;
2168
- --shiki-tokyo: #89ddff;
2169
- --shiki-tokyo-font-weight: bold;
2170
- --shiki-rose: #9ccfd8;
2171
- --shiki-rose-font-weight: bold;
2172
- }
2173
-
2174
- ._sk_1ndkbg {
2175
- color: #fe640b;
2176
- --shiki-light-font-weight: inherit;
2177
- --shiki-dark: #fab387;
2178
- --shiki-dark-font-weight: inherit;
2179
- --shiki-nord: #81a1c1;
2180
- --shiki-nord-font-weight: inherit;
2181
- --shiki-tokyo: #61bdf2;
2182
- --shiki-tokyo-font-weight: bold;
2183
- --shiki-rose: #908caa;
2184
- --shiki-rose-font-weight: bold;
2185
- }
2186
-
2187
- ._sk_90ysr2 {
2188
- color: #fe640b;
2189
- --shiki-light-font-weight: inherit;
2190
- --shiki-dark: #fab387;
2191
- --shiki-dark-font-weight: inherit;
2192
- --shiki-nord: #88c0d0;
2193
- --shiki-nord-font-weight: inherit;
2194
- --shiki-tokyo: #61bdf2;
2195
- --shiki-tokyo-font-weight: bold;
2196
- --shiki-rose: #9ccfd8;
2197
- --shiki-rose-font-weight: bold;
2198
- }
2199
-
2200
- ._sk_10afqs {
2201
- color: #7c7f93;
2202
- --shiki-dark: #9399b2;
2203
- --shiki-nord: #8fbcbb;
2204
- --shiki-tokyo: #89ddff;
2205
- --shiki-rose: #908caa;
2206
- }
2207
-
2208
- ._sk_oiga1b {
2209
- color: #04a5e5;
2210
- --shiki-dark: #89dceb;
2211
- --shiki-nord: #8fbcbb;
2212
- --shiki-tokyo: #89ddff;
2213
- --shiki-rose: #e0def4;
2214
- }
2215
-
2216
- ._sk_13bifu {
2217
- color: #4c4f69;
2218
- --shiki-dark: #cdd6f4;
2219
- --shiki-nord: #8fbcbb;
2220
- --shiki-tokyo: #c0caf5;
2221
- --shiki-rose: #e0def4;
2222
- }
2223
-
2224
- ._sk_1y8512 {
2225
- color: #df8e1d;
2226
- --shiki-light-font-weight: inherit;
2227
- --shiki-dark: #f9e2af;
2228
- --shiki-dark-font-weight: inherit;
2229
- --shiki-nord: #81a1c1;
2230
- --shiki-nord-font-weight: inherit;
2231
- --shiki-tokyo: #7aa2f7;
2232
- --shiki-tokyo-font-weight: bold;
2233
- --shiki-rose: #908caa;
2234
- --shiki-rose-font-weight: bold;
2235
- }
2236
-
2237
- ._sk_6n2meq {
2238
- color: #df8e1d;
2239
- --shiki-light-font-weight: inherit;
2240
- --shiki-dark: #f9e2af;
2241
- --shiki-dark-font-weight: inherit;
2242
- --shiki-nord: #88c0d0;
2243
- --shiki-nord-font-weight: inherit;
2244
- --shiki-tokyo: #7aa2f7;
2245
- --shiki-tokyo-font-weight: bold;
2246
- --shiki-rose: #9ccfd8;
2247
- --shiki-rose-font-weight: bold;
2248
- }
2249
-
2250
- ._sk_xp8evv {
2251
- color: #4c4f69;
2252
- --shiki-dark: #cdd6f4;
2253
- --shiki-nord: #8fbcbb;
2254
- --shiki-tokyo: #89ddff;
2255
- --shiki-rose: #e0def4;
2256
- }
2257
-
2258
- ._sk_27r4ll {
2259
- color: #4c4f69;
2260
- --shiki-dark: #cdd6f4;
2261
- --shiki-nord: #d8dee9ff;
2262
- --shiki-tokyo: #c0cefc;
2263
- --shiki-rose: #e0def4;
2264
- }
2265
-
2266
- ._sk_1cs5bu {
2267
- color: #7c7f93;
2268
- --shiki-dark: #9399b2;
2269
- --shiki-nord: #8fbcbb;
2270
- --shiki-tokyo: #9abdf5;
2271
- --shiki-rose: #908caa;
2272
- }
2273
-
2274
- ._sk_iygcsr {
2275
- color: #4c4f69;
2276
- --shiki-light-font-style: inherit;
2277
- --shiki-dark: #cdd6f4;
2278
- --shiki-dark-font-style: inherit;
2279
- --shiki-nord: #8fbcbb;
2280
- --shiki-nord-font-style: inherit;
2281
- --shiki-tokyo: #73daca;
2282
- --shiki-tokyo-font-style: inherit;
2283
- --shiki-rose: #ebbcba;
2284
- --shiki-rose-font-style: italic;
2285
- }
2286
-
2287
- ._sk_26utif {
2288
- color: #1e66f5;
2289
- --shiki-dark: #89b4fa;
2290
- --shiki-nord: #8fbcbb;
2291
- --shiki-tokyo: #7aa2f7;
2292
- --shiki-rose: #e0def4;
2293
- }
2294
-
2295
- ._sk_1ijvbe {
2296
- color: #e64553;
2297
- --shiki-light-font-style: italic;
2298
- --shiki-dark: #eba0ac;
2299
- --shiki-dark-font-style: italic;
2300
- --shiki-nord: #8fbcbb;
2301
- --shiki-nord-font-style: inherit;
2302
- --shiki-tokyo: #c0caf5;
2303
- --shiki-tokyo-font-style: inherit;
2304
- --shiki-rose: #e0def4;
2305
- --shiki-rose-font-style: inherit;
2306
- }
2307
-
2308
- ._sk_1wrm2x {
2309
- color: #40a02b;
2310
- --shiki-dark: #a6e3a1;
2311
- --shiki-nord: #81a1c1;
2312
- --shiki-tokyo: #89ddff;
2313
- --shiki-rose: #f6c177;
2314
- }
2315
-
2316
- ._sk_xtdtnt {
2317
- color: #4c4f69;
2318
- --shiki-light-font-style: inherit;
2319
- --shiki-dark: #cdd6f4;
2320
- --shiki-dark-font-style: inherit;
2321
- --shiki-nord: #8fbcbb;
2322
- --shiki-nord-font-style: inherit;
2323
- --shiki-tokyo: #c0caf5;
2324
- --shiki-tokyo-font-style: inherit;
2325
- --shiki-rose: #e0def4;
2326
- --shiki-rose-font-style: italic;
2327
- }
2328
-
2329
- ._sk_2c4py3 {
2330
- color: #7c7f93;
2331
- --shiki-light-font-style: inherit;
2332
- --shiki-dark: #9399b2;
2333
- --shiki-dark-font-style: inherit;
2334
- --shiki-nord: #8fbcbb;
2335
- --shiki-nord-font-style: inherit;
2336
- --shiki-tokyo: #e0af68;
2337
- --shiki-tokyo-font-style: inherit;
2338
- --shiki-rose: #908caa;
2339
- --shiki-rose-font-style: italic;
2340
- }
2341
-
2342
- ._sk_1dndbb {
2343
- color: #4c4f69;
2344
- --shiki-dark: #cdd6f4;
2345
- --shiki-nord: #8fbcbb;
2346
- --shiki-tokyo: #9abdf5;
2347
- --shiki-rose: #9ccfd8;
2348
- }
2349
-
2350
- ._sk_1d6im5 {
2351
- color: #4c4f69;
2352
- --shiki-dark: #cdd6f4;
2353
- --shiki-nord: #8fbcbb;
2354
- --shiki-tokyo: #9abdf5;
2355
- --shiki-rose: #e0def4;
2356
- }