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,10 @@
<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>
<g transform="translate(-544,402.01)">
<path style="fill:currentColor" class="ColorScheme-Highlight" d="m 4,3 0,8.604 c -2e-4,4.947 7,7.396 7,7.396 0,0 7,-2.449 7,-7.396 L 18,3 4,3 Z m 2,2 5,0 0,5 5,0 0,2.199 C 16,15.812 11,17 11,17 l 0,-7 -5,0 0,-5 z" transform="translate(545,-401.01)"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 546 B