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

43 lines
2.3 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
fill="#f89406"
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" />
<!-- blender logo -->
<path
d="m47.34375 42.240234c-.6398 0-1.27943.244275-1.767578.732422-.976302.976302-.976302 2.558855 0 3.535156l3.492187 3.492188h-12.568359c-1.380702 0-2.5 1.119298-2.5 2.5s1.119298 2.5 2.5 2.5h3.964844l-5.732422 5.732422c-.976301.976301-.976301 2.558855 0 3.535156s2.558855.976301 3.535156 0l3.746094-3.746094c.271745 5.279987 4.638746 9.478516 9.986328 9.478516 5.522805 0 10-4.477195 10-10 0-1.913136-.542824-3.697409-1.474609-5.216797-.03329-.05697-.06765-.113156-.414063-.607422-.346414-.494261-.712336-.920964-.912109-1.11914l-10.087891-10.083985c-.488158-.488162-1.127778-.732422-1.767578-.732422zm0 1c.385292 0 .763278.142183 1.060547.439454l10.089844 10.085937.001953.001953c.125298.124299.485645.538358.796875.982422.343378.489939.33919.485849.36914.537109l.00586.009766.005859.009766c.839486 1.36916 1.326172 2.969379 1.326172 4.693359 0 4.98236-4.01764 9-9 9-4.824164 0-8.743405-3.771342-8.988281-8.529297v-.009765-.001954c-.00752-.151726-.011719-.305247-.011719-.458984 0-.735592.08841-1.449119.253906-2.132812l-5.693359 5.693359c-.594242.594238-1.526852.594238-2.121094 0-.594238-.594242-.594238-1.526852 0-2.121094l7.439453-7.439453h-6.378906c-.840256 0-1.5-.659744-1.5-1.5s.659744-1.5 1.5-1.5h14.982422l-5.199219-5.199219c-.594239-.594238-.594239-1.526853 0-2.121093.297258-.297257.67527-.439454 1.060547-.439454zm4.65625 11.259766a5.5 5.5 0 0 0 -5.5 5.5 5.5 5.5 0 0 0 5.5 5.5 5.5 5.5 0 0 0 5.5-5.5 5.5 5.5 0 0 0 -5.5-5.5zm0 1a4.5 4.5 0 0 1 4.5 4.5 4.5 4.5 0 0 1 -4.5 4.5 4.5 4.5 0 0 1 -4.5-4.5 4.5 4.5 0 0 1 4.5-4.5z"
style="fill:currentColor;fill-opacity:0.6"
class="ColorScheme-Text" />
</svg>