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" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16"><defs><style>.cls-1{fill:#fff;}.cls-2{filter:url(#drop-shadow-1);}</style></defs><g class="cls-2"><rect class="cls-1" x="2" y="1" width="13" height="3"/><path class="cls-1" d="M4,5h-1v7.63c0,.55,.45,1.37,1,1.37H13c.55,0,1-.82,1-1.37V5H4Zm7,4H6v-2h5v2Z"/></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: #f0f;
}
</style>
</defs>
<rect class="st0" x="2" y="1" width="13" height="3"/>
<path class="st0" d="M4,5h-1v7.6c0,.6.5,1.4,1,1.4h9c.6,0,1-.8,1-1.4v-7.6H4ZM11,9h-5v-2h5v2Z"/>
</svg>

Before

Width:  |  Height:  |  Size: 420 B

After

Width:  |  Height:  |  Size: 469 B