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,9 @@
<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 2 1 L 2 8.5253906 C 2 12.856641 8 15 8 15 C 8 15 14 12.856641 14 8.5253906 L 14 1 L 2 1 z M 4 3 L 8 3 L 8 7 L 12 7 L 12 9 C 12 12.008333 8 13 8 13 L 8 7 L 4 7 L 4 3 z"/>
<circle style="fill:currentColor" class="ColorScheme-Highlight" cx="14.5" cy="14.5" r="1.5"/>
</svg>

After

Width:  |  Height:  |  Size: 575 B