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,7 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" version="1.1">
<rect style="opacity:.2" width="28" height="28" x="2" y="3" rx="3" ry="3"/>
<rect style="fill:#ab47bc" width="28" height="28" x="2" y="2" rx="3" ry="3"/>
<path style="opacity:.2;fill:#ffffff" d="m5 2c-1.662 0-3 1.338-3 3v1c0-1.662 1.338-3 3-3h22c1.662 0 3 1.338 3 3v-1c0-1.662-1.338-3-3-3z"/>
<path style="stroke:#ffffff;stroke-linecap:round;fill:none" d="m7.5 9.5c4.5 0 4.5 6.5 8.5 6.5s4-6.5 8.5-6.5"/>
<path style="stroke:#ffffff;stroke-linecap:round;fill:none" d="m7.5 22.5c4.5 0 4.5-6.5 8.5-6.5s4 6.5 8.5 6.5"/>
</svg>

After

Width:  |  Height:  |  Size: 606 B