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.8003905,1.9999999 c -0.4432,0 -0.800781,0.357581 -0.800781,0.8007811 v 9.398438 c 0,0.4432 0.357581,0.800781 0.800781,0.800781 h 3.199219 v 0.199219 c 0,0.4432 0.357581,0.800781 0.800781,0.800781 h 4.3992185 c 0.443201,0 0.800782,-0.357581 0.800782,-0.800781 V 13 h 3.199218 c 0.443201,0 0.800782,-0.357581 0.800782,-0.800781 V 2.800781 c 0,-0.4431999 -0.357581,-0.8007811 -0.800782,-0.8007811 z M 2.9996095,4 H 13.000391 v 7 H 2.9996095 Z"/>
</svg>

After

Width:  |  Height:  |  Size: 755 B