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="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>
<path style="fill:currentColor" class="ColorScheme-Text" d="M 16.373,4 13.313,11 H 16.736 L 19.8,4 Z M 10.9,8 9,12.687 7.125,8 H 4 L 7.4766,16.09 6.2285,19 H 9.3008 L 13.945,8.008 Z M 14,12 C 12.895,12 12,12.895 12,14 12,15.105 12.895,16 14,16 15.105,16 16,15.105 16,14 16,12.895 15.105,12 14,12 Z"/>
</svg>

After

Width:  |  Height:  |  Size: 549 B