hexo-theme-solitude 1.5.1 → 1.5.3

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 (153) hide show
  1. package/.github/FUNDING.yml +2 -2
  2. package/.github/ISSUE_TEMPLATE/config.yml +17 -0
  3. package/.github/ISSUE_TEMPLATE/feature_request.yml +48 -0
  4. package/.github/PULL_REQUEST_TEMPLATE.md +35 -0
  5. package/.github/logo.png +0 -0
  6. package/.github/screenshot.png +0 -0
  7. package/.github/workflows/stale.yml +19 -0
  8. package/CONTRIBUTING.md +2 -13
  9. package/LICENSE +21 -674
  10. package/README.md +41 -96
  11. package/README_EN.md +40 -96
  12. package/README_zh-tw.md +60 -0
  13. package/SECURITY.md +9 -0
  14. package/_config.yml +235 -264
  15. package/languages/{en-US.yml → en.yml} +3 -4
  16. package/languages/zh-CN.yml +0 -1
  17. package/languages/zh-TW.yml +0 -1
  18. package/layout/404.pug +1 -1
  19. package/layout/includes/body/gadsense.pug +9 -0
  20. package/layout/includes/console.pug +6 -6
  21. package/layout/includes/footer.pug +13 -13
  22. package/layout/includes/inject/body.pug +10 -1
  23. package/layout/includes/inject/head.pug +4 -4
  24. package/layout/includes/mixins/pagination.pug +2 -2
  25. package/layout/includes/nav.pug +2 -2
  26. package/layout/includes/page/album.pug +9 -9
  27. package/layout/includes/page/says.pug +5 -5
  28. package/layout/includes/sidebar.pug +2 -3
  29. package/layout/includes/widgets/aside/asideInfoCard.pug +1 -1
  30. package/layout/includes/widgets/aside/asideNewestPost.pug +1 -1
  31. package/layout/includes/widgets/aside/asideToc.pug +1 -1
  32. package/layout/includes/widgets/aside/asideWebInfo.pug +8 -8
  33. package/layout/includes/widgets/home/banner.pug +1 -1
  34. package/layout/includes/widgets/home/bbTimeList.pug +7 -7
  35. package/layout/includes/widgets/home/categoryBar.pug +5 -4
  36. package/layout/includes/widgets/home/categoryGroup.pug +1 -1
  37. package/layout/includes/widgets/home/postList.pug +8 -2
  38. package/layout/includes/widgets/home/topGroup.pug +1 -1
  39. package/layout/includes/widgets/nav/menu.pug +1 -1
  40. package/layout/includes/widgets/nav/right.pug +6 -6
  41. package/layout/includes/widgets/page/about/award.pug +3 -3
  42. package/layout/includes/widgets/page/about/hobbies.pug +1 -1
  43. package/layout/includes/widgets/page/banner.pug +1 -1
  44. package/layout/includes/widgets/page/equipment/content.pug +1 -1
  45. package/layout/includes/widgets/page/links/banner.pug +3 -3
  46. package/layout/includes/widgets/page/moments/angle.pug +1 -1
  47. package/layout/includes/widgets/post/award.pug +1 -1
  48. package/layout/includes/widgets/post/copyright.pug +1 -1
  49. package/layout/includes/widgets/post/post-ai.pug +1 -1
  50. package/layout/includes/widgets/post/postMeta.pug +12 -12
  51. package/layout/includes/widgets/rightside/index.pug +25 -25
  52. package/layout/includes/widgets/third-party/comments/comment.pug +1 -1
  53. package/layout/includes/widgets/third-party/music.pug +1 -1
  54. package/layout/includes/widgets/third-party/search/algolia-search.pug +2 -2
  55. package/layout/includes/widgets/third-party/search/local-search.pug +1 -1
  56. package/layout/index.pug +2 -2
  57. package/package.json +9 -9
  58. package/plugins.yml +8 -12
  59. package/scripts/event/cdn.js +10 -0
  60. package/scripts/event/welcome.js +1 -1
  61. package/scripts/filter/lazyload.js +2 -3
  62. package/scripts/helper/related_post.js +1 -1
  63. package/scripts/tags/card.js +1 -1
  64. package/scripts/tags/mermaid.js +9 -0
  65. package/scripts/tags/tabs.js +2 -2
  66. package/source/css/_global/animation.styl +1 -1
  67. package/source/css/_global/index.styl +27 -27
  68. package/source/css/_layout/basic.styl +18 -18
  69. package/source/css/_layout/header.styl +67 -67
  70. package/source/css/_layout/index.styl +14 -14
  71. package/source/css/_mode/index.styl +88 -88
  72. package/source/css/_page/_about/author.styl +5 -5
  73. package/source/css/_page/_about/buff.styl +1 -1
  74. package/source/css/_page/_about/careers.styl +1 -1
  75. package/source/css/_page/_about/contentinfo.styl +2 -2
  76. package/source/css/_page/_about/game.styl +2 -2
  77. package/source/css/_page/_about/like.styl +2 -2
  78. package/source/css/_page/_about/myphoto.styl +1 -1
  79. package/source/css/_page/_about/oneself.styl +2 -2
  80. package/source/css/_page/_about/reward.styl +11 -11
  81. package/source/css/_page/_about/skills.styl +2 -2
  82. package/source/css/_page/_about/statistic.styl +4 -4
  83. package/source/css/_page/_about/tenyear.styl +4 -4
  84. package/source/css/_page/_gallery/index.styl +7 -7
  85. package/source/css/_page/_home/category-bar.styl +11 -8
  86. package/source/css/_page/_home/home-top.styl +16 -16
  87. package/source/css/_page/_home/index.styl +1 -1
  88. package/source/css/_page/_home/pagination.styl +22 -22
  89. package/source/css/_page/_home/recent-post.styl +22 -15
  90. package/source/css/_page/category.styl +11 -11
  91. package/source/css/_page/douban.styl +10 -10
  92. package/source/css/_page/equipment.styl +10 -10
  93. package/source/css/_page/error.styl +3 -3
  94. package/source/css/_page/google.styl +32 -0
  95. package/source/css/_page/index.styl +4 -1
  96. package/source/css/_page/links.styl +27 -27
  97. package/source/css/_page/moment.styl +22 -22
  98. package/source/css/_page/music.styl +16 -14
  99. package/source/css/_page/says.styl +21 -21
  100. package/source/css/_page/share.styl +25 -25
  101. package/source/css/_page/tag.styl +12 -12
  102. package/source/css/_widgets/_aside/allinfo.styl +12 -12
  103. package/source/css/_widgets/_aside/index.styl +4 -4
  104. package/source/css/_widgets/_aside/info.styl +27 -27
  105. package/source/css/_widgets/_aside/newPost.styl +5 -5
  106. package/source/css/_widgets/_aside/toc.styl +7 -7
  107. package/source/css/_widgets/_comment/index.styl +7 -7
  108. package/source/css/_widgets/_comment/twikoo.styl +66 -50
  109. package/source/css/_widgets/_comment/waline.styl +45 -44
  110. package/source/css/_widgets/_extra/console.styl +29 -29
  111. package/source/css/_widgets/_extra/fullpage.styl +1 -1
  112. package/source/css/_widgets/_extra/music.styl +11 -11
  113. package/source/css/_widgets/_extra/pace.styl +2 -2
  114. package/source/css/_widgets/_extra/rightmenu.styl +8 -8
  115. package/source/css/_widgets/_mixins/article-sort.styl +7 -7
  116. package/source/css/_widgets/_mixins/footer.styl +28 -28
  117. package/source/css/_widgets/_mixins/keyboard.styl +8 -8
  118. package/source/css/_widgets/_mixins/other.styl +4 -4
  119. package/source/css/_widgets/_mixins/sidebar.styl +20 -20
  120. package/source/css/_widgets/_post/_highlight/index.styl +16 -16
  121. package/source/css/_widgets/_post/_highlight/theme/default.styl +1 -1
  122. package/source/css/_widgets/_post/_highlight/theme/mac.styl +1 -1
  123. package/source/css/_widgets/_post/commentBarrage.styl +13 -13
  124. package/source/css/_widgets/_post/content.styl +27 -26
  125. package/source/css/_widgets/_post/copyright.styl +9 -9
  126. package/source/css/_widgets/_post/meta.styl +27 -27
  127. package/source/css/_widgets/_post/pagination.styl +13 -13
  128. package/source/css/_widgets/_post/postAI.styl +18 -18
  129. package/source/css/_widgets/_post/relatedPost.styl +8 -8
  130. package/source/css/_widgets/_post/tools.styl +30 -30
  131. package/source/css/_widgets/_search/algolia-search.styl +18 -18
  132. package/source/css/_widgets/_search/local-search.styl +22 -22
  133. package/source/css/_widgets/_tags/button.styl +1 -1
  134. package/source/css/_widgets/_tags/card.styl +12 -12
  135. package/source/css/_widgets/_tags/fold.styl +11 -11
  136. package/source/css/_widgets/_tags/index.styl +26 -26
  137. package/source/css/_widgets/_tags/link.styl +10 -9
  138. package/source/css/_widgets/_tags/mermaid.styl +4 -0
  139. package/source/css/_widgets/_tags/note.styl +2 -2
  140. package/source/css/_widgets/_tags/tabs.styl +10 -10
  141. package/source/css/_widgets/_tags/timeline.styl +5 -5
  142. package/source/img/logo.png +0 -0
  143. package/source/js/comment/twikoo_commentBarrage.js +1 -1
  144. package/source/js/comment/waline_commentBarrage.js +1 -1
  145. package/source/js/covercolor/api.js +18 -18
  146. package/source/js/covercolor/local.js +18 -18
  147. package/source/js/main.js +5 -5
  148. package/source/js/music.js +1 -12
  149. package/source/js/search/algolia.js +7 -7
  150. package/source/js/tw_cn.js +2 -2
  151. package/source/js/universe.min.js +5 -0
  152. package/source/js/utils.js +2 -2
  153. package/source/js/waterfall.min.js +1 -0
@@ -12,21 +12,21 @@
12
12
  #nav
13
13
  z-index 998
14
14
  transition .3s
15
- background var(--sco-card-bg)
15
+ background var(--efu-card-bg)
16
16
 
17
17
  a
18
- color var(--sco-fontcolor)
18
+ color var(--efu-fontcolor)
19
19
 
20
20
  &:hover
21
- color var(--sco-card-bg)
21
+ color var(--efu-card-bg)
22
22
 
23
23
  +maxWidth768()
24
24
  align-items flex-end
25
- color var(--sco-fontcolor)
25
+ color var(--efu-fontcolor)
26
26
 
27
27
  &:not(.nav-fixed)
28
28
  #nav
29
- background var(--sco-none)
29
+ background var(--efu-none)
30
30
  transition .3s
31
31
 
32
32
  +maxWidth768()
@@ -35,7 +35,7 @@
35
35
  #page-header
36
36
  #site-title
37
37
  margin 0
38
- color var(--sco-white)
38
+ color var(--efu-white)
39
39
  font-size 1.85em
40
40
 
41
41
  +minWidth768()
@@ -100,7 +100,7 @@
100
100
  user-select none
101
101
 
102
102
  +maxWidth768()
103
- background linear-gradient(to top, var(--sco-main-none) 0, var(--sco-main) 100%)
103
+ background linear-gradient(to top, var(--efu-main-none) 0, var(--efu-main) 100%)
104
104
  transition 0s
105
105
 
106
106
  +maxWidth1400()
@@ -109,7 +109,7 @@
109
109
  a
110
110
  &:hover
111
111
  span
112
- &.scoicon
112
+ &.solitude
113
113
  opacity 0
114
114
 
115
115
  +maxWidth768()
@@ -160,8 +160,8 @@
160
160
  width 25px
161
161
  height 25px
162
162
  border-radius 40px
163
- background var(--sco-fontcolor)
164
- color var(--sco-card-bg)
163
+ background var(--efu-fontcolor)
164
+ color var(--efu-card-bg)
165
165
  position absolute
166
166
  top 5px
167
167
  right 5px
@@ -178,7 +178,7 @@
178
178
  &:hover
179
179
  a
180
180
  &.totopbtn
181
- background var(--sco-lighttext)
181
+ background var(--efu-lighttext)
182
182
 
183
183
  &:not(.long):hover
184
184
  a
@@ -195,8 +195,8 @@
195
195
  z-index 103
196
196
  transition .3s
197
197
  box-shadow none
198
- background var(--sco-card-bg)
199
- outline 1px solid var(--sco-card-border)
198
+ background var(--efu-card-bg)
199
+ outline 1px solid var(--efu-card-border)
200
200
 
201
201
  #menus
202
202
  +minWidth900()
@@ -302,7 +302,7 @@
302
302
  font-size 1.3em
303
303
  opacity 0
304
304
  transition all .5s ease 0s
305
- outline 1px solid var(--sco-none)
305
+ outline 1px solid var(--efu-none)
306
306
  justify-content space-between
307
307
 
308
308
  +maxWidth768()
@@ -325,7 +325,7 @@
325
325
  display inline-block
326
326
 
327
327
  &:hover
328
- color var(--sco-white)
328
+ color var(--efu-white)
329
329
 
330
330
  #site-name
331
331
  padding 0
@@ -354,12 +354,12 @@
354
354
  display flex
355
355
  z-index 1
356
356
  content "\e008"
357
- font-family scoicon, serif
357
+ font-family solitude, serif
358
358
  align-items center
359
359
  justify-content center
360
360
  font-size 22px
361
361
  line-height 1
362
- color var(--sco-card-bg)
362
+ color var(--efu-card-bg)
363
363
 
364
364
  if hexo-config('site.name.class') == i_class
365
365
  i
@@ -400,20 +400,20 @@
400
400
 
401
401
  a
402
402
  transition .3s
403
- color var(--sco-white)
403
+ color var(--efu-white)
404
404
  padding .3rem .4rem 0
405
405
  border-radius 8px
406
406
 
407
407
  &:hover
408
- background var(--sco-white-op)
408
+ background var(--efu-white-op)
409
409
  transition .3s
410
- color var(--sco-white)
410
+ color var(--efu-white)
411
411
 
412
412
  +maxWidth768()
413
- background var(--sco-none)
413
+ background var(--efu-none)
414
414
  box-shadow none
415
415
  transition .3s
416
- color var(--sco-fontcolor)
416
+ color var(--efu-fontcolor)
417
417
 
418
418
  #menus
419
419
  display flex
@@ -450,8 +450,8 @@
450
450
  .menus_item_child
451
451
  padding 6px 4px 8px 4px
452
452
  border-radius 100px
453
- background-color var(--sco-maskbgdeep)
454
- box-shadow var(--sco-shadow-black)
453
+ background-color var(--efu-maskbgdeep)
454
+ box-shadow var(--efu-shadow-black)
455
455
  border var(--style-border)
456
456
  transition .3s
457
457
  backdrop-filter blur(20px)
@@ -476,12 +476,12 @@
476
476
  border-radius 100px
477
477
  padding .3rem .8rem
478
478
  width 100%
479
- color var(--sco-fontcolor)
479
+ color var(--efu-fontcolor)
480
480
 
481
481
  &:hover
482
- background var(--sco-lighttext)
483
- color var(--sco-card-bg)
484
- box-shadow var(--sco-shadow-main)
482
+ background var(--efu-lighttext)
483
+ color var(--efu-card-bg)
484
+ box-shadow var(--efu-shadow-main)
485
485
  margin 0 auto
486
486
  transform scale(1)
487
487
  padding .3rem 1rem
@@ -507,7 +507,7 @@
507
507
  .menus_item_child
508
508
  display block
509
509
  border var(--style-border-hover)
510
- box-shadow var(--sco-shadow-main)
510
+ box-shadow var(--efu-shadow-main)
511
511
  opacity 1
512
512
  pointer-events all
513
513
  transform translateY(0) scale(1)
@@ -562,7 +562,7 @@
562
562
  .back-home-button
563
563
  &:hover
564
564
  +minWidth900()
565
- box-shadow var(--sco-shadow-main)
565
+ box-shadow var(--efu-shadow-main)
566
566
  cursor pointer
567
567
 
568
568
  #page-name
@@ -586,8 +586,8 @@
586
586
 
587
587
  &:hover
588
588
  +minWidth900()
589
- color var(--sco-lighttext) !important
590
- background var(--sco-none)
589
+ color var(--efu-lighttext) !important
590
+ background var(--efu-none)
591
591
  box-shadow none
592
592
 
593
593
  &-mask
@@ -632,7 +632,7 @@
632
632
  .totopbtn
633
633
  i
634
634
  opacity 1
635
- color var(--sco-card-bg)
635
+ color var(--efu-card-bg)
636
636
  transition .3s
637
637
 
638
638
  #percent
@@ -677,8 +677,8 @@ if hexo-config('nav.group')
677
677
  font-size 20px
678
678
 
679
679
  &:hover
680
- background var(--sco-main)
681
- color var(--sco-card-bg)
680
+ background var(--efu-main)
681
+ color var(--efu-card-bg)
682
682
 
683
683
  .back-menu-list-groups
684
684
  display flex
@@ -690,7 +690,7 @@ if hexo-config('nav.group')
690
690
 
691
691
  +maxWidth768()
692
692
  padding-bottom 8px
693
- box-shadow var(--sco-shadow-border)
693
+ box-shadow var(--efu-shadow-border)
694
694
  left: 0
695
695
 
696
696
  .back-menu-list-group
@@ -703,7 +703,7 @@ if hexo-config('nav.group')
703
703
 
704
704
  &:hover
705
705
  .back-menu-list-title
706
- color var(--sco-lighttext)
706
+ color var(--efu-lighttext)
707
707
 
708
708
  .back-menu-list-groups
709
709
  position absolute
@@ -711,13 +711,13 @@ if hexo-config('nav.group')
711
711
  transform scale(.8)
712
712
  transform-origin top left
713
713
  left 1.5rem
714
- background-color var(--sco-maskbgdeep)
714
+ background-color var(--efu-maskbgdeep)
715
715
  border-radius 12px
716
716
  border var(--style-border)
717
717
  flex-direction column
718
718
  font-size 12px
719
- color var(--sco-secondtext)
720
- box-shadow var(--sco-shadow-border)
719
+ color var(--efu-secondtext)
720
+ box-shadow var(--efu-shadow-border)
721
721
  transition .3s
722
722
  opacity 0
723
723
  pointer-events none
@@ -736,44 +736,44 @@ if hexo-config('nav.group')
736
736
  .nav-fixed
737
737
  #nav
738
738
  a
739
- color var(--sco-fontcolor)
739
+ color var(--efu-fontcolor)
740
740
  transition .3s
741
741
 
742
742
  &:hover
743
- background var(--sco-lighttext)
744
- color var(--sco-card-bg)
743
+ background var(--efu-lighttext)
744
+ color var(--efu-card-bg)
745
745
  transition .3s
746
746
 
747
747
  #site-name
748
748
  &:hover
749
749
  +minWidth900()
750
- background var(--sco-lighttext)
750
+ background var(--efu-lighttext)
751
751
 
752
752
  if hexo-config('nav.group')
753
753
  .back-home-button
754
- color var(--sco-fontcolor)
754
+ color var(--efu-fontcolor)
755
755
 
756
756
  &:hover
757
- background var(--sco-lighttext)
758
- color var(--sco-card-bg)
757
+ background var(--efu-lighttext)
758
+ color var(--efu-card-bg)
759
759
 
760
760
  .menus_item
761
761
  &:hover
762
762
  & >
763
763
  a.site-page
764
- background-color var(--sco-lighttext)
764
+ background-color var(--efu-lighttext)
765
765
 
766
766
  +minWidth768()
767
- background-color var(--sco-main)
767
+ background-color var(--efu-main)
768
768
 
769
769
  .post
770
770
  if hexo-config('nav.group')
771
771
  .back-home-button
772
- color var(--sco-white)
772
+ color var(--efu-white)
773
773
 
774
774
  &:hover
775
- background var(--sco-white-op)
776
- color var(--sco-white)
775
+ background var(--efu-white-op)
776
+ color var(--efu-white)
777
777
  cursor pointer
778
778
 
779
779
  #nav
@@ -783,13 +783,13 @@ if hexo-config('nav.group')
783
783
  align-items center
784
784
 
785
785
  &:after
786
- color var(--sco-white)
786
+ color var(--efu-white)
787
787
 
788
788
  .nav-fixed
789
789
  #nav
790
790
  #site-name
791
791
  &:after
792
- color var(--sco-card-bg)
792
+ color var(--efu-card-bg)
793
793
 
794
794
  .back-menu-list-groups
795
795
  .back-menu-list
@@ -817,23 +817,23 @@ if hexo-config('nav.group')
817
817
  padding 4px 8px
818
818
 
819
819
  &:hover
820
- background var(--sco-lighttext)
820
+ background var(--efu-lighttext)
821
821
  transform scale(1)
822
822
 
823
823
  .back-menu-item-text
824
- color var(--sco-card-bg)
824
+ color var(--efu-card-bg)
825
825
 
826
826
  .back-menu-item-icon
827
827
  width 24px
828
828
  height 24px
829
829
  border-radius 8px
830
- background var(--sco-none)
830
+ background var(--efu-none)
831
831
 
832
832
  .back-menu-item-text
833
833
  font-size 16px
834
834
  transition .3s
835
835
  margin-left .5rem
836
- color var(--sco-fontcolor)
836
+ color var(--efu-fontcolor)
837
837
 
838
838
  +maxWidth768()
839
839
  font-size 14px
@@ -842,33 +842,33 @@ if hexo-config('nav.group')
842
842
  #nav
843
843
  a
844
844
  &:hover
845
- color var(--sco-card-bg)
846
- background var(--sco-main)
845
+ color var(--efu-card-bg)
846
+ background var(--efu-main)
847
847
  transition .3s
848
- box-shadow var(--sco-shadow-main)
848
+ box-shadow var(--efu-shadow-main)
849
849
  #site-name
850
850
  &:hover
851
851
  i
852
- color var(--sco-card-bg)
852
+ color var(--efu-card-bg)
853
853
 
854
854
  .menus_item
855
855
  &:hover
856
856
  & > a.site-page
857
857
  +minWidth768()
858
- color var(--sco-card-bg) !important
859
- background var(--sco-main)
860
- box-shadow var(--sco-shadow-main)
858
+ color var(--efu-card-bg) !important
859
+ background var(--efu-main)
860
+ box-shadow var(--efu-shadow-main)
861
861
 
862
862
  .error
863
863
  #nav
864
864
  a
865
865
  &:hover
866
- background var(--sco-main)
866
+ background var(--efu-main)
867
867
 
868
868
  #site-name
869
869
  i
870
870
  +maxWidth768()
871
- color var(--sco-fontcolor)
871
+ color var(--efu-fontcolor)
872
872
 
873
873
  #weblogo
874
874
  align-self center
@@ -22,10 +22,10 @@
22
22
  width 100%
23
23
 
24
24
  > div:first-child:not(.recent-posts)
25
- box-shadow var(--sco-shadow-border)
25
+ box-shadow var(--efu-shadow-border)
26
26
  padding 1rem 2rem
27
27
  border-radius 12px
28
- background var(--sco-card-bg)
28
+ background var(--efu-card-bg)
29
29
  border var(--style-border)
30
30
  align-self flex-start
31
31
  animation slide-in .6s .1s backwards
@@ -35,11 +35,11 @@
35
35
  box-shadow none
36
36
  border none
37
37
  padding 0 1rem
38
- background var(--sco-background)
38
+ background var(--efu-background)
39
39
 
40
40
  span.tags-punctuation::before
41
41
  content: "\e071"
42
- font-family: scoicon, serif !important
42
+ font-family: solitude, serif !important
43
43
  font-size: 12px
44
44
  transition none
45
45
  margin-right: 2px
@@ -53,9 +53,9 @@ span.tags-punctuation::before
53
53
  line-height 32px
54
54
 
55
55
  // snackbar
56
- .snackbar-container
57
- background var(--sco-lighttext) !important
58
- color var(--sco-card-bg) !important
56
+ body .snackbar-container
57
+ background var(--efu-lighttext) !important
58
+ color var(--efu-card-bg) !important
59
59
  border-radius 0 !important
60
60
  display flex
61
61
  justify-content center !important
@@ -67,7 +67,7 @@ span.tags-punctuation::before
67
67
  transform none !important
68
68
 
69
69
  .snackbar-container p
70
- color var(--sco-card-bg) !important
70
+ color var(--efu-card-bg) !important
71
71
  font-weight 700 !important
72
72
  text-align center !important
73
73
  font-size .8rem !important
@@ -75,8 +75,8 @@ span.tags-punctuation::before
75
75
  justify-content center !important
76
76
 
77
77
  .snackbar-container .action
78
- color var(--sco-card-bg) !important
79
- background var(--sco-lighttext) !important
78
+ color var(--efu-card-bg) !important
79
+ background var(--efu-lighttext) !important
80
80
  padding 4px 6px !important
81
81
  font-weight 700
82
82
  border-radius 8px !important
@@ -84,8 +84,8 @@ span.tags-punctuation::before
84
84
  border var(--style-border) !important
85
85
 
86
86
  .snackbar-container .action:hover
87
- color var(--sco-lighttext) !important
88
- background var(--sco-card-bg) !important
87
+ color var(--efu-lighttext) !important
88
+ background var(--efu-card-bg) !important
89
89
 
90
90
  .snackbar-container::after
91
91
  position absolute
@@ -93,10 +93,10 @@ span.tags-punctuation::before
93
93
  height 100%
94
94
  left 0
95
95
  top 0
96
- background var(--sco-white)
96
+ background var(--efu-white)
97
97
  opacity .1
98
98
  content ""
99
- animation snackbar-progress var(--sco-snackbar-time) linear forwards
99
+ animation snackbar-progress var(--efu-snackbar-time) linear forwards
100
100
  pointer-events none
101
101
 
102
102
  @keyframes snackbar-progress
@@ -1,94 +1,94 @@
1
1
  [data-theme=dark]
2
- --sco-theme $dark_theme
3
- --sco-theme-op $dark_theme_op
4
- --sco-theme-op-deep $dark_theme_op_deep
5
- --sco-theme-none $dark_theme_none
6
- --sco-blue #0084ff
7
- --sco-red #ff3842
8
- --sco-pink #d44040
9
- --sco-green #3e9f50
10
- --sco-purple #7a60d2
11
- --sco-yellow #ffc93e
12
- --sco-yellow-op #ffc93e30
13
- --sco-orange #ff953e
14
- --sco-fontcolor #f7f7fa
15
- --sco-background #18171d
16
- --sco-reverse #fff
17
- --sco-maskbg rgba(0, 0, 0, 0.6)
18
- --sco-maskbgdeep rgba(0, 0, 0, 0.85)
19
- --sco-hovertext #0a84ff
20
- --sco-ahoverbg #fff
21
- --sco-lighttext var(--sco-theme)
22
- --sco-secondtext #a1a2b8
23
- --sco-scrollbar rgba(200, 200, 223, 0.4)
24
- --sco-card-btn-bg #30343f
25
- --sco-post-blockquote-bg #000
26
- --sco-post-tabs-bg #121212
27
- --sco-secondbg #30343f
28
- --sco-shadow-nav 0 5px 20px 0px rgba(28, 28, 28, 0.4)
29
- --sco-card-bg #1b1c20
30
- --sco-card-bg-op var(--sco-white-op)
31
- --sco-card-bg-none #1d1b2600
32
- --sco-shadow-lightblack 0 5px 12px -5px rgba(102, 68, 68, 0.0)
33
- --sco-shadow-light2black 0 5px 12px -5px rgba(102, 68, 68, 0.0)
34
- --sco-card-border #3d3d3f
35
- --sco-shadow-border 0 8px 16px -4px #00000050
36
- --style-border 1px solid var(--sco-card-border)
37
- --style-border-always 1px solid var(--sco-card-border)
38
- --style-border-hover 1px solid var(--sco-theme)
39
- --style-border-hover-always 1px solid var(--sco-theme)
40
- --style-border-dashed 1px dashed var(--sco-theme-op)
41
- --style-border-forever 2px solid var(--sco-lighttext)
42
- --sco-hl-bg $hl_bg_dark
43
- --sco-hltools-bg $hltools_bg_dark
2
+ --efu-theme $dark_theme
3
+ --efu-theme-op $dark_theme_op
4
+ --efu-theme-op-deep $dark_theme_op_deep
5
+ --efu-theme-none $dark_theme_none
6
+ --efu-blue #0084ff
7
+ --efu-red #ff3842
8
+ --efu-pink #d44040
9
+ --efu-green #3e9f50
10
+ --efu-purple #7a60d2
11
+ --efu-yellow #ffc93e
12
+ --efu-yellow-op #ffc93e30
13
+ --efu-orange #ff953e
14
+ --efu-fontcolor #f7f7fa
15
+ --efu-background #18171d
16
+ --efu-reverse #fff
17
+ --efu-maskbg rgba(0, 0, 0, 0.6)
18
+ --efu-maskbgdeep rgba(0, 0, 0, 0.85)
19
+ --efu-hovertext #0a84ff
20
+ --efu-ahoverbg #fff
21
+ --efu-lighttext var(--efu-theme)
22
+ --efu-secondtext #a1a2b8
23
+ --efu-scrollbar rgba(200, 200, 223, 0.4)
24
+ --efu-card-btn-bg #30343f
25
+ --efu-post-blockquote-bg #000
26
+ --efu-post-tabs-bg #121212
27
+ --efu-secondbg #30343f
28
+ --efu-shadow-nav 0 5px 20px 0px rgba(28, 28, 28, 0.4)
29
+ --efu-card-bg #1b1c20
30
+ --efu-card-bg-op var(--efu-white-op)
31
+ --efu-card-bg-none #1d1b2600
32
+ --efu-shadow-lightblack 0 5px 12px -5px rgba(102, 68, 68, 0.0)
33
+ --efu-shadow-light2black 0 5px 12px -5px rgba(102, 68, 68, 0.0)
34
+ --efu-card-border #3d3d3f
35
+ --efu-shadow-border 0 8px 16px -4px #00000050
36
+ --style-border 1px solid var(--efu-card-border)
37
+ --style-border-always 1px solid var(--efu-card-border)
38
+ --style-border-hover 1px solid var(--efu-theme)
39
+ --style-border-hover-always 1px solid var(--efu-theme)
40
+ --style-border-dashed 1px dashed var(--efu-theme-op)
41
+ --style-border-forever 2px solid var(--efu-lighttext)
42
+ --efu-hl-bg $hl_bg_dark
43
+ --efu-hltools-bg $hltools_bg_dark
44
44
 
45
45
  [data-theme=light]
46
- --sco-theme $light_theme
47
- --sco-theme-op $light_theme_op
48
- --sco-theme-op-deep $light_theme_op_deep
49
- --sco-theme-op-light #4259ef0d
50
- --sco-theme-none $light_theme_none
51
- --sco-blue #425aef
52
- --sco-red #f04a63
53
- --sco-pink #ff7c7c
54
- --sco-green #57bd6a
55
- --sco-yellow #c28b00
56
- --sco-yellow-op #d99c001a
57
- --sco-orange #e38100
58
- --sco-purple #7a60d2
59
- --sco-fontcolor #363636
60
- --sco-background #f7f9fe
61
- --sco-reverse #000
62
- --sco-maskbg rgba(255, 255, 255, 0.6)
63
- --sco-maskbgdeep rgba(255, 255, 255, 0.85)
64
- --sco-hovertext var(--sco-main)
65
- --sco-ahoverbg #f7f7fa
66
- --sco-lighttext var(--sco-main)
67
- --sco-secondtext rgba(60, 60, 67, 0.8)
68
- --sco-scrollbar rgba(60, 60, 67, 0.4)
69
- --sco-card-btn-bg #edf0f7
70
- --sco-post-blockquote-bg #fafcff
71
- --sco-post-tabs-bg #f2f5f8
72
- --sco-secondbg #f7f7f9
73
- --sco-shadow-nav 0 5px 12px -5px rgba(102, 68, 68, 0.05)
74
- --sco-card-bg #fff
75
- --sco-card-bg-op var(--sco-black-op)
76
- --sco-card-bg-none rgba(255, 255, 255, 0)
77
- --sco-shadow-lightblack 0 5px 12px -5px rgba(102, 68, 68, 0.00)
78
- --sco-shadow-light2black 0 5px 12px -5px rgba(102, 68, 68, 0.00)
79
- --sco-card-border #e3e8f7
80
- --sco-shadow-border 0 8px 16px -4px #2c2d300c
81
- --style-border 1px solid var(--sco-card-border)
82
- --style-border-always 1px solid var(--sco-card-border)
83
- --style-border-hover 1px solid var(--sco-main)
84
- --style-border-hover-always 1px solid var(--sco-main)
85
- --style-border-dashed 1px dashed var(--sco-theme-op)
86
- --style-border-forever 2px solid var(--sco-main)
87
- --sco-navbg var(--sco-theme-op)
88
- --sco-hl-bg $hl_bg_light
89
- --sco-hltools-bg $hltools_bg_light
46
+ --efu-theme $light_theme
47
+ --efu-theme-op $light_theme_op
48
+ --efu-theme-op-deep $light_theme_op_deep
49
+ --efu-theme-op-light #4259ef0d
50
+ --efu-theme-none $light_theme_none
51
+ --efu-blue #425aef
52
+ --efu-red #f04a63
53
+ --efu-pink #ff7c7c
54
+ --efu-green #57bd6a
55
+ --efu-yellow #c28b00
56
+ --efu-yellow-op #d99c001a
57
+ --efu-orange #e38100
58
+ --efu-purple #7a60d2
59
+ --efu-fontcolor #363636
60
+ --efu-background #f7f9fe
61
+ --efu-reverse #000
62
+ --efu-maskbg rgba(255, 255, 255, 0.6)
63
+ --efu-maskbgdeep rgba(255, 255, 255, 0.85)
64
+ --efu-hovertext var(--efu-main)
65
+ --efu-ahoverbg #f7f7fa
66
+ --efu-lighttext var(--efu-main)
67
+ --efu-secondtext rgba(60, 60, 67, 0.8)
68
+ --efu-scrollbar rgba(60, 60, 67, 0.4)
69
+ --efu-card-btn-bg #edf0f7
70
+ --efu-post-blockquote-bg #fafcff
71
+ --efu-post-tabs-bg #f2f5f8
72
+ --efu-secondbg #f7f7f9
73
+ --efu-shadow-nav 0 5px 12px -5px rgba(102, 68, 68, 0.05)
74
+ --efu-card-bg #fff
75
+ --efu-card-bg-op var(--efu-black-op)
76
+ --efu-card-bg-none rgba(255, 255, 255, 0)
77
+ --efu-shadow-lightblack 0 5px 12px -5px rgba(102, 68, 68, 0.00)
78
+ --efu-shadow-light2black 0 5px 12px -5px rgba(102, 68, 68, 0.00)
79
+ --efu-card-border #e3e8f7
80
+ --efu-shadow-border 0 8px 16px -4px #2c2d300c
81
+ --style-border 1px solid var(--efu-card-border)
82
+ --style-border-always 1px solid var(--efu-card-border)
83
+ --style-border-hover 1px solid var(--efu-main)
84
+ --style-border-hover-always 1px solid var(--efu-main)
85
+ --style-border-dashed 1px dashed var(--efu-theme-op)
86
+ --style-border-forever 2px solid var(--efu-main)
87
+ --efu-navbg var(--efu-theme-op)
88
+ --efu-hl-bg $hl_bg_light
89
+ --efu-hltools-bg $hltools_bg_light
90
90
 
91
91
  :root
92
92
  +maxWidth768()
93
- --style-border 0px solid var(--sco-none)
94
- --style-border-hover 0px solid var(--sco-main)
93
+ --style-border 0px solid var(--efu-none)
94
+ --style-border-hover 0px solid var(--efu-main)