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,24 @@
<?xml version="1.0" encoding="UTF-8"?><svg 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:#fff;}.cls-2{fill:#bfbfbf;}.cls-3{isolation:isolate;}.cls-4{filter:url(#luminosity-invert);}.cls-5{fill:#464646;}.cls-6{mask:url(#mask);}.cls-7{mix-blend-mode:screen;opacity:.75;}</style><filter id="luminosity-invert" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feColorMatrix values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0"/></filter><mask id="mask" x="-2" width="19" height="15" maskUnits="userSpaceOnUse"><g class="cls-4"><image width="19" height="15" transform="translate(-2)" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAPCAYAAAAGRPQsAAAACXBIWXMAAAsSAAALEgHS3X78AAABFElEQVQ4jc2TyYqGMBCEy+V3R1C8ePD9H05cwH0fqiHijDKHwcM0BImxv1RVogbgwEulvwVimdeJYRgyNE2T+bZtWNf1b7CfRSjhx/GcBN9f117N7FQWhiGiKEIQBLBtG5/PB7quy7iqoPVlWTBNE7quQ1mWaJrmO4ygLMuQJImAXdcVoMqQIOY3zzOGYRBAnufY9/0OY3Mcx0jTVJ6+74tC0zRPGEFUxGYqIrwoirtNqiDQ8zyxSnWO45wwKqC9cRxlTrBSf4OpTJ7Gb+uPB8BdmQVDtSxLlKiDoBJ155TNtm1FJftusL7vJQc2EkiLhF4PgEDa47eE8XsCb7C6rqWpqqrb1VAwqr0q5KbsU/VPf3QAX6G64wfy2WFDAAAAAElFTkSuQmCC"/></g></mask></defs><g class="cls-3"><g id="Layer_1"><g><polygon points="14 14 1 14 0 6 15 6 14 14"/><polygon points="6 4 6 3 1 3 1 5 6 5 14 5 14 4 6 4"/></g><g><g><polygon class="cls-2" points="14 13 1 13 0 5 15 5 14 13"/><polygon class="cls-2" points="6 3 6 2 1 2 1 4 6 4 14 4 14 3 6 3"/></g><g class="cls-6"><g class="cls-7"><g><polygon class="cls-1" points="14 13 1 13 0 5 15 5 14 13"/><polygon class="cls-1" points="6 3 6 2 1 2 1 4 6 4 14 4 14 3 6 3"/></g></g></g></g><polygon class="cls-5" points="7 11.71 4.65 9.35 5.35 8.65 7 10.29 9.65 7.65 10.35 8.35 7 11.71"/></g></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 {
fill: #ff0;
}
</style>
</defs>
<polygon class="st0" points="14 14 1 14 0 6 15 6 14 14"/>
<polygon class="st0" points="6 4 6 3 1 3 1 5 6 5 14 5 14 4 6 4"/>
<polygon class="st1" points="14 13 1 13 0 5 15 5 14 13"/>
<polygon class="st1" points="6 3 6 2 1 2 1 4 6 4 14 4 14 3 6 3"/>
<polygon class="st2" points="7 11.7 4.7 9.4 5.3 8.6 7 10.3 9.6 7.7 10.4 8.4 7 11.7"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 744 B