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,8 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" version="1">
<g transform="matrix(.57143 0 0 .57143 -1.1429 -1.1429)">
<path fill="#e44545" d="m16 2h-12.5c-0.831 0-1.5 0.669-1.5 1.5v12.5h14z"/>
<path fill="#38ac52" d="m16 2h12.5c0.831 0 1.5 0.669 1.5 1.5v12.5h-14z"/>
<path fill="#f2ae37" d="m16 30h-12.5c-0.831 0-1.5-0.669-1.5-1.5v-12.5h14z"/>
<path fill="#3776f2" d="m16 30h12.5c0.831 0 1.5-0.669 1.5-1.5v-12.5h-14z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 458 B