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,14 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" version="1">
<rect style="fill:#e4e4e4" width="16" height="16" x="0" y="0" rx=".8" ry=".8"/>
<path style="opacity:0.2" d="m 12,3 c -0.554,0 -1,0.446 -1,1 v 8 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 V 4 C 13,3.446 12.554,3 12,3 Z"/>
<path style="fill:#4f4f4f" d="m 11,7 v 5 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 V 7 Z"/>
<g>
<path style="opacity:0.2" d="M 4,3 C 3.446,3 3,3.446 3,4 v 8 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 V 4 C 5,3.446 4.554,3 4,3 Z"/>
<path style="fill:#4f4f4f" d="m 3,7 v 5 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 V 7 Z"/>
</g>
<rect style="fill:#818181" width="4" height="3" x="2" y="5" rx="1" ry="1"/>
<rect style="fill:#818181" width="4" height="3" x="10" y="5" rx="1" ry="1"/>
<path style="opacity:0.2" d="m 8.0000007,3 c -0.554,0 -1,0.446 -1,1 v 8 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 V 4 c 0,-0.554 -0.446,-1 -1,-1 z"/>
<path style="fill:#4f4f4f" d="m 7.0000007,10 v 2 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 v -2 z"/>
<rect style="fill:#818181" width="4" height="3" x="6" y="8" rx="1" ry="1"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB