Alter status icon color

This commit is contained in:
Martchus 2016-09-29 20:40:34 +02:00
parent a4259223e0
commit a92e221fcc
2 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@
<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<defs>
<linearGradient id="grad" gradientUnits="userSpaceOnUse" x1="8" y1="0" x2="8" y2="16">
<stop offset="0" style="stop-color:#888888"/>
<stop offset="1" style="stop-color:#5E6061"/>
<stop offset="0" style="stop-color:#A9A9A9"/>
<stop offset="1" style="stop-color:#58656C"/>
</linearGradient>
</defs>
<g id="syncthing-logo">

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -2,8 +2,8 @@
<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<defs>
<linearGradient id="grad" gradientUnits="userSpaceOnUse" x1="8" y1="0" x2="8" y2="16">
<stop offset="0" style="stop-color:#26DBA4"/>
<stop offset="1" style="stop-color:#08C86F"/>
<stop offset="0" style="stop-color:#2D9D69"/>
<stop offset="1" style="stop-color:#17783F"/>
</linearGradient>
</defs>
<g id="syncthing-logo">

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB