jekyll-theme-hydejack 8.0.0 → 8.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (142) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +22 -19
  3. data/_includes/body/analytics.html +16 -9
  4. data/_includes/body/comments.html +2 -4
  5. data/_includes/body/footer.html +1 -1
  6. data/_includes/body/menu.html +2 -2
  7. data/_includes/body/scripts.html +11 -3
  8. data/_includes/body/sidebar.html +1 -1
  9. data/_includes/components/hy-img.html +3 -3
  10. data/_includes/head/links.html +11 -9
  11. data/_includes/head/meta.html +1 -1
  12. data/_includes/head/page-style.html +2 -3
  13. data/_includes/head/scripts.html +15 -15
  14. data/_includes/head/styles.html +1 -1
  15. data/_includes/header.txt +1 -1
  16. data/_includes/my-comments.html +24 -0
  17. data/_includes/styles/inline.scss +24 -27
  18. data/_includes/styles/style.scss +27 -30
  19. data/_includes/templates/back.html +1 -1
  20. data/_includes/templates/index.html +2 -2
  21. data/_includes/templates/loading.html +1 -1
  22. data/_includes/templates/{cookies-banner.html → pro/cookies-banner.html} +2 -2
  23. data/_layouts/base.html +4 -4
  24. data/_layouts/compress.html +1 -1
  25. data/_sass/_mixins.scss +23 -12
  26. data/_sass/_syntax.scss +131 -67
  27. data/_sass/_variables.scss +4 -7
  28. data/_sass/hydejack/{__inline → __inline__}/_avatar.scss +1 -1
  29. data/_sass/hydejack/{__inline → __inline__}/_base.scss +2 -2
  30. data/_sass/hydejack/{__inline → __inline__}/_break-layout.scss +1 -1
  31. data/_sass/hydejack/{__inline → __inline__}/_content.scss +2 -2
  32. data/_sass/hydejack/{__inline → __inline__}/_footer.scss +1 -1
  33. data/_sass/hydejack/{__inline → __inline__}/_images.scss +2 -2
  34. data/_sass/hydejack/{__inline → __inline__}/_katex.scss +1 -1
  35. data/_sass/hydejack/{__inline → __inline__}/_links.scss +4 -4
  36. data/_sass/hydejack/{__link → __inline__}/_mark-external.scss +1 -1
  37. data/_sass/hydejack/{__inline → __inline__}/_menu.scss +18 -16
  38. data/_sass/hydejack/{__inline → __inline__}/_sidebar.scss +2 -2
  39. data/_sass/hydejack/{__inline → __inline__}/_social.scss +1 -1
  40. data/_sass/hydejack/{__inline → __inline__}/_utilities.scss +6 -3
  41. data/_sass/hydejack/{__link → __link__}/_avatar.scss +1 -1
  42. data/_sass/hydejack/{__link → __link__}/_base.scss +1 -1
  43. data/_sass/hydejack/{__link → __link__}/_break-layout.scss +1 -1
  44. data/_sass/hydejack/{__link → __link__}/_content.scss +1 -1
  45. data/_sass/hydejack/{__link → __link__}/_footer.scss +2 -2
  46. data/_sass/hydejack/{__link → __link__}/_images.scss +7 -5
  47. data/_sass/hydejack/{__link → __link__}/_katex.scss +6 -11
  48. data/_sass/hydejack/{__link → __link__}/_links.scss +5 -5
  49. data/_sass/hydejack/{__inline → __link__}/_mark-external.scss +1 -1
  50. data/_sass/hydejack/{__link → __link__}/_menu.scss +9 -16
  51. data/_sass/hydejack/{__link → __link__}/_sidebar.scss +1 -2
  52. data/_sass/hydejack/{__link → __link__}/_social.scss +1 -1
  53. data/_sass/hydejack/{__link → __link__}/_utilities.scss +6 -3
  54. data/_sass/hydejack/_base.pre.scss +1 -1
  55. data/_sass/hydejack/_content.pre.scss +1 -1
  56. data/_sass/hydejack/_footer.pre.scss +1 -1
  57. data/_sass/hydejack/_images.pre.scss +6 -4
  58. data/_sass/hydejack/_katex.pre.scss +5 -10
  59. data/_sass/hydejack/_links.pre.scss +4 -4
  60. data/_sass/hydejack/_menu.pre.scss +25 -30
  61. data/_sass/hydejack/_sidebar.pre.scss +1 -2
  62. data/_sass/hydejack/_utilities.pre.scss +5 -2
  63. data/_sass/my-style.scss +9 -0
  64. data/_sass/my-variables.scss +1 -23
  65. data/_sass/pooleparty/{__inline → __inline__}/_base.scss +6 -4
  66. data/_sass/pooleparty/{__inline → __inline__}/_code.scss +1 -1
  67. data/_sass/pooleparty/{__inline → __inline__}/_footer.scss +1 -1
  68. data/_sass/pooleparty/{__inline → __inline__}/_footnotes.scss +1 -1
  69. data/_sass/pooleparty/{__inline → __inline__}/_message.scss +4 -3
  70. data/_sass/pooleparty/{__inline → __inline__}/_pagination.scss +1 -1
  71. data/_sass/pooleparty/{__inline → __inline__}/_posts.scss +2 -2
  72. data/_sass/pooleparty/{__inline → __inline__}/_read-more.scss +1 -1
  73. data/_sass/pooleparty/{__inline → __inline__}/_related.scss +1 -1
  74. data/_sass/pooleparty/{__inline → __inline__}/_table.scss +3 -2
  75. data/_sass/pooleparty/{__inline → __inline__}/_type.scss +10 -6
  76. data/_sass/pooleparty/{__link → __link__}/_base.scss +1 -1
  77. data/_sass/pooleparty/{__link → __link__}/_code.scss +25 -12
  78. data/_sass/pooleparty/{__link → __link__}/_footer.scss +1 -1
  79. data/_sass/pooleparty/{__link → __link__}/_footnotes.scss +7 -6
  80. data/_sass/pooleparty/{__link → __link__}/_message.scss +1 -1
  81. data/_sass/pooleparty/{__link → __link__}/_pagination.scss +9 -6
  82. data/_sass/pooleparty/{__link → __link__}/_posts.scss +2 -2
  83. data/_sass/pooleparty/{__link → __link__}/_read-more.scss +1 -1
  84. data/_sass/pooleparty/{__link → __link__}/_related.scss +1 -1
  85. data/_sass/pooleparty/{__link → __link__}/_table.scss +13 -9
  86. data/_sass/pooleparty/{__link → __link__}/_type.scss +10 -9
  87. data/_sass/pooleparty/_base.pre.scss +5 -3
  88. data/_sass/pooleparty/_code.pre.scss +24 -11
  89. data/_sass/pooleparty/_footnotes.pre.scss +6 -5
  90. data/_sass/pooleparty/_message.pre.scss +3 -2
  91. data/_sass/pooleparty/_pagination.pre.scss +8 -5
  92. data/_sass/pooleparty/_posts.pre.scss +2 -2
  93. data/_sass/pooleparty/_table.pre.scss +14 -9
  94. data/_sass/pooleparty/_type.pre.scss +18 -13
  95. data/assets/css/{hydejack-8.0.0.css → hydejack-8.1.0.css} +0 -0
  96. data/assets/icomoon/fonts/icomoon.eot +0 -0
  97. data/assets/icomoon/fonts/icomoon.svg +3 -0
  98. data/assets/icomoon/fonts/icomoon.ttf +0 -0
  99. data/assets/icomoon/fonts/icomoon.woff +0 -0
  100. data/assets/icomoon/selection.json +91 -10
  101. data/assets/icomoon/style.css +14 -5
  102. data/assets/img/{COLOURlovers.com-Hydejack.png → blog/COLOURlovers.com-Hydejack.png} +0 -0
  103. data/assets/img/blog/blog-layout.jpg +0 -0
  104. data/assets/img/{caleb-george-old.jpg → blog/caleb-george-old.jpg} +0 -0
  105. data/assets/img/{caleb-george.jpg → blog/caleb-george.jpg} +0 -0
  106. data/assets/img/blog/cover-page.jpg +0 -0
  107. data/assets/img/blog/dark-mode.jpg +0 -0
  108. data/assets/img/{example-content-ii.jpg → blog/example-content-ii.jpg} +0 -0
  109. data/assets/img/{example-content-iii.jpg → blog/example-content-iii.jpg} +0 -0
  110. data/assets/img/blog/hydejack-8.png +0 -0
  111. data/assets/img/blog/hydejack-8@0,25x.png +0 -0
  112. data/assets/img/blog/hydejack-8@0,5x.png +0 -0
  113. data/assets/img/blog/lazy-images.jpg +0 -0
  114. data/assets/img/blog/resume.png +0 -0
  115. data/assets/img/blog/w3m.png +0 -0
  116. data/assets/js/hydejack-8.1.0.js +46 -0
  117. data/assets/js/sw.js +3 -3
  118. data/assets/version.json +1 -1
  119. data/assets/video/blog-layout.mp4 +0 -0
  120. data/assets/video/cover-page.mp4 +0 -0
  121. data/assets/video/dark-mode.mp4 +0 -0
  122. data/assets/video/lazy-images.mp4 +0 -0
  123. metadata +72 -76
  124. data/assets/bower_components/fontfaceobserver/test/assets/index.html +0 -8
  125. data/assets/bower_components/fontfaceobserver/test/assets/late.css +0 -1
  126. data/assets/bower_components/fontfaceobserver/test/assets/sourcesanspro-regular.eot +0 -0
  127. data/assets/bower_components/fontfaceobserver/test/assets/sourcesanspro-regular.ttf +0 -0
  128. data/assets/bower_components/fontfaceobserver/test/assets/sourcesanspro-regular.woff +0 -0
  129. data/assets/bower_components/fontfaceobserver/test/assets/subset.eot +0 -0
  130. data/assets/bower_components/fontfaceobserver/test/assets/subset.ttf +0 -0
  131. data/assets/bower_components/fontfaceobserver/test/assets/subset.woff +0 -0
  132. data/assets/bower_components/fontfaceobserver/test/deps.js +0 -5
  133. data/assets/bower_components/fontfaceobserver/test/index.html +0 -97
  134. data/assets/bower_components/fontfaceobserver/test/observer-test.js +0 -465
  135. data/assets/bower_components/fontfaceobserver/test/ruler-test.js +0 -112
  136. data/assets/img/default-1.jpg +0 -0
  137. data/assets/img/hydejack-8.jpg +0 -0
  138. data/assets/img/hydejack-8@0,25x.jpg +0 -0
  139. data/assets/img/hydejack-8@0,5x.jpg +0 -0
  140. data/assets/img/resume.png +0 -0
  141. data/assets/img/w3m.png +0 -0
  142. data/assets/js/hydejack-8.0.0.js +0 -46
