|
56 | 56 | --search-mark-bg: #e3b171;
|
57 | 57 |
|
58 | 58 | --color-scheme: dark;
|
| 59 | + |
| 60 | + /* Same as `--icons` */ |
| 61 | + --copy-button-filter: invert(45%) sepia(6%) saturate(621%) hue-rotate(198deg) brightness(99%) contrast(85%); |
| 62 | + /* Same as `--sidebar-active` */ |
| 63 | + --copy-button-filter-hover: invert(68%) sepia(55%) saturate(531%) hue-rotate(341deg) brightness(104%) contrast(101%); |
59 | 64 | }
|
60 | 65 |
|
61 | 66 | .coal {
|
|
100 | 105 | --search-mark-bg: #355c7d;
|
101 | 106 |
|
102 | 107 | --color-scheme: dark;
|
| 108 | + |
| 109 | + /* Same as `--icons` */ |
| 110 | + --copy-button-filter: invert(26%) sepia(8%) saturate(575%) hue-rotate(169deg) brightness(87%) contrast(82%); |
| 111 | + /* Same as `--sidebar-active` */ |
| 112 | + --copy-button-filter-hover: invert(36%) sepia(70%) saturate(503%) hue-rotate(167deg) brightness(98%) contrast(89%); |
103 | 113 | }
|
104 | 114 |
|
105 | 115 | .light {
|
|
144 | 154 | --search-mark-bg: #a2cff5;
|
145 | 155 |
|
146 | 156 | --color-scheme: light;
|
| 157 | + |
| 158 | + /* Same as `--icons` */ |
| 159 | + --copy-button-filter: invert(45.49%); |
| 160 | + /* Same as `--sidebar-active` */ |
| 161 | + --copy-button-filter-hover: invert(14%) sepia(93%) saturate(4250%) hue-rotate(243deg) brightness(99%) contrast(130%); |
147 | 162 | }
|
148 | 163 |
|
149 | 164 | .navy {
|
|
188 | 203 | --search-mark-bg: #a2cff5;
|
189 | 204 |
|
190 | 205 | --color-scheme: dark;
|
| 206 | + |
| 207 | + /* Same as `--icons` */ |
| 208 | + --copy-button-filter: invert(51%) sepia(10%) saturate(393%) hue-rotate(198deg) brightness(86%) contrast(87%); |
| 209 | + /* Same as `--sidebar-active` */ |
| 210 | + --copy-button-filter-hover: invert(46%) sepia(20%) saturate(1537%) hue-rotate(156deg) brightness(85%) contrast(90%); |
191 | 211 | }
|
192 | 212 |
|
193 | 213 | .rust {
|
|
231 | 251 | --searchresults-li-bg: #dec2a2;
|
232 | 252 | --search-mark-bg: #e69f67;
|
233 | 253 |
|
234 |
| - --color-scheme: light; |
| 254 | + /* Same as `--icons` */ |
| 255 | + --copy-button-filter: invert(51%) sepia(10%) saturate(393%) hue-rotate(198deg) brightness(86%) contrast(87%); |
| 256 | + /* Same as `--sidebar-active` */ |
| 257 | + --copy-button-filter-hover: invert(77%) sepia(16%) saturate(1798%) hue-rotate(328deg) brightness(98%) contrast(83%); |
235 | 258 | }
|
236 | 259 |
|
237 | 260 | @media (prefers-color-scheme: dark) {
|
|
275 | 298 | --searchresults-border-color: #98a3ad;
|
276 | 299 | --searchresults-li-bg: #2b2b2f;
|
277 | 300 | --search-mark-bg: #355c7d;
|
| 301 | + |
| 302 | + /* Same as `--icons` */ |
| 303 | + --copy-button-filter: invert(26%) sepia(8%) saturate(575%) hue-rotate(169deg) brightness(87%) contrast(82%); |
| 304 | + /* Same as `--sidebar-active` */ |
| 305 | + --copy-button-filter-hover: invert(36%) sepia(70%) saturate(503%) hue-rotate(167deg) brightness(98%) contrast(89%); |
278 | 306 | }
|
279 | 307 | }
|
0 commit comments