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 2,1 V 2 H 3 V 4 H 5 V 2 H 7 V 4 H 9 V 2 H 11 V 4 H 13 V 6 H 11 V 7 H 13 V 9 H 14 V 1 Z M 11,6 V 4 H 9 V 6 Z M 9,6 H 7 V 7 H 5 V 6 H 3 V 7 H 2 V 8 H 9 V 9 H 10 V 7 H 9 Z M 3,6 V 4 H 2 V 6 Z M 5,6 H 7 V 4 H 5 Z M 11,9 V 11 H 9 V 13 H 11 V 15 L 15,12 Z M 2,11 V 13 H 4 V 11 Z M 5,11 V 13 H 8 V 11 Z"/>
</svg>

After

Width:  |  Height:  |  Size: 609 B