start-here-kde: Make icon adaptable to dark themes
BUG: 416302 FIXED-IN: 5.91 Make the dark arrow part of the plasma logo change to white when used with a dark theme. The two icon sizes are also made more alike color-wise. The changes include: - sizes 64 & 96 using the same kind of grey, - the dark part being color adaptive to dark themes, - size 64 no longer using the accent color for the bottom dot.
This commit is contained in:
parent
9bc16759ad
commit
e04624177b
@ -2,15 +2,12 @@
|
||||
<defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">
|
||||
.ColorScheme-Text {
|
||||
color:#232629;
|
||||
color:#3b3f42;
|
||||
}
|
||||
.ColorScheme-Highlight {
|
||||
color:#3daee9;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
</defs>
|
||||
<path
|
||||
style="fill-rule:evenodd"
|
||||
style="fill:currentColor; fill-rule:evenodd"
|
||||
d="M 41 5 L 35 11 L 46 22 L 35 33 L 41 39 L 58 22 L 41 5 z "
|
||||
class="ColorScheme-Text"
|
||||
/>
|
||||
@ -23,8 +20,7 @@
|
||||
d="M 10.5 25.5 C 8 25.5 6 27.5 6 30 C 6 32.5 8 34.5 10.5 34.5 C 13 34.5 15 32.5 15 30 C 15 27.5 13 25.5 10.5 25.5 z "
|
||||
/>
|
||||
<path
|
||||
style="fill:currentColor"
|
||||
style="fill:#1b89f3"
|
||||
d="M 25.5 45 C 21.9 45 19 47.9 19 51.5 C 19 55.1 21.9 58 25.5 58 C 29.1 58 32 55.1 32 51.5 C 32 47.9 29.1 45 25.5 45 z "
|
||||
class="ColorScheme-Highlight"
|
||||
/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 988 B After Width: | Height: | Size: 902 B |
@ -1,5 +1,10 @@
|
||||
<svg id="svg18" version="1.1" viewBox="0 0 96 96" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<defs id="defs5455">
|
||||
<style type="text/css" id="current-color-scheme">
|
||||
.ColorScheme-Text {
|
||||
color:#3b3f42;
|
||||
}
|
||||
</style>
|
||||
<linearGradient id="linearGradient4434" x1="439.57144" x2="429.57144" y1="502.798" y2="512.79803" gradientTransform="translate(-1.3269125e-7 .6666664)" gradientUnits="userSpaceOnUse">
|
||||
<stop id="stop4328" offset="0"/>
|
||||
<stop id="stop4330" stop-opacity="0" offset="1"/>
|
||||
@ -7,7 +12,8 @@
|
||||
</defs>
|
||||
<g id="layer1" transform="translate(-384.57144,-483.798)">
|
||||
<g id="g855" transform="matrix(1.5000005,0,0,1.5000005,-192.28588,-241.89921)">
|
||||
<path id="path4422" d="m425.23807 489.13134-6 6 11.33336 11.33336-11.33337 11.33326 6 6 17.33337-17.33326z" fill="#3b3f42" fill-rule="evenodd"/>
|
||||
<path id="path4422" style="fill:currentColor" d="m425.23807 489.13134-6 6 11.33336 11.33336-11.33337 11.33326 6 6 17.33337-17.33326z" fill-rule="evenodd"
|
||||
class="ColorScheme-Text" />
|
||||
<rect id="rect4119" x="399.90475" y="489.79797" width="6.6666646" height="6.6666646" rx="3.3333328" fill="#fa8865" stroke-width="1.06666"/>
|
||||
<rect id="rect4308" x="390.57138" y="509.13129" width="9.3333302" height="9.3333302" rx="4.6666498" fill="#63c605" stroke-width="1.03704"/>
|
||||
<rect id="rect4312" x="403.90472" y="528.46466" width="13.333329" height="13.333329" rx="6.6666651" fill="#1b89f3" stroke-width="1.02564"/>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.6 KiB |
Loading…
x
Reference in New Issue
Block a user