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 7,3 C 4.979,3.404 3.404,4.979 3,7 H 0 V 9 H 3 C 3.405,11.018 4.982,12.595 7,13 Z M 9,3 V 13 C 11.021,12.596 12.596,11.021 13,9 H 16 V 7 H 13 C 12.595,4.982 11.018,3.405 9,3 Z"/>
</svg>

After

Width:  |  Height:  |  Size: 488 B