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,10 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" version="1">
<circle style="opacity:0.2" cx="24" cy="25" r="20"/>
<circle style="fill:#5e5e5e" cx="24" cy="24" r="20"/>
<circle style="fill:#4f4f4f" cx="24" cy="24" r="16"/>
<circle style="opacity:0.2" cx="24" cy="25" r="12"/>
<circle style="fill:#fec006" cx="24" cy="24" r="12"/>
<circle style="fill:#4f4f4f" cx="24" cy="24" r="6"/>
<path style="opacity:0.1;fill:#ffffff" d="M 24,4 A 20,20 0 0 0 4,24 20,20 0 0 0 4.0196,24.586 20,20 0 0 1 24,5 20,20 0 0 1 43.98,24.414 20,20 0 0 0 44,24 20,20 0 0 0 24,4 Z"/>
<path style="opacity:0.2;fill:#ffffff" d="M 24,12 A 12,12 0 0 0 12,24 12,12 0 0 0 12.01954,24.429688 12,12 0 0 1 24,13 12,12 0 0 1 35.980468,24.570312 12,12 0 0 0 36,24 12,12 0 0 0 24,12 Z"/>
</svg>

After

Width:  |  Height:  |  Size: 780 B