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

44 lines
1.5 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" />
<!-- brush -->
<path
d="m62.499298 40.749508c-1.060657-1.060657-16.793798 15.379586-21.036426 20.32932-2.474866 0-3.712313.530332-4.772971 1.59099-2.298091 2.298091-1.060652 7.071068 1.944543 6.894291-3.889076-2.121314 1.237439-3.358759 2.298098-4.419417 1.237432-1.237433 1.237436-3.358757 1.237436-3.358757 4.949735-4.242628 21.389978-19.97577 20.32932-21.036427zm-5.480077 15.379572c-1.41421-1.414209-4.772987 8.662056-9.899495 7.424622-1.417036-.342045 2.06744-2.084029-4.119726-1.553702.999998 4.999985-7.017197 5.61957-4.012002 6.857003 12.364833 5.091402 20.682865-10.076281 18.031223-12.727923zm-8.39275 4.166682c-1.329968.959843-.446085 2.197279 1.144905 1.313396 1.590991-.883883.185064-2.273238-1.144905-1.313396z"
style="fill:currentColor;fill-opacity:0.6"
class="ColorScheme-Text" />
</svg>