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">
<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 8 3 A 5 5 0 0 0 3.2675781 6.3984375 A 4 4 0 0 0 1 10 A 4 4 0 0 0 5 14 A 4 4 0 0 0 7.6582031 12.982422 A 5 5 0 0 0 8 13 A 5 5 0 0 0 10.113281 12.525391 A 4 4 0 0 0 12 13 A 4 4 0 0 0 16 9 A 4 4 0 0 0 12 5 A 4 4 0 0 0 11.992188 5 A 5 5 0 0 0 8 3 z"/>
</svg>

After

Width:  |  Height:  |  Size: 544 B