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 1 L 0 15 L 16 15 L 16 1 L 0 1 z M 9 3 L 14 3 L 14 13 L 9 13 L 9 3 z M 1 5 L 2.4141 5 L 4 6.5859 L 5.5859 5 L 7 5 L 7 6.4141 L 5.4141 8 L 7 9.5859 L 7 11 L 5.5859 11 L 4 9.4141 L 2.4141 11 L 1 11 L 1 9.5859 L 2.5859 8 L 1 6.4141 L 1 5 z"/>
</svg>

After

Width:  |  Height:  |  Size: 551 B