Initial implementation of theming

This commit is contained in:
luisangelsm
2026-02-19 17:39:22 +01:00
parent ed28c94f66
commit 044176d6b7
303 changed files with 4634 additions and 2119 deletions

View File

@ -1 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><defs><style>.cls-1{fill:#bfbfbf;}</style></defs><g><g><rect x="3" y="4" width="10" height="1"/><rect x="6" y="3" width="1" height="1"/><rect x="9" y="3" width="1" height="1"/><path d="M10.86,6H5.14c-.63,0-1.14,.45-1.14,1V15c0,.55,.51,1,1.14,1h5.71c.63,0,1.14-.45,1.14-1V7c0-.55-.51-1-1.14-1ZM6,14h-1V7h1v7Zm3,0h-2V7h2v7Zm2,0h-1V7h1v7Z"/><rect x="4" y="6" width="8" height="1"/></g><rect x="7" y="2" width="2" height="1"/></g><g><g><rect class="cls-1" x="3" y="3" width="10" height="1"/><rect class="cls-1" x="6" y="2" width="1" height="1"/><rect class="cls-1" x="9" y="2" width="1" height="1"/><path class="cls-1" d="M10.86,5H5.14c-.63,0-1.14,.45-1.14,1V14c0,.55,.51,1,1.14,1h5.71c.63,0,1.14-.45,1.14-1V6c0-.55-.51-1-1.14-1ZM6,13h-1V6h1v7Zm3,0h-2V6h2v7Zm2,0h-1V6h1v7Z"/><rect class="cls-1" x="4" y="5" width="8" height="1"/></g><rect class="cls-1" x="7" y="1" width="2" height="1"/></g></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<defs>
<style>
.st0 { fill: #0ff; }
.st1 { fill: #f0f; }
</style>
</defs>
<g class="st0">
<rect x="3" y="4" width="10" height="1"/>
<rect x="6" y="3" width="1" height="1"/>
<rect x="9" y="3" width="1" height="1"/>
<path d="M10.86,6H5.14c-.63,0-1.14,.45-1.14,1V15c0,.55,.51,1,1.14,1h5.71c.63,0,1.14-.45,1.14-1V7c0-.55-.51-1-1.14-1ZM6,14h-1V7h1v7Zm3,0h-2V7h2v7Zm2,0h-1V7h1v7Z"/>
<rect x="4" y="6" width="8" height="1"/>
<rect x="7" y="2" width="2" height="1"/>
</g>
<g class="st1">
<rect x="3" y="3" width="10" height="1"/>
<rect x="6" y="2" width="1" height="1"/>
<rect x="9" y="2" width="1" height="1"/>
<path d="M10.86,5H5.14c-.63,0-1.14,.45-1.14,1V14c0,.55,.51,1,1.14,1h5.71c.63,0,1.14-.45,1.14-1V6c0-.55-.51-1-1.14-1ZM6,13h-1V6h1v7Zm3,0h-2V6h2v7Zm2,0h-1V6h1v7Z"/>
<rect x="4" y="5" width="8" height="1"/>
<rect x="7" y="1" width="2" height="1"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1004 B

After

Width:  |  Height:  |  Size: 1.0 KiB