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,20 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" version="1">
<g>
<rect stroke="#000" stroke-width="2" opacity=".05" width="19" height="19" x="2" y="-30" rx="1.5" ry="1.5" transform="rotate(90)"/>
<rect opacity=".2" width="19" height="19" x="2" y="-30" rx="1.5" ry="1.5" transform="rotate(90)"/>
<rect stroke="#000" stroke-width="2" opacity=".05" width="19" height="19" x="11" y="-21" rx="1.5" ry="1.5" transform="rotate(90)"/>
<rect fill="#85aeff" width="19" height="19" x="1" y="-30" rx="1.5" ry="1.5" transform="rotate(90)"/>
<path opacity=".2" d="m14 7v-1h12v1z"/>
<path opacity=".2" d="m14 10v-1h12v1z"/>
<path opacity=".2" d="m14 13v-1h12v1z"/>
<path opacity=".2" d="m14 16v-1h8v1z"/>
<rect opacity=".2" width="19" height="19" x="11" y="-21" rx="1.5" ry="1.5" transform="rotate(90)"/>
<rect fill="#a7baff" width="19" height="19" x="10" y="-21" rx="1.5" ry="1.5" transform="rotate(90)"/>
<path fill="#fff" opacity=".1" d="m12.5 1c-0.831 0-1.5 0.669-1.5 1.5v1c0-0.831 0.669-1.5 1.5-1.5h16c0.831 0 1.5 0.669 1.5 1.5v-1c0-0.831-0.669-1.5-1.5-1.5h-16z"/>
<path fill="#fff" opacity=".1" d="m3.5 10c-0.831 0-1.5 0.669-1.5 1.5v1c0-0.831 0.669-1.5 1.5-1.5h16c0.831 0 1.5 0.669 1.5 1.5v-1c0-0.831-0.669-1.5-1.5-1.5h-16z"/>
<path opacity=".5" d="m5 16v-1h12v1z"/>
<path opacity=".5" d="m5 19v-1h12v1z"/>
<path opacity=".5" d="m5 22v-1h12v1z"/>
<path opacity=".5" d="m5 25v-1h8v1z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB