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,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" version="1">
<rect fill="#fecd38" width="28" height="28" x="2" y="2" rx="1.5" ry="1.5"/>
<path fill="#fff" opacity=".1" d="m3.5 2c-0.831 0-1.5 0.669-1.5 1.5v1c0-0.831 0.669-1.5 1.5-1.5h25c0.831 0 1.5 0.669 1.5 1.5v-1c0-0.831-0.669-1.5-1.5-1.5h-25z"/>
<path opacity=".2" d="m2 28.5v1c0 0.831 0.669 1.5 1.5 1.5h25c0.831 0 1.5-0.669 1.5-1.5v-1c0 0.831-0.669 1.5-1.5 1.5h-25c-0.831 0-1.5-0.669-1.5-1.5z"/>
<path opacity=".5" d="m6 12v4h4v-4h-4zm4 4v4h4v-4h-4zm4 0h4v-4h-4v4zm4 0v4h4v-4h-4zm4 0h4v-4h-4v4z"/>
</svg>

After

Width:  |  Height:  |  Size: 578 B