@@ -31,8 +31,10 @@ html {
31
31
  }
32
32
 
33
33
  body {
34
- color: $body-color;
35
- background-color: $body-bg;
34
+ @extend .color-transition;
35
+ color: var(--body-color);
36
+ background-color: var(--body-bg);
37
+ font-weight: var(--font-weight);
36
38
  overflow-y: scroll;
37
39
  }
38
40
 
@@ -46,7 +48,7 @@ a {
46
48
  margin-right: -1rem;
47
49
  }
48
50
 
49
- .content img, .img {
51
+ .content img, .img, .content video, .video {
50
52
  display: block;
51
53
  max-width: 100%;
52
54
 
@@ -15,29 +15,42 @@
15
15
 
16
16
  // <<<<< LINK
17
17
  code, pre {
18
- font-family: $code-font-family;
18
+ font-family: var(--code-font-family);
19
19
  }
20
20
 
21
21
  code {
22
+ @extend .color-transition;
22
23
  padding: .25em .5em;
23
- background-color: $code-bg;
24
+ background-color: var(--gray-bg);
24
25
  font-size: .85em;
25
26
  }
26
27
 
27
- pre {
28
- margin-top: 0;
29
- display: block;
30
- line-height: 1.4;
31
- font-size: .85em;
28
+ .pre-base {
29
+ margin-left: -1rem;
30
+ margin-right: -1rem;
31
+ padding: 1rem;
32
+ background-color: var(--gray-bg);
32
33
 
33
- /* Prevent code linebreaks and allow side-scrolling (much better readability on mobile) */
34
+ // Prevent code linebreaks and allow side-scrolling for better readability on mobile
34
35
  overflow-x: auto;
35
36
  -webkit-overflow-scrolling: touch;
36
37
 
37
- /* Make code same width as regular text, and scroll the full page width on mobile */
38
- @include pre();
39
-
38
+ // HACK: prevents painting for some reason
40
39
  backface-visibility: hidden;
40
+
41
+ @media print {
42
+ width: 100%!important;
43
+ page-break-inside: avoid;
44
+ break-inside: avoid-page;
45
+ }
46
+ }
47
+
48
+ pre {
49
+ @extend .pre-base;
50
+ margin-top: 0;
51
+ display: block;
52
+ line-height: 1.4;
53
+ font-size: .85em;
41
54
  }
42
55
 
43
56
  pre > code {
@@ -19,7 +19,7 @@ a[href^="#fn:"],
19
19
  // Back to footnote link
20
20
  a[href^="#fnref:"] {
21
21
  margin-left: .1rem;
22
- font-weight: $font-weight-bold;
22
+ font-weight: var(--font-weight-bold);
23
23
 
24
24
  @media screen and (max-width: 73.5em) {
25
25
  font-weight: normal;
@@ -45,7 +45,7 @@ sup {
45
45
  margin-top: 5rem;
46
46
 
47
47
  > ol {
48
- color: $gray;
48
+ color: var(--text-muted);
49
49
 
50
50
  > li {
51
51
  padding: .5rem;
@@ -53,18 +53,19 @@ sup {
53
53
  > p { margin: 0; }
54
54
  &:focus {
55
55
  outline: none;
56
- color: $gray-text;
57
- background: $gray-bg;
56
+ color: var(--gray-text);
57
+ background: var(--gray-bg);
58
58
  }
59
59
  }
60
60
  }
61
61
 
62
62
  &::before {
63
+ @extend .color-transition;
63
64
  content: "";
64
65
  display: block;
65
66
  margin: 1.5rem 0;
66
67
  border: 0;
67
- border-top: 1px solid $border-color;
68
+ border-top: 1px solid var(--border-color);
68
69
  }
69
70
  }
70
71
  // >>>>> LINK
@@ -15,10 +15,11 @@
15
15
 
16
16
  // <<<<< INLINE
17
17
  .message {
18
+ @extend .color-transition;
18
19
  margin-bottom: 1rem;
19
20
  padding: 1rem;
20
- color: $gray-text;
21
- background-color: $gray-bg;
21
+ color: var(--gray-text);
22
+ background-color: var(--gray-bg);
22
23
  margin-left: -1rem;
23
24
  margin-right: -1rem;
24
25
  }
@@ -15,9 +15,10 @@
15
15
 
16
16
  // <<<<< LINK
17
17
  .pagination {
18
+ @extend .color-transition;
18
19
  width: calc(100% + 2rem);
19
20
  margin: 0 -1rem 1rem;
20
- color: $gray;
21
+ color: var(--text-muted);
21
22
  text-align: center;
22
23
 
23
24
  > ul {
@@ -31,12 +32,13 @@
31
32
  > * {
32
33
  display: block;
33
34
  padding: .25rem 1rem;
34
- border: solid $border-color;
35
+ border: solid var(--border-color);
35
36
  border-width: 1px 0;
37
+ transition: border-color 1s ease;
36
38
  }
37
39
 
38
40
  > a, > a:hover, > a:focus {
39
- border-color: $border-color!important;
41
+ border-color: var(--border-color)!important;
40
42
  }
41
43
 
42
44
  &:first-child > * {
@@ -45,8 +47,8 @@
45
47
 
46
48
  // Only provide a hover state for linked pagination items
47
49
  > a:hover, a:focus {
48
- background-color: #f5f5f5;
49
- border-bottom: 1px solid $border-color;
50
+ background-color: var(--gray-bg);
51
+ border-bottom: 1px solid var(--border-color);
50
52
  }
51
53
  }
52
54
 
@@ -68,6 +70,7 @@
68
70
  border-top-left-radius: 0.25rem;
69
71
  border-bottom-left-radius: 0.25rem;
70
72
  }
73
+
71
74
  &:last-child > * {
72
75
  margin-left: -1px;
73
76
  border-top-right-radius: 0.25rem;
@@ -34,7 +34,7 @@
34
34
  display: block;
35
35
  margin-top: -0.5rem;
36
36
  margin-bottom: 1rem;
37
- color: $gray;
37
+ color: var(--text-muted);
38
38
  }
39
39
  // >>>>>
40
40
  // <<<<< LINK
@@ -47,6 +47,6 @@ hr.dingbat::after {
47
47
  display: block;
48
48
  text-align: center;
49
49
  font-size: 1.5rem;
50
- color: #ddd;
50
+ color: var(--menu-text);
51
51
  }
52
52
  // >>>>>
@@ -29,8 +29,9 @@ table:not(.highlight) {
29
29
 
30
30
  // <<< inline
31
31
  td, th {
32
+ @extend .color-transition;
32
33
  padding: .25rem .5rem;
33
- border: 1px solid $border-color;
34
+ border: 1px solid var(--border-color);
34
35
 
35
36
  &:first-child {
36
37
  padding-left: 1rem;
@@ -44,23 +45,27 @@ table:not(.highlight) {
44
45
 
45
46
  // <<< link
46
47
  thead {
47
- background-color: $body-bg;
48
+ @extend .color-transition;
49
+ background-color: var(--body-bg);
48
50
  }
49
51
 
50
52
  thead + tbody,
51
53
  tbody + tbody,
52
54
  tfoot {
53
- border-top: 3px double $border-color;
55
+ @extend .color-transition;
56
+ border-top: 3px double var(--border-color);
54
57
  }
55
58
 
56
59
  tbody tr:nth-child(even) td,
57
60
  tbody tr:nth-child(even) th {
58
- background-color: $body-bg;
61
+ @extend .color-transition;
62
+ background-color: var(--body-bg);
59
63
  }
60
64
 
61
65
  tbody tr:nth-child(odd) td,
62
66
  tbody tr:nth-child(odd) th {
63
- background-color: $gray-bg;
67
+ @extend .color-transition;
68
+ background-color: var(--gray-bg);
64
69
  }
65
70
  // >>>
66
71
  }
@@ -86,8 +91,8 @@ table:not(.highlight) {
86
91
  thead,
87
92
  thead + tbody,
88
93
  tbody + tbody {
89
- border-top: 1px solid $border-color;
90
- border-bottom: 1px solid $border-color;
94
+ border-top: 1px solid var(--border-color);
95
+ border-bottom: 1px solid var(--border-color);
91
96
  }
92
97
 
93
98
  thead, tbody {
@@ -123,14 +128,14 @@ table:not(.highlight) {
123
128
 
124
129
  &:first-child {
125
130
  td {
126
- border-left: 1px solid $border-color;
131
+ border-left: 1px solid var(--border-color);
127
132
  }
128
133
  }
129
134
 
130
135
  &:last-child {
131
136
  td {
132
137
  padding-right: 1rem;
133
- border-right: 1px solid $border-color;
138
+ border-right: 1px solid var(--border-color);
134
139
  }
135
140
  }
136
141
  }
@@ -15,8 +15,8 @@
15
15
 
16
16
  // <<<<< INLINE
17
17
  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
18
- font-weight: $font-weight-heading;
19
- margin: 4rem 0 1rem;
18
+ font-weight: var(--font-weight-heading);
19
+ margin: 5rem 0 1rem;
20
20
  }
21
21
 
22
22
  h1, .h1 {
@@ -45,6 +45,8 @@ p {
45
45
 
46
46
  &.lead {
47
47
  font-size: 1.2em;
48
+ margin-top: 1.5rem;
49
+ margin-bottom: 1.5rem;
48
50
  padding: 0 1rem;
49
51
  }
50
52
  }
@@ -59,14 +61,16 @@ ul, ol {
59
61
  }
60
62
 
61
63
  hr {
64
+ @extend .color-transition;
62
65
  position: relative;
63
- margin: 1.5rem 0;
66
+ margin: 3rem 0;
64
67
  border: 0;
65
- border-top: 1px solid $border-color;
68
+ border-top: 1px solid var(--border-color);
66
69
  }
67
70
 
68
71
  .hr {
69
- border-bottom: 1px solid $border-color;
72
+ @extend .color-transition;
73
+ border-bottom: 1px solid var(--border-color);
70
74
  padding-bottom: 1rem;
71
75
  margin-bottom: 2rem;
72
76
  }
@@ -86,7 +90,7 @@ h5 + h6, .h5 + .h6, h5 + .h6, .h5 + h6 {
86
90
  }
87
91
 
88
92
  dt, strong {
89
- font-weight: $font-weight-bold;
93
+ font-weight: var(--font-weight-bold);
90
94
  }
91
95
 
92
96
  dd {
@@ -95,21 +99,21 @@ dd {
95
99
 
96
100
  abbr {
97
101
  font-size: 85%;
98
- font-weight: $font-weight-bold;
99
- color: #555;
102
+ font-weight: var(--font-weight-bold);
100
103
  text-transform: uppercase;
101
104
 
102
105
  &[title] {
103
106
  cursor: help;
104
- border-bottom: 1px dotted $border-color;
107
+ border-bottom: 1px dotted var(--border-color);
105
108
  }
106
109
  }
107
110
 
108
111
  blockquote {
112
+ @extend .color-transition;
109
113
  padding: .5rem 1rem;
110
114
  margin: .8rem 0;
111
- color: $gray;
112
- border-left: .25rem solid $border-color;
115
+ color: var(--text-muted);
116
+ border-left: .25rem solid var(--border-color);
113
117
 
114
118
  &.lead {
115
119
  font-size: 1.2em;
@@ -124,7 +128,7 @@ blockquote {
124
128
  }
125
129
 
126
130
  .heading {
127
- font-weight: $font-weight-heading;
131
+ font-weight: var(--font-weight-heading);
128
132
  }
129
133
 
130
134
  .fine {
@@ -132,7 +136,8 @@ blockquote {
132
136
  }
133
137
 
134
138
  .faded {
135
- color: $gray;
139
+ @extend .color-transition;
140
+ color: var(--text-muted);
136
141
  }
137
142
 
138
143
  .centered {
@@ -30,6 +30,9 @@
30
30
  <glyph unicode="&#xe9b7;" glyph-name="power-cord" d="M1024 677.5l-90.506 90.5-178.746-178.752-101.5 101.502 178.75 178.75-90.5 90.5-178.75-178.75-114.748 114.75-86.626-86.624 512.002-512 86.624 86.622-114.752 114.752 178.752 178.75zM794.040 286.21l-443.824 443.824c-95.818-114.904-204.52-292.454-129.396-445.216l-132.248-132.248c-31.112-31.114-31.112-82.024 0-113.136l14.858-14.858c31.114-31.114 82.026-31.114 113.138 0l132.246 132.244c152.764-75.132 330.318 33.566 445.226 129.39z" />
31
31
  <glyph unicode="&#xe9ca;" glyph-name="earth" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM512-0.002c-62.958 0-122.872 13.012-177.23 36.452l233.148 262.29c5.206 5.858 8.082 13.422 8.082 21.26v96c0 17.674-14.326 32-32 32-112.99 0-232.204 117.462-233.374 118.626-6 6.002-14.14 9.374-22.626 9.374h-128c-17.672 0-32-14.328-32-32v-192c0-12.122 6.848-23.202 17.69-28.622l110.31-55.156v-187.886c-116.052 80.956-192 215.432-192 367.664 0 68.714 15.49 133.806 43.138 192h116.862c8.488 0 16.626 3.372 22.628 9.372l128 128c6 6.002 9.372 14.14 9.372 22.628v77.412c40.562 12.074 83.518 18.588 128 18.588 70.406 0 137.004-16.26 196.282-45.2-4.144-3.502-8.176-7.164-12.046-11.036-36.266-36.264-56.236-84.478-56.236-135.764s19.97-99.5 56.236-135.764c36.434-36.432 85.218-56.264 135.634-56.26 3.166 0 6.342 0.080 9.518 0.236 13.814-51.802 38.752-186.656-8.404-372.334-0.444-1.744-0.696-3.488-0.842-5.224-81.324-83.080-194.7-134.656-320.142-134.656z" />
32
32
  <glyph unicode="&#xe9cb;" glyph-name="link" d="M440.236 324.234c-13.31 0-26.616 5.076-36.77 15.23-95.134 95.136-95.134 249.934 0 345.070l192 192c46.088 46.086 107.36 71.466 172.534 71.466s126.448-25.38 172.536-71.464c95.132-95.136 95.132-249.934 0-345.070l-87.766-87.766c-20.308-20.308-53.23-20.308-73.54 0-20.306 20.306-20.306 53.232 0 73.54l87.766 87.766c54.584 54.586 54.584 143.404 0 197.99-26.442 26.442-61.6 41.004-98.996 41.004s-72.552-14.562-98.996-41.006l-192-191.998c-54.586-54.586-54.586-143.406 0-197.992 20.308-20.306 20.306-53.232 0-73.54-10.15-10.152-23.462-15.23-36.768-15.23zM256-52c-65.176 0-126.45 25.38-172.534 71.464-95.134 95.136-95.134 249.934 0 345.070l87.764 87.764c20.308 20.306 53.234 20.306 73.54 0 20.308-20.306 20.308-53.232 0-73.54l-87.764-87.764c-54.586-54.586-54.586-143.406 0-197.992 26.44-26.44 61.598-41.002 98.994-41.002s72.552 14.562 98.998 41.006l192 191.998c54.584 54.586 54.584 143.406 0 197.992-20.308 20.308-20.306 53.232 0 73.54 20.306 20.306 53.232 20.306 73.54-0.002 95.132-95.134 95.132-249.932 0.002-345.068l-192.002-192c-46.090-46.088-107.364-71.466-172.538-71.466z" />
33
+ <glyph unicode="&#xe9d4;" glyph-name="sun" d="M512 128c35.346 0 64-28.654 64-64v-64c0-35.346-28.654-64-64-64s-64 28.654-64 64v64c0 35.346 28.654 64 64 64zM512 768c-35.346 0-64 28.654-64 64v64c0 35.346 28.654 64 64 64s64-28.654 64-64v-64c0-35.346-28.654-64-64-64zM960 512c35.346 0 64-28.654 64-64s-28.654-64-64-64h-64c-35.348 0-64 28.654-64 64s28.652 64 64 64h64zM192 448c0-35.346-28.654-64-64-64h-64c-35.346 0-64 28.654-64 64s28.654 64 64 64h64c35.346 0 64-28.654 64-64zM828.784 221.726l45.256-45.258c24.992-24.99 24.992-65.516 0-90.508-24.994-24.992-65.518-24.992-90.51 0l-45.256 45.256c-24.992 24.99-24.992 65.516 0 90.51 24.994 24.992 65.518 24.992 90.51 0zM195.216 674.274l-45.256 45.256c-24.994 24.994-24.994 65.516 0 90.51s65.516 24.994 90.51 0l45.256-45.256c24.994-24.994 24.994-65.516 0-90.51s-65.516-24.994-90.51 0zM828.784 674.274c-24.992-24.992-65.516-24.992-90.51 0-24.992 24.994-24.992 65.516 0 90.51l45.256 45.254c24.992 24.994 65.516 24.994 90.51 0 24.992-24.994 24.992-65.516 0-90.51l-45.256-45.254zM195.216 221.726c24.992 24.992 65.518 24.992 90.508 0 24.994-24.994 24.994-65.52 0-90.51l-45.254-45.256c-24.994-24.992-65.516-24.992-90.51 0s-24.994 65.518 0 90.508l45.256 45.258zM512 704c-141.384 0-256-114.616-256-256 0-141.382 114.616-256 256-256 141.382 0 256 114.618 256 256 0 141.384-114.616 256-256 256zM512 288c-88.366 0-160 71.634-160 160s71.634 160 160 160 160-71.634 160-160-71.634-160-160-160z" />
34
+ <glyph unicode="&#xe9d5;" glyph-name="contrast" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM128 448c0 212.078 171.922 384 384 384v-768c-212.078 0-384 171.922-384 384z" />
35
+ <glyph unicode="&#xe9d6;" glyph-name="brightness-contrast" d="M512 704c-141.384 0-256-114.616-256-256s114.616-256 256-256 256 114.616 256 256-114.616 256-256 256zM512 288v320c88.224 0 160-71.776 160-160s-71.776-160-160-160zM512 128c35.346 0 64-28.654 64-64v-64c0-35.346-28.654-64-64-64s-64 28.654-64 64v64c0 35.346 28.654 64 64 64zM512 768c-35.346 0-64 28.654-64 64v64c0 35.346 28.654 64 64 64s64-28.654 64-64v-64c0-35.346-28.654-64-64-64zM960 512c35.346 0 64-28.654 64-64s-28.654-64-64-64h-64c-35.346 0-64 28.654-64 64s28.654 64 64 64h64zM192 448c0-35.346-28.654-64-64-64h-64c-35.346 0-64 28.654-64 64s28.654 64 64 64h64c35.346 0 64-28.654 64-64zM828.784 221.726l45.256-45.256c24.992-24.992 24.992-65.516 0-90.51-24.994-24.992-65.518-24.992-90.51 0l-45.256 45.256c-24.992 24.992-24.992 65.516 0 90.51 24.994 24.992 65.518 24.992 90.51 0zM195.216 674.274l-45.256 45.256c-24.994 24.994-24.994 65.516 0 90.51s65.516 24.994 90.51 0l45.256-45.256c24.994-24.994 24.994-65.516 0-90.51s-65.516-24.994-90.51 0zM828.784 674.274c-24.992-24.992-65.516-24.992-90.51 0-24.992 24.994-24.992 65.516 0 90.51l45.256 45.254c24.992 24.994 65.516 24.994 90.51 0 24.992-24.994 24.992-65.516 0-90.51l-45.256-45.254zM195.216 221.726c24.992 24.992 65.516 24.992 90.508 0 24.994-24.994 24.994-65.518 0-90.51l-45.254-45.256c-24.994-24.992-65.516-24.992-90.51 0-24.994 24.994-24.994 65.518 0 90.51l45.256 45.256z" />
33
36
  <glyph unicode="&#xe9da;" glyph-name="heart" d="M755.188 896c-107.63 0-200.258-87.554-243.164-179-42.938 91.444-135.578 179-243.216 179-148.382 0-268.808-120.44-268.808-268.832 0-301.846 304.5-380.994 512.022-679.418 196.154 296.576 511.978 387.206 511.978 679.418 0 148.392-120.43 268.832-268.812 268.832z" />
34
37
  <glyph unicode="&#xea7e;" glyph-name="new-tab" d="M192 896v-768h768v768h-768zM896 192h-640v640h640v-640zM128 64v672l-64 64v-800h800l-64 64h-672zM352 704l160-160-192-192 96-96 192 192 160-160v416z" />
35
38
  <glyph unicode="&#xea83;" glyph-name="mail" d="M853.31 960h-682.62c-93.88 0-170.69-76.784-170.69-170.658v-682.656c0-93.876 76.81-170.686 170.69-170.686h682.622c93.938 0 170.688 76.81 170.688 170.686v682.656c0 93.874-76.75 170.658-170.69 170.658zM256 704h512c9.138 0 18.004-1.962 26.144-5.662l-282.144-329.168-282.144 329.17c8.14 3.696 17.006 5.66 26.144 5.66zM192 256v384c0 1.34 0.056 2.672 0.14 4l187.664-218.94-185.598-185.6c-1.444 5.338-2.206 10.886-2.206 16.54zM768 192h-512c-5.654 0-11.202 0.762-16.54 2.206l182.118 182.118 90.422-105.496 90.424 105.494 182.116-182.118c-5.34-1.442-10.886-2.204-16.54-2.204zM832 256c0-5.654-0.762-11.2-2.206-16.54l-185.598 185.598 187.664 218.942c0.084-1.328 0.14-2.66 0.14-4v-384z" />
@@ -2384,32 +2384,37 @@
2384
2384
  "paths": [
2385
2385
  "M1024 608l-192-192v-288h-128v160l-192-192-512 512v32h128v320h320v-192h128v192h320v-320h128z"
2386
2386
  ],
2387
+ "attrs": [],
2388
+ "isMulticolor": false,
2389
+ "isMulticolor2": false,
2387
2390
  "tags": [
2388
2391
  "home",
2389
2392
  "house"
2390
2393
  ],
2391
2394
  "defaultCode": 59650,
2392
- "grid": 16,
2393
- "attrs": []
2395
+ "grid": 16
2394
2396
  },
2395
2397
  "attrs": [],
2396
2398
  "properties": {
2397
2399
  "ligatures": "home3, house3",
2398
2400
  "name": "home3",
2399
2401
  "order": 139,
2400
- "id": 3,
2402
+ "id": 79,
2401
2403
  "prevSize": 32,
2402
2404
  "code": 59650
2403
2405
  },
2404
- "setIdx": 1,
2405
- "setId": 1,
2406
- "iconIdx": 2
2406
+ "setIdx": 0,
2407
+ "setId": 2,
2408
+ "iconIdx": 79
2407
2409
  },
2408
2410
  {
2409
2411
  "icon": {
2410
2412
  "paths": [
2411
2413
  "M853.342 0h-682.656c-93.874 0-170.686 76.81-170.686 170.69v682.622c0 93.938 76.812 170.688 170.686 170.688h682.656c93.876 0 170.658-76.75 170.658-170.69v-682.62c0-93.88-76.782-170.69-170.658-170.69zM853.342 128c7.988 0 15.546 2.334 22.020 6.342l-363.362 300.404-363.354-300.4c6.478-4.010 14.044-6.346 22.040-6.346h682.656zM170.686 896c-1.924 0-3.82-0.146-5.684-0.408l225.626-312.966-29.256-29.254-233.372 233.37v-611.138l384 464.396 384-464.394v611.136l-233.372-233.37-29.254 29.254 225.628 312.968c-1.858 0.26-3.746 0.406-5.662 0.406h-682.654z"
2412
2414
  ],
2415
+ "attrs": [],
2416
+ "isMulticolor": false,
2417
+ "isMulticolor2": false,
2413
2418
  "tags": [
2414
2419
  "mail",
2415
2420
  "contact",
@@ -2421,21 +2426,97 @@
2421
2426
  "social"
2422
2427
  ],
2423
2428
  "defaultCode": 60036,
2424
- "grid": 16,
2425
- "attrs": []
2429
+ "grid": 16
2426
2430
  },
2427
2431
  "attrs": [],
2428
2432
  "properties": {
2429
2433
  "ligatures": "mail3, contact3",
2430
2434
  "name": "mail2",
2431
2435
  "order": 133,
2432
- "id": 389,
2436
+ "id": 80,
2433
2437
  "prevSize": 32,
2434
2438
  "code": 60036
2435
2439
  },
2440
+ "setIdx": 0,
2441
+ "setId": 2,
2442
+ "iconIdx": 80
2443
+ },
2444
+ {
2445
+ "icon": {
2446
+ "paths": [
2447
+ "M512 832c35.346 0 64 28.654 64 64v64c0 35.346-28.654 64-64 64s-64-28.654-64-64v-64c0-35.346 28.654-64 64-64zM512 192c-35.346 0-64-28.654-64-64v-64c0-35.346 28.654-64 64-64s64 28.654 64 64v64c0 35.346-28.654 64-64 64zM960 448c35.346 0 64 28.654 64 64s-28.654 64-64 64h-64c-35.348 0-64-28.654-64-64s28.652-64 64-64h64zM192 512c0 35.346-28.654 64-64 64h-64c-35.346 0-64-28.654-64-64s28.654-64 64-64h64c35.346 0 64 28.654 64 64zM828.784 738.274l45.256 45.258c24.992 24.99 24.992 65.516 0 90.508-24.994 24.992-65.518 24.992-90.51 0l-45.256-45.256c-24.992-24.99-24.992-65.516 0-90.51 24.994-24.992 65.518-24.992 90.51 0zM195.216 285.726l-45.256-45.256c-24.994-24.994-24.994-65.516 0-90.51s65.516-24.994 90.51 0l45.256 45.256c24.994 24.994 24.994 65.516 0 90.51s-65.516 24.994-90.51 0zM828.784 285.726c-24.992 24.992-65.516 24.992-90.51 0-24.992-24.994-24.992-65.516 0-90.51l45.256-45.254c24.992-24.994 65.516-24.994 90.51 0 24.992 24.994 24.992 65.516 0 90.51l-45.256 45.254zM195.216 738.274c24.992-24.992 65.518-24.992 90.508 0 24.994 24.994 24.994 65.52 0 90.51l-45.254 45.256c-24.994 24.992-65.516 24.992-90.51 0s-24.994-65.518 0-90.508l45.256-45.258z",
2448
+ "M512 256c-141.384 0-256 114.616-256 256 0 141.382 114.616 256 256 256 141.382 0 256-114.618 256-256 0-141.384-114.616-256-256-256zM512 672c-88.366 0-160-71.634-160-160s71.634-160 160-160 160 71.634 160 160-71.634 160-160 160z"
2449
+ ],
2450
+ "tags": [
2451
+ "sun",
2452
+ "weather"
2453
+ ],
2454
+ "defaultCode": 59860,
2455
+ "grid": 16,
2456
+ "attrs": []
2457
+ },
2458
+ "attrs": [],
2459
+ "properties": {
2460
+ "ligatures": "sun, weather2",
2461
+ "name": "sun",
2462
+ "order": 5,
2463
+ "id": 213,
2464
+ "prevSize": 32,
2465
+ "code": 59860
2466
+ },
2467
+ "setIdx": 1,
2468
+ "setId": 1,
2469
+ "iconIdx": 212
2470
+ },
2471
+ {
2472
+ "icon": {
2473
+ "paths": [
2474
+ "M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM128 512c0-212.078 171.922-384 384-384v768c-212.078 0-384-171.922-384-384z"
2475
+ ],
2476
+ "tags": [
2477
+ "contrast"
2478
+ ],
2479
+ "defaultCode": 59861,
2480
+ "grid": 16,
2481
+ "attrs": []
2482
+ },
2483
+ "attrs": [],
2484
+ "properties": {
2485
+ "ligatures": "contrast",
2486
+ "name": "contrast",
2487
+ "order": 3,
2488
+ "id": 214,
2489
+ "prevSize": 32,
2490
+ "code": 59861
2491
+ },
2492
+ "setIdx": 1,
2493
+ "setId": 1,
2494
+ "iconIdx": 213
2495
+ },
2496
+ {
2497
+ "icon": {
2498
+ "paths": [
2499
+ "M512 256c-141.384 0-256 114.616-256 256s114.616 256 256 256 256-114.616 256-256-114.616-256-256-256zM512 672v-320c88.224 0 160 71.776 160 160s-71.776 160-160 160zM512 832c35.346 0 64 28.654 64 64v64c0 35.346-28.654 64-64 64s-64-28.654-64-64v-64c0-35.346 28.654-64 64-64zM512 192c-35.346 0-64-28.654-64-64v-64c0-35.346 28.654-64 64-64s64 28.654 64 64v64c0 35.346-28.654 64-64 64zM960 448c35.346 0 64 28.654 64 64s-28.654 64-64 64h-64c-35.346 0-64-28.654-64-64s28.654-64 64-64h64zM192 512c0 35.346-28.654 64-64 64h-64c-35.346 0-64-28.654-64-64s28.654-64 64-64h64c35.346 0 64 28.654 64 64zM828.784 738.274l45.256 45.256c24.992 24.992 24.992 65.516 0 90.51-24.994 24.992-65.518 24.992-90.51 0l-45.256-45.256c-24.992-24.992-24.992-65.516 0-90.51 24.994-24.992 65.518-24.992 90.51 0zM195.216 285.726l-45.256-45.256c-24.994-24.994-24.994-65.516 0-90.51s65.516-24.994 90.51 0l45.256 45.256c24.994 24.994 24.994 65.516 0 90.51s-65.516 24.994-90.51 0zM828.784 285.726c-24.992 24.992-65.516 24.992-90.51 0-24.992-24.994-24.992-65.516 0-90.51l45.256-45.254c24.992-24.994 65.516-24.994 90.51 0 24.992 24.994 24.992 65.516 0 90.51l-45.256 45.254zM195.216 738.274c24.992-24.992 65.516-24.992 90.508 0 24.994 24.994 24.994 65.518 0 90.51l-45.254 45.256c-24.994 24.992-65.516 24.992-90.51 0-24.994-24.994-24.994-65.518 0-90.51l45.256-45.256z"
2500
+ ],
2501
+ "tags": [
2502
+ "brightness-contrast"
2503
+ ],
2504
+ "defaultCode": 59862,
2505
+ "grid": 16,
2506
+ "attrs": []
2507
+ },
2508
+ "attrs": [],
2509
+ "properties": {
2510
+ "ligatures": "brightness-contrast",
2511
+ "name": "brightness-contrast",
2512
+ "order": 4,
2513
+ "id": 215,
2514
+ "prevSize": 32,
2515
+ "code": 59862
2516
+ },
2436
2517
  "setIdx": 1,
2437
2518
  "setId": 1,
2438
- "iconIdx": 388
2519
+ "iconIdx": 214
2439
2520
  }
2440
2521
  ],
2441
2522
  "height": 1024,