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="translate(4,4)">
<path style="fill:currentColor" class="ColorScheme-Text" d="M 4 2 C 4 2 2 2 2 4 L 2 11 C 2 12 1 12 1 12 L 0 12 L 0 14 L 16 14 L 16 12 L 15 12 C 15 12 14 12 14 11 L 14 4 C 14 4 14 2 12 2 L 4 2 z M 5 5 L 6.4141 5 L 8 6.5859 L 9.5859 5 L 11 5 L 11 6.4141 L 9.4141 8 L 11 9.5859 L 11 11 L 9.5859 11 L 8 9.4141 L 6.4141 11 L 5 11 L 5 9.5859 L 6.5859 8 L 5 6.4141 L 5 5 z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 656 B