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

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24.74 18">
<defs>
<style>
.cls-1 {
fill: #f0f;
}
</style>
</defs>
<path class="cls-1" d="M12.37,0C6.83,0,2.08,4.13,0,8.9c2.08,4.77,6.83,9.1,12.37,9.1s10.29-4.33,12.37-9.1C22.65,4.13,17.9,0,12.37,0ZM12.37,14.5c-3.04,0-5.5-2.46-5.5-5.5s2.46-5.5,5.5-5.5,5.5,2.46,5.5,5.5-2.46,5.5-5.5,5.5Z"/>
<circle class="cls-1" cx="12.37" cy="9" r="2.5"/>
</svg>

After

Width:  |  Height:  |  Size: 506 B

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1 8">
<defs>
<linearGradient id="linear-gradient" x1=".5" y1="8" x2=".5" y2="0" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#0ff"/>
<stop offset=".50" stop-color="#f0f"/>
<stop offset="1" stop-color="#f0f"/>
</linearGradient>
</defs>
<rect width="1" height="8" fill="url(#linear-gradient)"/>
</svg>

After

Width:  |  Height:  |  Size: 473 B

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1 8">
<defs>
<linearGradient id="linear-gradient" x1=".5" y1="8" x2=".5" y2="0" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#f0f"/>
<stop offset=".50" stop-color="#f0f"/>
<stop offset="1" stop-color="#0ff"/>
</linearGradient>
</defs>
<rect width="1" height="8" fill="url(#linear-gradient)"/>
</svg>

After

Width:  |  Height:  |  Size: 473 B

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.8 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 16 KiB