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="22" height="22" 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 5.0234375 3 C 4.4566955 3 4 3.4566955 4 4.0234375 L 4 16.976562 C 4 17.543305 4.4566955 18 5.0234375 18 L 17.976562 18 C 18.543305 18 19 17.543305 19 16.976562 L 19 4.0234375 C 19 3.4566955 18.543305 3 17.976562 3 L 5.0234375 3 z M 7 6 L 16 6 L 16 9 L 13 9 L 13 15 L 10 15 L 10 9 L 7 9 L 7 6 z"/>
</svg>

After

Width:  |  Height:  |  Size: 607 B