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="22" height="22" version="1">
<path fill="#e44545" d="m11 1h-9c-0.554 0-1 0.446-1 1v9h10z"/>
<path fill="#38ac52" d="m11 1h9c0.554 0 1 0.446 1 1v9h-10z"/>
<path fill="#f2ae37" d="m11 21h-9c-0.554 0-1-0.446-1-1v-9h10z"/>
<path fill="#3776f2" d="m11 21h9c0.554 0 1-0.446 1-1v-9h-10z"/>
<path fill="#fff" opacity=".2" d="m2 1c-0.554 0-1 0.446-1 1v0.5c0-0.554 0.446-1 1-1h18c0.554 0 1 0.446 1 1v-0.5c0-0.554-0.446-1-1-1h-18z"/>
<path opacity=".2" d="m2 21.5c-0.554 0-1-0.446-1-1v-0.5c0 0.554 0.446 1 1 1h18c0.554 0 1-0.446 1-1v0.5c0 0.554-0.446 1-1 1h-18z"/>
</svg>

After

Width:  |  Height:  |  Size: 614 B