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,11 @@
<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="translate(4,-2)">
<path style="fill:currentColor" class="ColorScheme-Text" d="M 2,8 C 2,8 1,8 1,9 V 20 C 1,20 1,21 2,21 H 9 V 18.586 L 14,13.586 15,14.586 V 11 C 15,10 14,10 14,10 H 9 L 7,8 Z"/>
<path style="fill:currentColor" class="ColorScheme-Text" d="M 14,15 10,19 V 20.996 L 12,21 16,17 Z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 569 B