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="32" height="32" version="1.1">
<rect style="opacity:0.2" width="22" height="28" x="5" y="3" rx="1.5" ry="1.5"/>
<rect style="fill:#009587" width="22" height="28" x="5" y="2" rx="1.5" ry="1.5"/>
<path style="opacity:0.2" d="M 19,3 V 17 L 21,15 23,17 V 3 Z"/>
<path fill="#d8d8d8" d="m19 2v14l2-2 2 2v-14h-4z"/>
<path style="opacity:0.2" d="M 6.5 2 C 5.669 2 5 2.669 5 3.5 L 5 28.5 C 5 29.331 5.669 30 6.5 30 L 9 30 L 9 2 L 6.5 2 z"/>
<path style="opacity:0.2;fill:#ffffff" d="M 6.5 2 C 5.669 2 5 2.669 5 3.5 L 5 4.5 C 5 3.669 5.669 3 6.5 3 L 25.5 3 C 26.331 3 27 3.669 27 4.5 L 27 3.5 C 27 2.669 26.331 2 25.5 2 L 6.5 2 z"/>
</svg>

After

Width:  |  Height:  |  Size: 684 B