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" height="16" width="16" version="1.1">
<path style="fill:#2ab915" d="m11 15v-2h-5v-5h-2v7z"/>
<path style="fill:#017de8" d="m5 1v2h5v5h2v-7z"/>
<circle r="2" style="fill:#39bdfe" cx="5" cy="2"/>
<circle r="2" style="fill:#39bdfe" cx="11" cy="2"/>
<circle r="2" style="fill:#68e01a" cx="5" cy="8"/>
<circle r="2" style="fill:#39bdfe" cx="11" cy="8"/>
<circle r="2" style="fill:#68e01a" cx="11" cy="14"/>
<circle r="2" style="fill:#68e01a" cx="5" cy="14"/>
</svg>

After

Width:  |  Height:  |  Size: 509 B