[Fix] Icons color not following theme color scheme

This commit is contained in:
imoize
2024-05-16 20:54:27 +07:00
parent 28c9e62e82
commit f190749e4d
10 changed files with 38 additions and 85 deletions

View File

@@ -1,10 +1,7 @@
<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text { color: #fcfcfc; }</style>
<style type="text/css">.ColorScheme-Text { color: #fcfcfc; }</style>
</defs>
<g transform="matrix(1.3667 0 0 1.2206 -3.4887 -2.4265)" fill="#fcfcfc">
<path d="m3.601 16.855v0.10742c0 1.108 0.892 2 2 2h10c1.108 0 2-0.892 2-2v-0.10742h-1v0.10742c0 0.554-0.446 1-1 1h-10c-0.554 0-1-0.446-1-1v-0.10742z"/>
<path d="m10.601 3.038c-0.31321 0-0.56536 0.26722-0.56536 0.59914v10.537l-3.8317-4.0606c-0.11073-0.11735-0.25521-0.17787-0.39973-0.17787s-0.28899 0.06051-0.39973 0.17787c-0.22147 0.23471-0.22147 0.61252 0 0.84723l4.7967 5.0834c0.02554 0.02707 0.05385 0.05106 0.08393 0.07255 0.01495 0.01078 0.03074 0.01905 0.04638 0.02809 0.01891 0.01091 0.03727 0.02182 0.05742 0.03042 0.03132 0.01337 0.06332 0.02547 0.09718 0.03276 0.0378 0.0082 0.0764 0.01174 0.11484 0.01174 0.03844 0 0.07704-0.0033 0.11483-0.01174 0.0047-9.99e-4 0.0087-0.0036 0.01325-0.0047 0.02857-0.0071 0.05645-0.01624 0.08393-0.02809 0.02015-0.0086 0.03851-0.01951 0.05742-0.03042 0.01563-0.0091 0.03142-0.01735 0.04638-0.02809 0.03006-0.02148 0.05839-0.04547 0.08393-0.07255l4.7967-5.0834c0.22147-0.23471 0.22147-0.61252 0-0.84723-0.22147-0.23471-0.57798-0.23471-0.79945 0l-3.8317 4.0606v-10.537c0-0.33193-0.25215-0.59914-0.56536-0.59914z" stroke-width="1.164"/>
</g>
<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
color:#ffffff;
}</style>
<path class="ColorScheme-Text" d="m3.601 16.855v0.10742c0 1.108 0.892 2 2 2h10c1.108 0 2-0.892 2-2v-0.10742h-1v0.10742c0 0.554-0.446 1-1 1h-10c-0.554 0-1-0.446-1-1v-0.10742z" fill="currentColor"/>
<path class="ColorScheme-Text" d="m10.601 3.038c-0.31321 0-0.56536 0.26722-0.56536 0.59914v10.537l-3.8317-4.0606c-0.11073-0.11735-0.25521-0.17787-0.39973-0.17787s-0.28899 0.06051-0.39973 0.17787c-0.22147 0.23471-0.22147 0.61252 0 0.84723l4.7967 5.0834c0.02554 0.02707 0.05385 0.05106 0.08393 0.07255 0.01495 0.01078 0.03074 0.01905 0.04638 0.02809 0.01891 0.01091 0.03727 0.02182 0.05742 0.03042 0.03132 0.01337 0.06332 0.02547 0.09718 0.03276 0.0378 0.0082 0.0764 0.01174 0.11484 0.01174 0.03844 0 0.07704-0.0033 0.11483-0.01174 0.0047-9.99e-4 0.0087-0.0036 0.01325-0.0047 0.02857-0.0071 0.05645-0.01624 0.08393-0.02809 0.02015-0.0086 0.03851-0.01951 0.05742-0.03042 0.01563-0.0091 0.03142-0.01735 0.04638-0.02809 0.03006-0.02148 0.05839-0.04547 0.08393-0.07255l4.7967-5.0834c0.22147-0.23471 0.22147-0.61252 0-0.84723-0.22147-0.23471-0.57798-0.23471-0.79945 0l-3.8317 4.0606v-10.537c0-0.33193-0.25215-0.59914-0.56536-0.59914z" fill="currentColor"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB