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

45 lines
1.0 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" />
<!-- table -->
<path
d="m34 42v28h28v-28zm1 1h26v6h-26zm0 7h8v4h-8zm9 0h8v4h-8zm9 0h8v4h-8zm-18 5h8v4h-8zm9 0h8v4h-8zm9 0h8v4h-8zm-18 5h8v4h-8zm9 0h8v4h-8zm9 0h8v4h-8zm-18 5h8v4h-8zm9 0h8v4h-8zm9 0h8v4h-8z"
style="fill:currentColor;fill-opacity:0.6"
class="ColorScheme-Text" />
</svg>