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,38 @@
<?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:#bfbfbf;}.cls-2{stroke:#000;}.cls-2,.cls-3{fill:none;stroke-linecap:round;stroke-miterlimit:10;stroke-width:2px;}.cls-4{filter:url(#drop-shadow-3);}.cls-5{filter:url(#drop-shadow-2);}.cls-3{stroke:#bfbfbf;}</style></defs><g class="cls-5"><polygon points="4 10 4 11.5 4 15 5.5 15 7 15 7 13.5 7 11 8 11 9 11 9 13.5 9 15 10.5 15 12 15 12 11.5 12 10 8 7 4 10"/><polyline class="cls-2" points="13 8 8 4 3 8"/><rect x="11" y="4" width="1" height="2"/></g><g class="cls-4"><polygon class="cls-1" points="4 9 4 10.5 4 14 5.5 14 7 14 7 12.5 7 10 8 10 9 10 9 12.5 9 14 10.5 14 12 14 12 10.5 12 9 8 6 4 9"/><polyline class="cls-3" points="13 7 8 3 3 7"/><rect class="cls-1" x="11" y="3" width="1" height="2"/></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;
}
.st2 {
stroke: #f0f;
}
.st2, .st3 {
fill: none;
stroke-linecap: round;
stroke-miterlimit: 10;
stroke-width: 2px;
}
.st3 {
stroke: #0ff;
}
</style>
</defs>
<polygon class="st0" points="4 10 4 11.5 4 15 5.5 15 7 15 7 13.5 7 11 8 11 9 11 9 13.5 9 15 10.5 15 12 15 12 11.5 12 10 8 7 4 10"/>
<polyline class="st3" points="13 8 8 4 3 8"/>
<rect x="11" y="4" width="1" height="2"/>
<g>
<polygon class="st1" points="4 9 4 10.5 4 14 5.5 14 7 14 7 12.5 7 10 8 10 9 10 9 12.5 9 14 10.5 14 12 14 12 10.5 12 9 8 6 4 9"/>
<polyline class="st2" points="13 7 8 3 3 7"/>
<rect class="st1" x="11" y="3" width="1" height="2"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 889 B

After

Width:  |  Height:  |  Size: 1.0 KiB