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,19 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" version="1">
<rect style="fill:#ac4cc7" width="40" height="40" x="4" y="4" rx="2" ry="2"/>
<path fill="#fff" opacity=".2" d="m6 4c-1.108 0-2 0.892-2 2v1c0-1.108 0.892-2 2-2h36c1.108 0 2 0.892 2 2v-1c0-1.108-0.892-2-2-2h-36z"/>
<path opacity=".2" d="m6 45c-1.108 0-2-0.892-2-2v-1c0 1.108 0.892 2 2 2h36c1.108 0 2-0.892 2-2v1c0 1.108-0.892 2-2 2h-36z"/>
<g style="opacity:0.2" transform="translate(0,1)">
<rect width="4" height="32" x="22" y="8" rx="2" ry="2"/>
<rect width="4" height="20" x="14" y="14" rx="2" ry="2"/>
<rect width="4" height="28" x="30" y="10" rx="2" ry="2"/>
<rect width="4" height="24" x="6" y="12" rx="2" ry="2"/>
<rect width="4" height="24" x="38" y="12" rx="2" ry="2"/>
</g>
<g style="fill:#a8cce3">
<rect style="fill:#a8cce3" width="4" height="32" x="22" y="8" rx="2" ry="2"/>
<rect style="fill:#a8cce3" width="4" height="20" x="14" y="14" rx="2" ry="2"/>
<rect style="fill:#a8cce3" width="4" height="28" x="30" y="10" rx="2" ry="2"/>
<rect style="fill:#a8cce3" width="4" height="24" x="6" y="12" rx="2" ry="2"/>
<rect style="fill:#a8cce3" width="4" height="24" x="38" y="12" rx="2" ry="2"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB