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,9 @@
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" version="1">
<rect style="opacity:0.2" width="20" height="20" x="1" y="1.5" rx="6" ry="6"/>
<rect style="fill:#e4e4e4" width="20" height="20" x="1" y="1" rx="6" ry="6"/>
<circle style="opacity:0.1" cx="15.5" cy="12" r="3.5"/>
<circle style="fill:#e03c90" cx="15.5" cy="11.5" r="3.5"/>
<circle style="opacity:0.1" cx="6.5" cy="12" r="3.5"/>
<circle style="fill:#296ec6" cx="6.5" cy="11.5" r="3.5"/>
<path style="opacity:0.2;fill:#ffffff" d="m 7,0.99999809 c -3.324,0 -6,2.67600001 -6,6.00000001 v 0.5 c 0,-3.324 2.676,-6 6,-6 h 8 c 3.324,0 6,2.676 6,6 v -0.5 c 0,-3.324 -2.676,-6.00000001 -6,-6.00000001 z"/>
</svg>

After

Width:  |  Height:  |  Size: 685 B