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,8 @@
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" version="1">
<rect style="opacity:0.2" width="20" height="10" x="1" y="10.5" rx="1" ry="1"/>
<path style="fill:#value_dark" d="M 1,16 C 1,16.554 1.446,17 2,17 H 20 C 20.554,17 21,16.554 21,16 V 5 C 21,4.446 20.554,4 20,4 H 10 V 3 C 10,2.446 9.554,2 9,2 H 2 C 1.446,2 1,2.446 1,3"/>
<rect style="opacity:0.2" width="20" height="10" x="1" y="9.5" rx="1" ry="1"/>
<rect style="fill:#e4e4e4" width="16" height="8" x="3" y="6" rx="1" ry="1"/>
<rect style="fill:#value_light" width="20" height="10" x="1" y="10" rx="1" ry="1"/>
<path style="opacity:0.1;fill:#ffffff" d="M 2,2 C 1.446,2 1,2.446 1,3 V 3.5 C 1,2.946 1.446,2.5 2,2.5 H 9 C 9.554,2.5 10,2.946 10,3.5 V 3 C 10,2.446 9.554,2 9,2 Z M 10,4 V 4.5 H 20 C 20.554,4.5 21,4.946 21,5.5 V 5 C 21,4.446 20.554,4 20,4 Z"/>
</svg>

After

Width:  |  Height:  |  Size: 842 B