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
3.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" />
<!-- db -->
<path
d="m48 42.7c-3.210874 0-6.116622.335961-8.257812.894531-1.070595.279287-1.950363.61008-2.601563 1.011719s-1.140625.920578-1.140625 1.59375v7 7 7c0 .673171.489426 1.192111 1.140625 1.59375s1.530969.732432 2.601563 1.011719c2.141187.558569 5.046941.894531 8.257812.894531s6.116626-.335962 8.257812-.894531c1.070595-.279287 1.950364-.61008 2.601563-1.011719s1.140625-.920579 1.140625-1.59375v-7-7-7c0-.673172-.489425-1.192111-1.140625-1.59375s-1.530967-.732432-2.601563-1.011719c-2.141189-.55857-5.046938-.894531-8.257812-.894531zm0 1c3.140382 0 5.984881.336071 8.005859.863281 1.010489.263607 1.815468.578343 2.328125.894531.51266.316191.666016.586935.666016.742188s-.153356.425998-.666016.742188c-.512657.316189-1.317636.630924-2.328125.894531-2.020978.52721-4.865477.863281-8.005859.863281s-5.984881-.336071-8.005859-.863281c-1.010489-.263607-1.815468-.578342-2.328125-.894531-.51266-.31619-.666016-.586935-.666016-.742188s.153356-.425997.666016-.742188c.512657-.316188 1.317636-.630924 2.328125-.894531 2.020978-.52721 4.865477-.863281 8.005859-.863281zm-11 4c.04662.03127.09207.0638.140625.09375.6512.401639 1.530968.732432 2.601563 1.011719 2.14119.55857 5.046938.894531 8.257812.894531s6.116623-.335961 8.257812-.894531c1.070596-.279287 1.950363-.61008 2.601563-1.011719.048559-.02995.094001-.062481.140625-.09375v5.5c0 .155253-.153356.425998-.666016.742188-.512656.316188-1.317637.630924-2.328125.894531-2.020976.527209-4.86548.863281-8.005859.863281s-5.984883-.336072-8.005859-.863281c-1.010488-.263607-1.815469-.578343-2.328125-.894531-.51266-.31619-.666016-.586935-.666016-.742188zm0 7c.04662.03127.09207.0638.140625.09375.651199.401639 1.530969.732432 2.601563 1.011719 2.141187.558569 5.046941.894531 8.257812.894531s6.116626-.335962 8.257812-.894531c1.070595-.279287 1.950364-.61008 2.601563-1.011719.048559-.02995.094001-.062481.140625-.09375v5.5c0 .155253-.153356.425998-.666016.742188-.512656.316188-1.317637.630924-2.328125.894531-2.020976.527209-4.86548.863281-8.005859.863281s-5.984883-.336072-8.005859-.863281c-1.010488-.263607-1.815469-.578343-2.328125-.894531-.51266-.31619-.666016-.586935-.666016-.742188zm0 7c.04662.03127.09207.0638.140625.09375.651199.401639 1.530969.732432 2.601563 1.011719 2.141187.558569 5.046941.894531 8.257812.894531s6.116626-.335962 8.257812-.894531c1.070595-.279287 1.950364-.61008 2.601563-1.011719.048559-.02995.094001-.062481.140625-.09375v5.5c0 .155253-.153356.425998-.666016.742188-.512656.316188-1.317637.630924-2.328125.894531-2.020976.527209-4.86548.863281-8.005859.863281s-5.984883-.336072-8.005859-.863281c-1.010488-.263607-1.815469-.578343-2.328125-.894531-.51266-.31619-.666016-.586935-.666016-.742188z"
style="fill:currentColor;fill-opacity:0.6"
class="ColorScheme-Text" />
</svg>