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" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16"><defs><style>.cls-1{fill:#bdbdbd;}.cls-2{filter:url(#drop-shadow-6);}.cls-3{filter:url(#drop-shadow-5);}</style></defs><g class="cls-3"><rect x="3.27" y="7.21" width="9" height="4" transform="translate(-4.24 8.19) rotate(-45)"/><rect x="11.36" y="2.62" width="2" height="4" transform="translate(.36 10.09) rotate(-45)"/><polygon points="5.29 14.52 2 15 2.46 11.69 5.29 14.52"/></g><g class="cls-2"><rect class="cls-1" x="3.27" y="6.21" width="9" height="4" transform="translate(-3.53 7.9) rotate(-45)"/><rect class="cls-1" x="11.36" y="1.62" width="2" height="4" transform="translate(1.06 9.8) rotate(-45)"/><polygon class="cls-1" points="5.29 13.52 2 14 2.46 10.69 5.29 13.52"/></g></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 16 16">
<!-- Generator: Adobe Illustrator 29.8.4, SVG Export Plug-In . SVG Version: 2.1.1 Build 6) -->
<defs>
<style>
.st0 {
fill: #0ff;
}
.st1 {
fill: #f0f;
}
</style>
</defs>
<g>
<rect class="st0" x="3.3" y="7.2" width="9" height="4" transform="translate(-4.2 8.2) rotate(-45)"/>
<rect class="st0" x="11.4" y="2.6" width="2" height="4" transform="translate(.4 10.1) rotate(-45)"/>
<polygon class="st0" points="5.3 14.5 2 15 2.5 11.7 5.3 14.5"/>
</g>
<g>
<rect class="st1" x="3.3" y="6.2" width="9" height="4" transform="translate(-3.5 7.9) rotate(-45)"/>
<rect class="st1" x="11.4" y="1.6" width="2" height="4" transform="translate(1.1 9.8) rotate(-45)"/>
<polygon class="st1" points="5.3 13.5 2 14 2.5 10.7 5.3 13.5"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 845 B

After

Width:  |  Height:  |  Size: 940 B