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 fill="#e4e4e4" d="m8 4e-8c-4.432 0-8 3.568-8 8 2.1143e-7 4.432 3.568 8 8 8s8-3.568 8-8-3.568-8-8-8z"/>
<path fill="#5b950b" d="m8 2c-3.324 0-6 2.676-6 6s2.676 6 6 6 6-2.676 6-6-2.676-6-6-6z"/>
<path fill="#ffb232" d="m8 4c-2.216 0-4 1.784-4 4s1.784 4 4 4 4-1.784 4-4-1.784-4-4-4z"/>
<path fill="#d12626" d="m8 6c-1.108 0-2 0.892-2 2s0.892 2 2 2 2-0.892 2-2-0.892-2-2-2z"/>
</svg>

After

Width:  |  Height:  |  Size: 466 B