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,17 @@
<?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:#e15055;}</style></defs><path d="M7.5,13.88c-2.5-.88-6.5-4.88-6.29-8.38,0-1.82,1.48-3.29,3.29-3.29,1.16,0,2.22,.61,2.82,1.62l.18,.3,.18-.3c.6-1.02,1.66-1.62,2.82-1.62,1.82,0,3.29,1.48,3.29,3.29,.21,3.5-3.79,7.5-6.29,8.38Z"/><path class="cls-1" d="M7.5,12.88c-2.5-.88-6.5-4.88-6.29-8.38,0-1.82,1.48-3.29,3.29-3.29,1.16,0,2.22,.61,2.82,1.62l.18,.3,.18-.3c.6-1.02,1.66-1.62,2.82-1.62,1.82,0,3.29,1.48,3.29,3.29,.21,3.5-3.79,7.5-6.29,8.38Z"/></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>
<path class="st0" d="M7.5,13.9c-2.5-.9-6.5-4.9-6.3-8.4,0-1.8,1.5-3.3,3.3-3.3s2.2.6,2.8,1.6l.2.3.2-.3c.6-1,1.7-1.6,2.8-1.6,1.8,0,3.3,1.5,3.3,3.3.2,3.5-3.8,7.5-6.3,8.4Z"/>
<path class="st1" d="M7.5,12.9c-2.5-.9-6.5-4.9-6.3-8.4,0-1.8,1.5-3.3,3.3-3.3s2.2.6,2.8,1.6l.2.3.2-.3c.6-1,1.7-1.6,2.8-1.6,1.8,0,3.3,1.5,3.3,3.3.2,3.5-3.8,7.5-6.3,8.4Z"/>
</svg>

Before

Width:  |  Height:  |  Size: 580 B

After

Width:  |  Height:  |  Size: 702 B