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,7 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" version="1">
<rect fill="#2a85c2" width="16" height="2" x="0" y="7" rx="1.067" ry=".667"/>
<rect fill="#c2352a" width="14" height="4" x="-15" y="-7" rx="1.5" ry="1.714" transform="matrix(0,-1,-1,0,0,0)"/>
<rect fill="#d8564b" width="10" height="2" x="-13" y="-3" rx=".75" ry="1" transform="matrix(0,-1,-1,0,0,0)"/>
<rect fill="#c2352a" width="14" height="4" x="-15" y="9" rx="1.5" ry="1.714" transform="rotate(-90)"/>
<rect fill="#d8564b" width="10" height="2" x="-13" y="13" rx=".75" ry="1" transform="rotate(-90)"/>
</svg>

After

Width:  |  Height:  |  Size: 593 B