1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2026-03-02 03:40:11 +00:00

use color swatches for selected bg and fg in svg assets

This commit is contained in:
Horst3180
2016-08-30 23:53:36 +02:00
parent 211dd7aeb2
commit 3932218fd0
150 changed files with 7610 additions and 1885 deletions

View File

@@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
sodipodi:docname="calendar-arrow-left-hover.svg"
@@ -33,8 +35,8 @@
bordercolor="#666666"
borderopacity="1"
inkscape:current-layer="layer12"
inkscape:cx="-21.616809"
inkscape:cy="2.0293849"
inkscape:cx="-2.7030998"
inkscape:cy="8.9526136"
gridtolerance="10"
inkscape:guide-bbox="true"
guidetolerance="10"
@@ -60,7 +62,7 @@
inkscape:window-width="1366"
inkscape:window-x="0"
inkscape:window-y="25"
inkscape:zoom="5.6568543">
inkscape:zoom="22.627417">
<inkscape:grid
empspacing="2"
enabled="true"
@@ -91,7 +93,26 @@
<title
id="title9167">Gnome Symbolic Icon Theme</title>
<defs
id="defs7386" />
id="defs7386">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4149" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4151"
x1="108.31551"
y1="748.98676"
x2="108.31551"
y2="761.01651"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-100.0002,-747)" />
</defs>
<g
inkscape:groupmode="layer"
id="layer9"
@@ -143,27 +164,9 @@
style="display:inline"
transform="translate(-100.0002,-747)">
<path
inkscape:connector-curvature="0"
d="m 110.875,749 a 1.0001,1.0001 0 0 0 -0.59375,0.28125 l -5,5 -0.6875,0.71875 0.6875,0.71875 5,5 a 1.016466,1.016466 0 1 0 1.4375,-1.4375 L 107.4375,755 l 4.28125,-4.28125 A 1.0001,1.0001 0 0 0 110.875,749 z"
id="path6040"
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
<rect
height="1"
id="rect6046"
rx="0"
ry="1"
style="fill:#5294e2;fill-opacity:1;stroke:none"
width="1"
x="111.0002"
y="749" />
<rect
height="1"
id="rect6050"
rx="0"
ry="1"
style="fill:#5294e2;fill-opacity:1;stroke:none"
width="1"
x="111.0002"
y="760" />
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4151);fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
d="M 11.029297 1.9863281 A 1.0001 1.0001 0 0 0 10.875 2 A 1.0001 1.0001 0 0 0 10.28125 2.28125 L 5.28125 7.28125 L 4.59375 8 L 5.28125 8.71875 L 10.28125 13.71875 A 1.016466 1.016466 0 0 0 11.320312 13.964844 C 11.376215 13.986347 11.436343 14 11.5 14 C 11.777 14 12 13.777 12 13.5 C 12 13.436343 11.986347 13.376215 11.964844 13.320312 A 1.016466 1.016466 0 0 0 11.71875 12.28125 L 7.4375 8 L 11.71875 3.71875 A 1.0001 1.0001 0 0 0 11.972656 2.6347656 C 11.985073 2.5910427 12 2.5478091 12 2.5 C 12 2.223 11.777 2 11.5 2 C 11.441137 2 11.386348 2.0146851 11.333984 2.0332031 A 1.0001 1.0001 0 0 0 11.029297 1.9863281 z "
transform="translate(100.0002,747)"
id="path6040" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB