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" height="32" width="32" version="1.1">
<rect style="opacity:.2" rx="2" ry="2" height="21" width="22" y="3" x="5"/>
<rect style="opacity:.2" rx="2" ry="2" height="8" width="4" y="23" x="10"/>
<rect style="opacity:.2" rx="1.9322034" ry="2" height="8" width="4" y="23" x="18"/>
<rect style="fill:#4f4f4f" rx="2" ry="2" height="8" width="4" y="22" x="10"/>
<rect style="fill:#4f4f4f" rx="1.9322034" ry="2" height="8" width="4" y="22" x="18"/>
<rect style="fill:#c9c9c9" rx="2" ry="2" height="21" width="22" y="2" x="5"/>
<rect style="opacity:.2" rx="2" ry="2" height="17" width="16" y="10" x="8"/>
<rect style="fill:#e4e4e4" rx="2" ry="2" height="17" width="16" y="9" x="8"/>
<rect style="opacity:.1" rx="2" ry="2" height="8" width="12" y="12" x="10"/>
<rect style="fill:#4f4f4f" rx="2" ry="2" height="8" width="12" y="11" x="10"/>
<path style="opacity:.1;fill:#ffffff" d="m7 2c-1.108 0-2 0.892-2 2v1c0-1.108 0.892-2 2-2h18c1.108 0 2 0.892 2 2v-1c0-1.108-0.892-2-2-2h-18z"/>
<path style="opacity:.2;fill:#ffffff" d="m10 9c-1.108 0-2 0.892-2 2v1c0-1.108 0.892-2 2-2h12c1.108 0 2 0.892 2 2v-1c0-1.108-0.892-2-2-2h-12z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB