Marco Martin 931fc4520c Use newly introduced ColorScheme-Accent
See https://invent.kde.org/frameworks/kiconthemes/-/merge_requests/116
This is more correct since the color we want to use is the accent color
not the background highlight color.

BUG:446468
2024-06-25 10:38:56 +02:00

47 lines
1.8 KiB
XML

<svg viewBox="0 0 96 96" xmlns="http://www.w3.org/2000/svg">
<!-- style definitions -->
<defs>
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text {
color:#232629;
}
.ColorScheme-Accent {
color:#3daee9;
}
</style>
</defs>
<!-- folder bg -->
<path
style="fill:currentColor"
class="ColorScheme-Accent"
d="m6 9v21h-1v57h86v-63h-1v-9h-42l-6-6z" />
<!-- folder fg -->
<path
d="m6 9v21h27l6-6h51v-9h-42l-6-6z"
fill-opacity=".33" />
<!-- folder highlight -->
<path
d="m42 9 5 7h43v-1h-42zm-3 15-6 6h-28v1h29z"
fill="#fff"
fill-opacity=".2" />
<!-- folder shadow -->
<path
d="m39 24-7 5h-26v1h27zm-34 62v1h86v-1z"
fill-opacity=".2" />
<!--
flatpak logo, kinda.
the smaller sizes are horizontally flipped, so this matches that.
-->
<path
d="m48 41.5c-.346328.000113-.689873.08962-1 .269531l-11.988281 5.560547c-.931058.537182-1.007191 1.260232-1.011719 1.767578v13.452734c0 .499999-.05235 1.356783 1.011719 1.970703l11.988281 5.564454h.0039c.309126.178415.651189.265513.996094.265625.344905-.000112.686968-.08721.996094-.265625h.003912l11.988281-5.564453c1.064066-.613922 1.011719-1.470705 1.011719-1.970704v-12.749609-.5c0-.0625.000647-.130647 0-.203125-.0045-.507345-.08066-1.230397-1.011719-1.767578l-11.988281-5.560547c-.310127-.179908-.653672-.269418-1-.269531zm0 .978515v10.822266l12.066406-4.878906c.933587-.250156.933594.378906.933594.841797v13.685157c-.000141.0082.000408.01721 0 .02539-.01266.253739-.153993.48378-.375.611328l-12.386719 5.75c-.076905.025141-.157372.037674-.238281.03711v-16.071876l-12.597656-5.048828 12.33789-5.728516c.08326-.03019.171204-.0454.259766-.04492z"
style="fill:currentColor;fill-opacity:0.6"
class="ColorScheme-Text" />
</svg>