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,8 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" version="1.1">
<defs>
<style id="current-color-scheme" type="text/css">
.ColorScheme-Text { color:#ebdbb2; } .ColorScheme-Highlight { color:#4285f4; }
</style>
</defs>
<path style="fill:currentColor" class="ColorScheme-Text" d="M 0,7.7385 C 0.00612,7.3255 0.34612,6.9955 0.76012,7.0005 2.7421,7.0005 4.0901,7.7635 4.8771,8.8225 5.6641,9.8825 5.9451,11.135 6.2231,12.182 6.5001,13.228 6.7971,14.007 7.1719,14.289 7.3593,14.43 7.5796,14.518 8.0156,14.498 8.4516,14.478 9.0888,14.321 9.9414,13.951 10.912,13.53 11.435,14.939 10.539,15.328 9.5817,15.744 8.7908,15.963 8.0859,15.996 7.381,16.029 6.7471,15.846 6.2711,15.488 5.3201,14.773 5.0571,13.635 4.7731,12.566 4.4901,11.498 4.2111,10.438 3.6741,9.7155 3.1361,8.9915 2.3951,8.5005 0.76012,8.5005 0.33712,8.5065 -0.00688,8.1615 1.1621e-4,7.7385 Z M 1.75,1 C 1.0788,1 0.74679,1.8068 1.2266,2.2891 L 13.711,14.771 C 14.411,15.471 15.466,14.406 14.771,13.711 L 2.2891,1.2266 C 2.1231,1.0631 1.953,1 1.75,1 Z M 7.7383,0 C 7.3248,0.00646 6.9946,0.3463 7,0.75977 7,2.7417 7.7629,4.09 8.8223,4.877 9.8816,5.6639 11.135,5.9453 12.182,6.2227 13.228,6.5 14.007,6.7971 14.289,7.1719 14.43,7.3593 14.518,7.5796 14.498,8.0156 14.478,8.4516 14.321,9.0888 13.951,9.9414 13.53,10.912 14.939,11.435 15.328,10.539 15.744,9.5817 15.963,8.7908 15.996,8.0859 16.029,7.381 15.846,6.747 15.488,6.2715 14.773,5.3204 13.635,5.0568 12.566,4.7734 11.498,4.4901 10.438,4.2114 9.7148,3.6738 8.9912,3.1363 8.5,2.395 8.5,0.75977 8.5055,0.33714 8.1609,-0.00658 7.7383,0 Z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB