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,9 @@
<?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 8"><defs><style>.cls-1{fill:#fff;}</style></defs><path class="cls-1" d="M4,7.68C1.97,7.68,.32,6.03,.32,4S1.97,.32,4,.32s3.68,1.65,3.68,3.68-1.65,3.68-3.68,3.68Zm0-5.5c-1,0-1.82,.82-1.82,1.82s.82,1.82,1.82,1.82,1.82-.82,1.82-1.82-.82-1.82-1.82-1.82Z"/></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 8">
<defs>
<style>
.st0 { fill: #f0f; }
</style>
</defs>
<path class="st0" d="M4,7.68C1.97,7.68,.32,6.03,.32,4S1.97,.32,4,.32s3.68,1.65,3.68,3.68-1.65,3.68-3.68,3.68Zm0-5.5c-1,0-1.82,.82-1.82,1.82s.82,1.82,1.82,1.82,1.82-.82,1.82-1.82-.82-1.82-1.82-1.82Z"/>
</svg>

Before

Width:  |  Height:  |  Size: 363 B

After

Width:  |  Height:  |  Size: 392 B