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,7 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" version="1">
<path fill="#b7b7b7" d="m9 6h30v14h-30z"/>
<rect fill="#4f4f4f" width="40" height="24" x="4" y="18" rx="2" ry="2"/>
<path style="opacity:0.4" d="M 12 23 L 12 27 L 36 27 L 36 23 L 12 23 z M 14 29 L 14 33 L 34 33 L 34 29 L 14 29 z M 16 35 L 16 39 L 32 39 L 32 35 L 16 35 z"/>
<path fill="#fff" opacity=".2" d="m9 6v1h30v-1h-30z"/>
<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: 542 B