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,12 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" version="1">
<rect style="opacity:0.2" width="40" height="40" x="4" y="5" rx="12" ry="12"/>
<rect style="fill:#e4e4e4" width="40" height="40" x="4" y="4" rx="12" ry="12"/>
<circle style="opacity:0.1" cx="15" cy="25" r="8"/>
<circle style="fill:#296ec6" cx="15" cy="24" r="8"/>
<circle style="opacity:0.1" cx="33" cy="25" r="8"/>
<circle style="fill:#e03c90" cx="33" cy="24" r="8"/>
<circle style="opacity:0.2" cx="36.5" cy="37.5" r="10.5"/>
<circle style="fill:#9a3cdb" cx="36.5" cy="36.5" r="10.5"/>
<path style="fill:#ffffff" d="M 36.474,30 32,36 l 3,0 0,6 3,-0.02892 0,-5.9711 3,0 z"/>
<path style="fill:#ffffff;opacity:0.2" d="M 16 4 C 9.352 4 4 9.352 4 16 L 4 17 C 4 10.352 9.352 5 16 5 L 32 5 C 38.648 5 44 10.352 44 17 L 44 16 C 44 9.352 38.648 4 32 4 L 16 4 z"/>
</svg>

After

Width:  |  Height:  |  Size: 851 B