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="M8.99,5.17c-1.01,0-1.83,.82-1.83,1.83s.82,1.83,1.83,1.83,1.83-.82,1.83-1.83-.82-1.83-1.83-1.83Zm0,2.67c-.46,0-.83-.37-.83-.83s.37-.83,.83-.83,.83,.37,.83,.83-.37,.83-.83,.83Z"/><path class="cls-1" d="M14,1H4c-.55,0-1,.45-1,1v15l6-5,6,5V2c0-.55-.45-1-1-1Zm-5.01,9c-1.85,0-3.43-1.44-4.12-3.03,.69-1.59,2.28-2.97,4.12-2.97s3.43,1.38,4.12,2.97c-.7,1.59-2.28,3.03-4.12,3.03Z"/></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="M9,5.2c-1,0-1.8.8-1.8,1.8s.8,1.8,1.8,1.8,1.8-.8,1.8-1.8-.8-1.8-1.8-1.8ZM9,7.8c-.5,0-.8-.4-.8-.8s.4-.8.8-.8.8.4.8.8-.4.8-.8.8Z"/>
<path class="st0" d="M14,1H4c-.5,0-1,.5-1,1v15l6-5,6,5V2c0-.5-.4-1-1-1ZM9,10c-1.8,0-3.4-1.4-4.1-3,.7-1.6,2.3-3,4.1-3s3.4,1.4,4.1,3c-.7,1.6-2.3,3-4.1,3Z"/>
</svg>

Before

Width:  |  Height:  |  Size: 561 B

After

Width:  |  Height:  |  Size: 625 B