Move themes to their own package

This commit is contained in:
2021-02-04 22:17:10 -06:00
parent 3c43b8bcfd
commit efd62518d3
62762 changed files with 1 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" version="1.1">
<defs>
<style id="current-color-scheme" type="text/css">
.ColorScheme-Text { color:#ebdbb2; } .ColorScheme-Highlight { color:#4285f4; }
</style>
</defs>
<g transform="matrix(1,0,0,1,4,4)">
<path style="fill:currentColor;opacity:0.3" class="ColorScheme-Text" d="M 8,1 C 4.134,1 1,4.134 1,8 1,11.866 4.134,15 8,15 11.866,15 15,11.866 15,8 15,4.134 11.866,1 8,1 Z M 7.5,2.9375 C 7.9693,2.8762 7.4089,3.451 7.416,3.707 7.1448,4.5738 7.0652,5.618 7.6406,6.3828 7.6669,6.6688 7.0408,6.3858 6.8926,6.2285 6.5605,6.0283 6.1677,5.5126 5.752,5.7539 5.3904,5.9793 5.247,6.463 5.5215,6.8145 5.9839,7.4294 6.78,7.634 7.4902,7.8145 8.263,8.0035 9.115,8.1148 9.7461,8.6406 10.238,9.116 10.21,9.879 10.092,10.502 9.8391,11.632 8.823,12.381 7.8223,12.832 7.2797,13.114 7.6022,12.232 7.4238,11.945 7.2927,11.33 6.9303,10.767 6.3809,10.449 6.0801,10.218 5.6844,10.076 5.4746,9.748 5.4178,9.3082 5.679,8.8609 5.9609,8.5352 6.0756,8.3071 6.8093,8.0491 6.2188,8.0078 5.1307,7.7782 3.9876,7.4686 3.1562,6.6875 3.6372,4.6919 5.431,3.0747 7.5,2.9375 Z M 12.188,5.2812 C 12.303,5.3539 12.748,6.3133 12.875,6.7812 13.038,7.3854 13.027,8.4312 12.875,9.0312 12.817,9.2598 12.743,9.4734 12.719,9.5 12.694,9.5266 12.605,9.3735 12.5,9.1875 12.395,9.0016 12.06,8.6064 11.781,8.3125 10.977,7.464 10.851,7.0209 11.188,6.3438 11.355,6.0023 12.096,5.2252 12.188,5.2812 Z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB