Dark Icons: update toggledarktheme to fit other icon styles

Signed-off-by: Andreas-Kainz <andreas_k@abwesend.de>
Change-Id: Iee02515870d48adc2dcdd2f44ff76fb4c2cf05e7
pull/6922/head
Andreas-Kainz 2023-07-13 00:14:53 +02:00 committed by pedropintosilva
parent 4e5159e77c
commit 81c44946d4
2 changed files with 22 additions and 14 deletions

View File

@ -1,7 +1,11 @@
<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg">
<g>
<ellipse stroke="#000" ry="11.43835" rx="11.43836" id="svg_1" cy="12.03424" cx="12" fill="#3a3a38"/>
<ellipse transform="rotate(-22.7229 14.2021 11.2937)" stroke="#ffffff" ry="6.24562" rx="6.47498" id="svg_4" cy="11.29372" cx="14.20209" fill="#ffffff"/>
<ellipse transform="rotate(-24.8744 16.5763 9.97452)" stroke="#3a3a38" ry="6.39518" rx="4.07876" id="svg_3" cy="9.97452" cx="16.57632" fill="#3a3a38"/>
</g>
</svg>
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path
style="fill:none;stroke:#fafafa;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round"
d="m 2.5,11.999989 c 0.025799,5.434963 5.6502267,9.499721 9.5,9.5 4.93924,0.07757 7.253452,-2.468331 9.5,-5 C 11.766145,16.45836 8.2026427,11.564112 11.5,1.4999891 4.54568,2.4924064 2.5565735,6.691195 2.5,11.999989 Z" />
<path
style="fill:#fafafa"
d="m 16,1 c -0.412455,0.9583418 -1.086649,1.6163728 -2,2 0.858375,0.3549064 1.610264,0.8829821 2,2 C 16.368379,4.0835283 17.016538,3.4013621 18,3 16.806507,2.3653423 16.365985,1.9564541 16,1 Z" />
<path
style="fill:#fafafa;stroke:#fafafa;stroke-width:1.00096;stroke-linecap:round;stroke-linejoin:round"
d="m 19.999919,5.0003721 c -0.380193,0.9688856 -0.904957,1.8566301 -2.499539,2.4995397 1.090955,0.333967 2.064759,0.89481 2.499539,2.499538 0.50359,-1.271776 1.224026,-2.254987 2.499538,-2.499538 -1.804252,-0.443701 -2.209185,-1.4486423 -2.499538,-2.4995397 z" />
</svg>

Before

Width:  |  Height:  |  Size: 501 B

After

Width:  |  Height:  |  Size: 1018 B

View File

@ -1,7 +1,11 @@
<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg">
<g>
<ellipse stroke="#000" ry="11.43835" rx="11.43836" id="svg_1" cy="12.03424" cx="12" fill="#3a3a38"/>
<ellipse transform="rotate(-22.7229 14.2021 11.2937)" stroke="#ffffff" ry="6.24562" rx="6.47498" id="svg_4" cy="11.29372" cx="14.20209" fill="#ffffff"/>
<ellipse transform="rotate(-24.8744 16.5763 9.97452)" stroke="#3a3a38" ry="6.39518" rx="4.07876" id="svg_3" cy="9.97452" cx="16.57632" fill="#3a3a38"/>
</g>
</svg>
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path
style="fill:#797774;stroke:#3a3a38;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round"
d="m 2.5,11.999989 c 0.025799,5.434963 5.6502267,9.499721 9.5,9.5 4.93924,0.07757 7.253452,-2.468331 9.5,-5 C 11.766145,16.45836 8.2026427,11.564112 11.5,1.4999891 4.54568,2.4924064 2.5565735,6.691195 2.5,11.999989 Z" />
<path
style="fill:#3a3a38"
d="m 16,1 c -0.412455,0.9583418 -1.086649,1.6163728 -2,2 0.858375,0.3549064 1.610264,0.8829821 2,2 C 16.368379,4.0835283 17.016538,3.4013621 18,3 16.806507,2.3653423 16.365985,1.9564541 16,1 Z" />
<path
style="fill:#797774;stroke:#3a3a38;stroke-width:1.00096;stroke-linecap:round;stroke-linejoin:round"
d="m 19.999919,5.0003721 c -0.380193,0.9688856 -0.904957,1.8566301 -2.499539,2.4995397 1.090955,0.333967 2.064759,0.89481 2.499539,2.499538 0.50359,-1.271776 1.224026,-2.254987 2.499538,-2.499538 -1.804252,-0.443701 -2.209185,-1.4486423 -2.499538,-2.4995397 z" />
</svg>

Before

Width:  |  Height:  |  Size: 501 B

After

Width:  |  Height:  |  Size: 1021 B