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="24" height="24" version="1">
<rect style="opacity:0.2" width="20" height="20" x="2" y="2.5" rx="1" ry="1"/>
<path style="fill:#ffba08" d="M 21,22 C 21.554,22 22,21.554 22,21 V 12 H 11 V 22 Z"/>
<path style="fill:#459ee9" d="M 3,22 C 2.446,22 2,21.554 2,21 V 11 H 12 V 22 Z"/>
<path style="fill:#eb572a" d="M 2,12 V 3 C 2,2.446 2.446,2 3,2 H 13 V 12 Z"/>
<path style="fill:#79a61c" d="M 12,2 V 12 H 22 V 3 C 22,2.446 21.554,2 21,2 Z"/>
<path style="opacity:0.2;fill:#ffffff" d="M 2,3.5 V 3 C 2,2.446 2.446,2 3,2 H 21 C 21.554,2 22,2.446 22,3 V 3.5 C 22,2.946 21.554,2.5 21,2.5 H 3 C 2.446,2.5 2,2.946 2,3.5 Z"/>
</svg>

After

Width:  |  Height:  |  Size: 671 B