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" width="32" height="32" version="1">
<rect fill="#e4e4e4" width="28" height="28" x="2" y="2" rx="1.5" ry="1.5"/>
<path fill="#fff" opacity=".1" d="m3.5 2c-0.831 0-1.5 0.669-1.5 1.5v1c0-0.831 0.669-1.5 1.5-1.5h25c0.831 0 1.5 0.669 1.5 1.5v-1c0-0.831-0.669-1.5-1.5-1.5h-25z"/>
<path opacity=".2" d="m2 28.5v1c0 0.831 0.669 1.5 1.5 1.5h25c0.831 0 1.5-0.669 1.5-1.5v-1c0 0.831-0.669 1.5-1.5 1.5h-25c-0.831 0-1.5-0.669-1.5-1.5z"/>
<circle fill="#4d4d4d" cx="16" cy="16" r="3"/>
<circle fill="#4d4d4d" cx="23" cy="24" r="3"/>
<circle fill="#4d4d4d" cx="8" cy="8" r="3"/>
<circle fill="#4d4d4d" cx="23" cy="-8" r="3" transform="scale(1,-1)"/>
<circle fill="#4d4d4d" cx="8" cy="-24" r="3" transform="scale(1,-1)"/>
</svg>

After

Width:  |  Height:  |  Size: 761 B