Replace Oxygen icons with Breeze

wilder
Daniel Vrátil 8 years ago
parent 78e22acc1f
commit d3d7307a39
  1. BIN
      src/icons/128-apps-kmail.png
  2. BIN
      src/icons/16-apps-kmail.png
  3. BIN
      src/icons/22-apps-kmail.png
  4. BIN
      src/icons/32-apps-kmail.png
  5. 50
      src/icons/48-app-kmail.svg
  6. BIN
      src/icons/48-apps-kmail.png
  7. BIN
      src/icons/64-apps-kmail.png
  8. 10
      src/icons/CMakeLists.txt
  9. BIN
      src/icons/sc-apps-kmail.svgz
  10. BIN
      src/icons/small/hi16-apps-kmail.svgz

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 755 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

@ -0,0 +1,50 @@
<svg width="48" xmlns="http://www.w3.org/2000/svg" height="48">
<defs>
<linearGradient id="a" x1="543.8" x2="503.8" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0 1-1.16667 0-452.67-499.8)">
<stop stop-color="#197cf1"/>
<stop offset="1" stop-color="#21c9fb"/>
</linearGradient>
<linearGradient id="b" y1="547.8" x1="384.57" y2="530.48" x2="394.57" gradientUnits="userSpaceOnUse">
<stop stop-color="#ffffff" stop-opacity="0"/>
<stop offset="1" stop-color="#ffffff" stop-opacity=".314"/>
</linearGradient>
<linearGradient id="c" x1="384.57" x2="414.57" gradientUnits="userSpaceOnUse">
<stop stop-opacity=".275"/>
<stop offset="1" stop-color="#ffffff" stop-opacity="0"/>
</linearGradient>
<linearGradient id="d" y1="547.8" x1="432.57" y2="527.8" x2="421.02" gradientUnits="userSpaceOnUse">
<stop stop-opacity=".082"/>
<stop offset="1" stop-opacity="0"/>
</linearGradient>
<linearGradient id="e" y1="44" y2="20" x2="0" gradientUnits="userSpaceOnUse">
<stop stop-color="#eef1f2"/>
<stop offset="1" stop-color="#f9fafb"/>
</linearGradient>
<linearGradient id="f" y1="523.8" y2="507.8" gradientUnits="userSpaceOnUse" x2="0" gradientTransform="translate(0 4)">
<stop stop-color="#7cbaf8"/>
<stop offset="1" stop-color="#f4fcff"/>
</linearGradient>
<linearGradient id="g" y1="511.8" x1="414.57" y2="519.8" x2="422.57" gradientUnits="userSpaceOnUse">
<stop stop-color="#292c2f"/>
<stop offset="1" stop-opacity="0"/>
</linearGradient>
</defs>
<g transform="translate(-384.57-499.8)">
<g transform="translate(384.57 499.8)">
<path fill="#c8cfd3" fill-rule="evenodd" d="m24 8l-20 12 20 15 20-15z"/>
<path fill="url(#a)" d="m10 4v40h28v-32l-8-8z"/>
<path fill="url(#e)" d="m4 20v24h40v-24l-16 12h-8z"/>
</g>
<g fill-rule="evenodd">
<path fill="url(#c)" d="m388.57 543.8l16-12h8l16 12z"/>
<path fill="url(#d)" d="m428.57 543.8l-16-12 16-12z"/>
<path fill="url(#b)" d="m388.57 543.8l16-12-16-12z"/>
</g>
<rect width="40" x="388.57" y="542.8" fill="#d1d3d4" height="1"/>
<path fill="url(#f)" d="m404.57 511.8c-.554 0-1 .446-1 1 0 .554.446 1 1 1 .554 0 1-.446 1-1 0-.554-.446-1-1-1m7 0l-2 2 3 3-3 3 2 2 5-5zm-9.5 6c-.831 0-1.5.669-1.5 1.5 0 .831.669 1.5 1.5 1.5.831 0 1.5-.669 1.5-1.5 0-.831-.669-1.5-1.5-1.5m4.5 6c-1.108 0-2 .892-2 2 0 1.108.892 2 2 2 1.108 0 2-.892 2-2 0-1.108-.892-2-2-2"/>
<g fill-rule="evenodd">
<path fill="#313437" d="m422.57 511.8h-8v-8z"/>
<path opacity=".2" fill="url(#g)" d="m414.57 511.8h8v8z"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

@ -2,16 +2,10 @@
########### install files ###############
set(icons
16-apps-kmail.png
22-apps-kmail.png
32-apps-kmail.png
48-apps-kmail.png
64-apps-kmail.png
128-apps-kmail.png
sc-apps-kmail.svgz
48-apps-kmail.svg
)
file(GLOB icons_svg "*.svg")
file(GLOB icons_svg "*-emblems-gpg-key-trust-level-*.svg")
file(GLOB dark_svg "dark/*.svg")
set(all_icons ${icons} ${icons_svg})

Binary file not shown.
Loading…
Cancel
Save