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="16" height="16" version="1.1">
<circle style="fill:#a776d6" cx="8" cy="8" r="8"/>
<circle style="fill:#79de7d" cx="8" cy="8" r="5"/>
<rect style="fill:#e5e9f0" width="10" height="10" x="3" y="3" rx="1" ry="1"/>
<path style="fill:#4f4f4f" d="m5 3v1 1c0 0.554 0.446 1 1 1h4c0.554 0 1-0.446 1-1v-1-1h-1-4-1z"/>
<rect style="fill:#fbe604" width="1" height="1" x="6" y="4"/>
<rect style="fill:#fbe604" width="1" height="1" x="9" y="4"/>
</svg>

After

Width:  |  Height:  |  Size: 492 B