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,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" version="1">
<path style="fill:#ffa50c" d="M 8,1 C 4.122,1 1,4.122 1,8 c 0,3.878 3.122,7 7,7 3.878,0 7,-3.122 7,-7 C 15,4.122 11.878,1 8,1 Z"/>
<rect style="fill:#3f3f3f" width="6" height="1" x="5" y="10" rx=".375" ry=".5"/>
<circle style="fill:#3f3f3f" cx="5" cy="6" r="1"/>
<circle style="fill:#3f3f3f" cx="11" cy="6" r="1"/>
</svg>

After

Width:  |  Height:  |  Size: 402 B