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,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" version="1">
<rect fill="#5a9e0d" width="16" height="16" x="0" y="0" rx="8" ry="8"/>
<path fill="#aef260" d="m8 2c-3.324 0-6 2.676-6 6s2.676 6 6 6 6-2.676 6-6h-1.801a4.2 4.2 0 0 1 -4.199 4.199 4.2 4.2 0 0 1 -4.1992 -4.199 4.2 4.2 0 0 1 4.1992 -4.1992v-1.8008z"/>
<path fill="#ff9a1b" d="m8 2v1.8008a4.2 4.2 0 0 1 4.199 4.1992h1.801c0-3.324-2.676-6-6-6z"/>
</svg>

After

Width:  |  Height:  |  Size: 429 B