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,10 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" version="1.1">
<path fill="#4ab3e4" d="m6 6c-1.108 0-2 0.892-2 2v2 24h40v-24-2c0-1.108-0.892-2-2-2h-36z"/>
<path fill="#253951" d="m6 42c-1.108 0-2-0.892-2-2v-6h40v6c0 1.108-0.892 2-2 2z"/>
<path fill="#fff" opacity=".1" d="m6 6c-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-2z"/>
<rect fill="#fff" opacity=".2" width="18" height="6" x="5" y="35" rx="1.437" ry="1.544"/>
<rect fill="#fff" opacity=".2" width="18" height="6" x="24" y="35" rx="1.437" ry="1.544"/>
<rect fill="#fff" width="4" height="4" x="6" y="36"/>
<rect fill="#fff" width="4" height="4" x="25" y="36"/>
<path opacity=".2" d="m4 40v1c0 1.108 0.892 2 2 2h36c1.108 0 2-0.892 2-2v-1c0 1.108-0.892 2-2 2h-36c-1.108 0-2-0.892-2-2z"/>
</svg>

After

Width:  |  Height:  |  Size: 815 B