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,13 @@
<?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><defs><style>.cls-1{fill:#404040;}</style></defs><path class="cls-1" d="M14.67,9.21c-.59-.58-1.54-.57-2.12,.03l-1.55,1.59V6.5c0-.83-.67-1.5-1.5-1.5s-1.5,.67-1.5,1.5v4.38l-1.56-1.56c-.59-.59-1.54-.59-2.12,0-.59,.59-.59,1.54,0,2.12l4.12,4.12s0,0,0,0c0,0,0,0,0,0,.1,.09,.21,.15,.32,.21,.06,.03,.1,.08,.16,.11,.18,.07,.37,.11,.56,.11s.39-.04,.57-.11c.06-.02,.11-.08,.17-.11,.11-.06,.23-.12,.33-.22,0,0,0,0,0,0,0,0,0,0,0,0l4.12-4.22c.58-.59,.57-1.54-.03-2.12Z"/><circle class="cls-1" cx="9.5" cy="2" r="1.5"/></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 18 18">
<!-- Generator: Adobe Illustrator 29.8.4, SVG Export Plug-In . SVG Version: 2.1.1 Build 6) -->
<defs>
<style>
.st0 {
fill: #f0f;
}
</style>
</defs>
<path class="st0" d="M14.7,9.2c-.6-.6-1.5-.6-2.1,0l-1.6,1.6v-4.3c0-.8-.7-1.5-1.5-1.5s-1.5.7-1.5,1.5v4.4l-1.6-1.6c-.6-.6-1.5-.6-2.1,0-.6.6-.6,1.5,0,2.1l4.1,4.1h0c.1,0,.2.1.3.2,0,0,.1,0,.2.1.2,0,.4.1.6.1s.4,0,.6-.1c0,0,.1,0,.2-.1.1,0,.2-.1.3-.2h0l4.1-4.2c.6-.6.6-1.5,0-2.1h0Z"/>
<circle class="st0" cx="9.5" cy="2" r="1.5"/>
</svg>

Before

Width:  |  Height:  |  Size: 621 B

After

Width:  |  Height:  |  Size: 643 B