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" height="32" width="32" version="1.1">
<rect style="opacity:.2" rx="2" ry="2" height="26" width="26" y="4" x="3"/>
<rect style="fill:#634cb8" rx="2" ry="2" height="26" width="26" y="3" x="3"/>
<path style="opacity:.2;fill:#ffffff" d="m5 3c-1.108 0-2 0.892-2 2v1c0-1.108 0.892-2 2-2h22c1.108 0 2 0.892 2 2v-1c0-1.108-0.892-2-2-2h-22z"/>
<path d="m19 3v3h8v7h3v-7c0-2-1-3-3-3zm-17 18v7c0 2 1 3 3 3h8v-3h-8v-7z" style="opacity:.2"/>
<path d="m19 2v3h8v7h3v-7c0-2-1-3-3-3zm-17 18v7c0 2 1 3 3 3h8v-3h-8v-7z" style="fill:#dfdfdf"/>
</svg>

After

Width:  |  Height:  |  Size: 577 B