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 1.9550781 1 C 1.4261189 1 1 1.4261189 1 1.9550781 L 1 14.044922 C 1 14.573882 1.4261189 15 1.9550781 15 L 14.044922 15 C 14.573882 15 15 14.573882 15 14.044922 L 15 1.9550781 C 15 1.4261189 14.573882 1 14.044922 1 L 1.9550781 1 z M 4 4 L 12 4 L 12 6 L 9 6 L 9 12 L 7 12 L 7 6 L 4 6 L 4 4 z"/>
</svg>

After

Width:  |  Height:  |  Size: 603 B